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

Unified Diff: test/inspector/debugger/wasm-scripts-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/debugger/debug/wasm/frame-inspection.js ('k') | test/inspector/debugger/wasm-source-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/wasm-scripts-expected.txt
diff --git a/test/inspector/debugger/wasm-scripts-expected.txt b/test/inspector/debugger/wasm-scripts-expected.txt
index 2bce71e7bf401226878dd47eeabe9bff7f60d896..284cc055712bacc58f34f610b336a244dcc80238 100644
--- a/test/inspector/debugger/wasm-scripts-expected.txt
+++ b/test/inspector/debugger/wasm-scripts-expected.txt
@@ -1,16 +1,18 @@
Check that inspector gets two wasm scripts at module creation time.
Script #0 parsed. URL: v8://test/testFunction
Script #1 parsed. URL: v8://test/runTestRunction
-Script #2 parsed. URL: wasm://wasm/wasm-911a065e/wasm-911a065e-0
-Script #3 parsed. URL: wasm://wasm/wasm-911a065e/wasm-911a065e-1
-Source for wasm://wasm/wasm-911a065e/wasm-911a065e-0:
+Script #2 parsed. URL: wasm://wasm/wasm-e783515e/wasm-e783515e-0
+Script #3 parsed. URL: wasm://wasm/wasm-e783515e/wasm-e783515e-1
+Source for wasm://wasm/wasm-e783515e/wasm-e783515e-0:
func $nopFunction
-nop
+ nop
+end
-Source for wasm://wasm/wasm-911a065e/wasm-911a065e-1:
+Source for wasm://wasm/wasm-e783515e/wasm-e783515e-1:
func $main
-block
- i32.const 2
- drop
+ block
+ i32.const 2
+ drop
+ end
end
« no previous file with comments | « test/debugger/debug/wasm/frame-inspection.js ('k') | test/inspector/debugger/wasm-source-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698