v8/test/inspector/sessions
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
..
create-session-expected.txt [inspector] forEachSession iterates in predictable order 2017-08-10 15:39:06 +00:00
create-session.js
debugger-stepping-and-breakpoints-expected.txt [inspector] forEachSession iterates in predictable order 2017-08-10 15:39:06 +00:00
debugger-stepping-and-breakpoints.js [inspector] remove breakpoints when agent is disabled 2017-08-03 01:54:33 +00:00
pause-on-console-assert-expected.txt [inspector] forEachSession iterates in predictable order 2017-08-10 15:39:06 +00:00
pause-on-console-assert.js [inspector] Make pausing on console.assert work with multiple sessions 2017-06-05 18:41:00 +00:00
runtime-command-line-api-expected.txt
runtime-command-line-api.js
runtime-console-api-called-expected.txt [inspector] forEachSession iterates in predictable order 2017-08-10 15:39:06 +00:00
runtime-console-api-called.js
runtime-evaluate-exception-expected.txt [inspector] forEachSession iterates in predictable order 2017-08-10 15:39:06 +00:00
runtime-evaluate-exception.js
runtime-evaluate-expected.txt
runtime-evaluate.js
runtime-remote-object-expected.txt
runtime-remote-object.js