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

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

Issue 2630553002: [wasm] Enforce that function bodies end with the \"end\" opcode. (Closed)
Patch Set: Collapse some tests together 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
« no previous file with comments | « test/inspector/debugger/wasm-source-expected.txt ('k') | test/mjsunit/wasm/incrementer.wasm » ('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
index 58f09e21ca7456867d3f2ccc2dbcdb53731f53be..df7d3a3f5a31e07fe128bd399d921f5ce0a8bb0b 100644
--- a/test/inspector/debugger/wasm-stack-expected.txt
+++ b/test/inspector/debugger/wasm-stack-expected.txt
@@ -2,8 +2,8 @@ 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":"call_func","lineNumber":1,"columnNumber":0}
- - [2] {"functionName":"main","lineNumber":2,"columnNumber":2}
+ - [1] {"functionName":"call_func","lineNumber":1,"columnNumber":2}
+ - [2] {"functionName":"main","lineNumber":2,"columnNumber":4}
- [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...
« no previous file with comments | « test/inspector/debugger/wasm-source-expected.txt ('k') | test/mjsunit/wasm/incrementer.wasm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698