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

Unified Diff: test/inspector/debugger/wasm-stack-expected.txt

Issue 2420093002: [wasm] Add inspector test for stack traces (Closed)
Patch Set: Remove obsolete code Created 4 years, 2 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
« no previous file with comments | « test/inspector/debugger/wasm-stack.js ('k') | test/inspector/inspector-test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/wasm-stack-expected.txt
diff --git a/test/inspector/debugger/wasm-stack-expected.txt b/test/inspector/debugger/wasm-stack-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..5f2853c27d971bca53cb150d09b02d9b41ff1052
--- /dev/null
+++ b/test/inspector/debugger/wasm-stack-expected.txt
@@ -0,0 +1,18 @@
+Running testFunction with generated WASM bytes...
+Paused on 'debugger;'
+Number of frames: 5
+ - [0] {"functionName":"call_debugger","function_lineNumber":1,"function_columnNumber":24,"lineNumber":2,"columnNumber":4}
+ - [1] {"functionName":"main","lineNumber":0,"columnNumber":1}
+ - [2] {"functionName":"main","lineNumber":0,"columnNumber":1}
+ - [3] {"functionName":"testFunction","function_lineNumber":0,"function_columnNumber":21,"lineNumber":14,"columnNumber":19}
+ - [4] {"functionName":"","function_lineNumber":0,"function_columnNumber":0,"lineNumber":0,"columnNumber":0}
+Getting v8-generated stack trace...
+Result of evaluate (string):
+Error: this is your stack trace:
+ -- skipped --
+ at call_debugger (<anonymous>:3:5)
+ at main (<WASM>[1]+1)
+ at main (<WASM>[2]+1)
+ at testFunction (<anonymous>:15:20)
+ at <anonymous>:1:1
+Finished!
« no previous file with comments | « test/inspector/debugger/wasm-stack.js ('k') | test/inspector/inspector-test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698