v8/test/inspector/sessions/pause-on-console-assert-expected.txt
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

25 lines
656 B
Plaintext

Tests that multiple sessions pause once on console.assert.
Pausing on exceptions in 1
Asserting in 1
Paused in 1 with reason assert
Paused in 2 with reason assert
Asserting in 2
Paused in 1 with reason assert
Paused in 2 with reason assert
Pausing on exceptions in both
Asserting in 1
Paused in 1 with reason assert
Paused in 2 with reason assert
Asserting in 2
Paused in 1 with reason assert
Paused in 2 with reason assert
Not pausing on exceptions
Asserting in 1
Asserting in 2
Pausing on exceptions in 3 (different context group)
Asserting in 3
Paused in 3 with reason assert
Asserting in 1
Paused in 1 with reason assert
Paused in 2 with reason assert