v8/test/inspector
Alexey Kozyatinskiy cf4adddbfa [inspector] forEachSession iterates in predictable order
protocol::HashMap(std::unordered_map)::iterator doesn't provide any
guarantees about iteration order. At least Visual C++ from vS 2015 and
clang compile for loop inside forEachSession differently.
For tests we need stable order of iteration, so let's use std::map
instead.

R=dgozman@chromium.org

Bug: none
Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel
Change-Id: I329cb24cd182baa86c0ea4a526257856718f32b1
Reviewed-on: https://chromium-review.googlesource.com/609489
Reviewed-by: Dmitry Gozman <dgozman@chromium.org>
Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47281}
2017-08-10 15:39:06 +00:00
..
console [inspector] rewritten test/inspector/let-const-with-api.js 2017-08-01 15:36:02 +00:00
cpu-profiler [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
debugger [fullcodegen] Remove --stress-fullcodegen flag. 2017-08-10 09:52:49 +00:00
heap-profiler [inspector] Refactor protocol-test.js 2017-05-19 00:35:45 +00:00
runtime [inspector] resolve async evaluation on context destroyed 2017-08-10 06:43:14 +00:00
sessions [inspector] forEachSession iterates in predictable order 2017-08-10 15:39:06 +00:00
BUILD.gn [inspector] Merge InspectorClientImpl into IsolateData 2017-05-22 00:48:27 +00:00
DEPS [inspector] introduce limit for amount of stored async stacks 2016-12-18 17:04:40 +00:00
inspector-test.cc [inspector] support for cases when embedder doesn't call contextDestroyed 2017-08-01 23:06:20 +00:00
inspector.gyp [inspector] Merge InspectorClientImpl into IsolateData 2017-05-22 00:48:27 +00:00
inspector.isolate [inspector] forEachSession iterates in predictable order 2017-08-10 15:39:06 +00:00
inspector.status [fullcodegen] Remove ability to compile with Full-Codegen. 2017-08-10 11:13:31 +00:00
isolate-data.cc [inspector] support for cases when embedder doesn't call contextDestroyed 2017-08-01 23:06:20 +00:00
isolate-data.h [inspector] support for cases when embedder doesn't call contextDestroyed 2017-08-01 23:06:20 +00:00
json-parse-expected.txt [inspector] Refactor protocol-test.js 2017-05-19 00:35:45 +00:00
json-parse.js [inspector] Refactor protocol-test.js 2017-05-19 00:35:45 +00:00
OWNERS Add COMPONENT tags to OWNERS files where appropriate 2017-05-22 10:15:28 +00:00
protocol-test.js [inspector] forEachSession iterates in predictable order 2017-08-10 15:39:06 +00:00
task-runner.cc [inspector] Cleanup inspector test 2017-05-22 20:46:42 +00:00
task-runner.h [inspector] Cleanup inspector test 2017-05-22 20:46:42 +00:00
testcfg.py [inspector] always include user scripts in the snapshot. 2017-04-26 15:13:14 +00:00