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

Unified Diff: test/message/wasm-trap.out

Issue 2563673002: [wasm] Generate correct locations for error messages (Closed)
Patch Set: Rebase Created 4 years 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/message/wasm-trap.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/wasm-trap.out
diff --git a/test/message/wasm-trap.out b/test/message/wasm-trap.out
new file mode 100644
index 0000000000000000000000000000000000000000..237f60a1d4b6d9cb90401d9ee89cbfdadbc4239d
--- /dev/null
+++ b/test/message/wasm-trap.out
@@ -0,0 +1,5 @@
+<WASM>[0]+5: RuntimeError: divide by zero
+RuntimeError: divide by zero
+ at main (<WASM>[0]+5)
+ at *%(basename)s:15:16
+
« no previous file with comments | « test/message/wasm-trap.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698