v8/test/inspector/sessions/runtime-evaluate-expected.txt
dgozman 375bea1c45 [inspector] Support multiple sessions per context group
This patch adds ability to connect multiple sessions to a single context group. This is an experimental feature, which is already supported in test harness.

So far covered runtime domain with tests (and found a bug thanks to the test). More tests to follow in next patches, probably with code adjustments as well.

BUG=chromium:590878

Review-Url: https://codereview.chromium.org/2906153002
Cr-Commit-Position: refs/heads/master@{#45667}
2017-06-01 21:33:59 +00:00

26 lines
406 B
Plaintext

Tests that multiple sessions share the context.
Assigning in 1
Evaluating in 2
{
id : <messageId>
result : {
result : {
description : 42
type : number
value : 42
}
}
}
Awaiting in 1
Resolving in 2
Should resolve in 1
{
id : <messageId>
result : {
result : {
type : string
value : foo
}
}
}