diff options
Diffstat (limited to 'deps/v8/test/inspector/debugger/other-pause-reasons-expected.txt')
-rw-r--r-- | deps/v8/test/inspector/debugger/other-pause-reasons-expected.txt | 34 |
1 files changed, 24 insertions, 10 deletions
diff --git a/deps/v8/test/inspector/debugger/other-pause-reasons-expected.txt b/deps/v8/test/inspector/debugger/other-pause-reasons-expected.txt index e5dc5542f2..475fa67d5a 100644 --- a/deps/v8/test/inspector/debugger/other-pause-reasons-expected.txt +++ b/deps/v8/test/inspector/debugger/other-pause-reasons-expected.txt @@ -1,23 +1,37 @@ Test that all 'other' reasons are explicitly encoded on a pause event if they overlap with another reason Running test: testBreakpointPauseReason -Paused with reason: ambiguous and data: {"reasons":[{"reason":"instrumentation","auxData":{"url":"foo.js","scriptId":"3"}},{"reason":"other"}]}. +Paused with reason instrumentation, data {"scriptId":"3","url":"foo.js"} and scriptId: 3. +Paused with reason other, data {} and scriptId: 3. Running test: testTriggeredPausePauseReason -Paused with reason: ambiguous and data: {"reasons":[{"reason":"instrumentation","auxData":{"url":"foo.js","scriptId":"4"}},{"reason":"other"}]}. +Paused with reason instrumentation, data {"scriptId":"4","url":"foo.js"} and scriptId: 4. +Paused with reason other, data {} and scriptId: 4. Running test: testSteppingPauseReason -Paused with reason: ambiguous and data: {"reasons":[{"reason":"instrumentation","auxData":{"url":"foo.js","scriptId":"5"}},{"reason":"other"}]}. -Paused with reason: other and data: {}. -Paused with reason: ambiguous and data: {"reasons":[{"reason":"instrumentation","auxData":{"url":"bar.js","scriptId":"6"}},{"reason":"other"}]}. +Paused with reason instrumentation, data {"scriptId":"5","url":"foo.js"} and scriptId: 5. +Paused with reason other, data {} and scriptId: 5. +Paused with reason other, data {} and scriptId: 5. +Paused with reason instrumentation, data {"scriptId":"6","url":"bar.js"} and scriptId: 6. +Paused with reason other, data {} and scriptId: 6. Running test: testOnlyReportOtherWithEmptyDataOnce -Paused with reason: other and data: {}. +Paused with reason other, data {} and scriptId: 7. Running test: testDebuggerStatementReason -Paused with reason: ambiguous and data: {"reasons":[{"reason":"instrumentation","auxData":{"url":"foo.js","scriptId":"8"}},{"reason":"other"}]}. +Paused with reason instrumentation, data {"scriptId":"8","url":"foo.js"} and scriptId: 8. +Paused with reason other, data {} and scriptId: 8. Running test: testAsyncSteppingPauseReason -Paused with reason: ambiguous and data: {"reasons":[{"reason":"instrumentation","auxData":{"url":"foo.js","scriptId":"9"}},{"reason":"other"}]}. -Paused with reason: other and data: {}. -Paused with reason: ambiguous and data: {"reasons":[{"reason":"instrumentation","auxData":{"url":"bar.js","scriptId":"10"}},{"reason":"other"}]}. +Paused with reason instrumentation, data {"scriptId":"9","url":"foo.js"} and scriptId: 9. +Paused with reason other, data {} and scriptId: 9. +Paused with reason other, data {} and scriptId: 9. +Paused with reason instrumentation, data {"scriptId":"10","url":"bar.js"} and scriptId: 10. +Paused with reason other, data {} and scriptId: 10. +Paused with reason other, data {} and scriptId: 10. + +Running test: testSteppingOutPauseReason +Paused with reason instrumentation, data {"scriptId":"11","url":"foo.js"} and scriptId: 11. +Paused with reason other, data {} and scriptId: 11. +Paused with reason instrumentation, data {"scriptId":"12","url":"bar.js"} and scriptId: 12. +Paused with reason other, data {} and scriptId: 11. |