aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/terminate-execution-on-pause-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/debugger/terminate-execution-on-pause-expected.txt')
-rw-r--r--deps/v8/test/inspector/debugger/terminate-execution-on-pause-expected.txt55
1 files changed, 55 insertions, 0 deletions
diff --git a/deps/v8/test/inspector/debugger/terminate-execution-on-pause-expected.txt b/deps/v8/test/inspector/debugger/terminate-execution-on-pause-expected.txt
index d1a3c7b626..ee7a0db65e 100644
--- a/deps/v8/test/inspector/debugger/terminate-execution-on-pause-expected.txt
+++ b/deps/v8/test/inspector/debugger/terminate-execution-on-pause-expected.txt
@@ -3,3 +3,58 @@ Tests Runtime.terminateExecution on pause
Running test: testTerminateOnDebugger
Running test: testTerminateAtBreakpoint
+{
+ error : {
+ code : -32000
+ message : Execution was terminated
+ }
+ id : <messageId>
+}
+
+Running test: testTerminateRuntimeEvaluate
+{
+ id : <messageId>
+ result : {
+ }
+}
+{
+ error : {
+ code : -32000
+ message : Execution was terminated
+ }
+ id : <messageId>
+}
+{
+ description : 42
+ type : number
+ value : 42
+}
+
+Running test: testTerminateRuntimeEvaluateOnCallFrame
+{
+ id : <messageId>
+ result : {
+ result : {
+ description : 1
+ type : number
+ value : 1
+ }
+ }
+}
+{
+ id : <messageId>
+ result : {
+ }
+}
+{
+ error : {
+ code : -32000
+ message : Execution was terminated
+ }
+ id : <messageId>
+}
+{
+ description : 43
+ type : number
+ value : 43
+}