Index: test/inspector/debugger/pause-on-oom-expected.txt |
diff --git a/test/inspector/debugger/pause-on-oom-expected.txt b/test/inspector/debugger/pause-on-oom-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..667b1c48bdbc341a5ab61840946dadab1143871f |
--- /dev/null |
+++ b/test/inspector/debugger/pause-on-oom-expected.txt |
@@ -0,0 +1,64 @@ |
+Check pause on OOM |
+{ |
+ method : Debugger.paused |
+ params : { |
+ callFrames : [ |
+ [0] : { |
+ callFrameId : <callFrameId> |
+ functionLocation : { |
+ columnNumber : 24 |
+ lineNumber : 11 |
+ scriptId : <scriptId> |
+ } |
+ functionName : generateGarbage |
+ location : { |
+ columnNumber : 15 |
+ lineNumber : 13 |
+ scriptId : <scriptId> |
+ } |
+ scopeChain : [ |
+ ] |
+ this : { |
+ className : global |
+ description : global |
+ objectId : <objectId> |
+ type : object |
+ } |
+ } |
+ [1] : { |
+ callFrameId : <callFrameId> |
+ functionLocation : { |
+ columnNumber : 0 |
+ lineNumber : 0 |
+ scriptId : <scriptId> |
+ } |
+ functionName : |
+ location : { |
+ columnNumber : 0 |
+ lineNumber : 0 |
+ scriptId : <scriptId> |
+ } |
+ scopeChain : [ |
+ [0] : { |
+ object : { |
+ className : global |
+ description : global |
+ objectId : <objectId> |
+ type : object |
+ } |
+ type : global |
+ } |
+ ] |
+ this : { |
+ className : global |
+ description : global |
+ objectId : <objectId> |
+ type : object |
+ } |
+ } |
+ ] |
+ hitBreakpoints : [ |
+ ] |
+ reason : OOM |
+ } |
+} |