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

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

Issue 2720813002: [wasm] Fix importing wasm functions which are being debugged (Closed)
Patch Set: Awesome inspector test now :) 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..2c3f1ae7ad0b4b9b2b4dd9571f0d590f991a6ee4
--- /dev/null
+++ b/test/inspector/debugger/wasm-imports-expected.txt
@@ -0,0 +1,23 @@
+Installing code and global variable.
+Calling instantiate function for module A.
+Waiting for wasm script to be parsed.
+Got wasm script!
+Setting breakpoint in line 1:
+func $func
+ #nop
+end
+
+Calling instantiate function for module B.
+Calling main function on module B.
+Paused at 1:2.
+func $func
+ #nop
+end
+
+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.

Powered by Google App Engine
This is Rietveld 408576698