Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: test/inspector/debugger/pause-on-oom-expected.txt

Issue 2624543004: [inspector] unconditionally pause on OOM (Closed)
Patch Set: better test Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
+ }
+}
« test/inspector/debugger/pause-on-oom.js ('K') | « test/inspector/debugger/pause-on-oom.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698