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

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

Issue 2720813002: [wasm] Fix importing wasm functions which are being debugged (Closed)
Patch Set: Created 3 years, 10 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/wasm-imports-expected.txt
diff --git a/test/inspector/debugger/wasm-imports-expected.txt b/test/inspector/debugger/wasm-imports-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..40f0df012498510eca0f630a143c90b98b1bf9ea
--- /dev/null
+++ b/test/inspector/debugger/wasm-imports-expected.txt
@@ -0,0 +1,26 @@
+Installing code and global variable.
+Calling instantiate function for module A.
+Waiting for wasm script to be parsed.
+Ignoring script with url v8://test/instantiateA
+Got wasm script!
+Source:
+func $func
+ nop
+end
+
+Setting breakpoint in line 1, column 2
+{
+ columnNumber : 2
+ lineNumber : 1
+ scriptId : <scriptId>
+}
+Calling instantiate function for module B.
+Calling main function on module B.
+Paused at 1:2.
+Getting current stack trace via "new Error().stack".
+Error
+ at v8://test/getStack:1:1
+ at main (<WASM>[1]+1)
+ at v8://test/runWasm:1:22
+exports.main returned.
+Finished.
« test/inspector/debugger/wasm-imports.js ('K') | « test/inspector/debugger/wasm-imports.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698