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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Check that inspector gets two wasm scripts at module creation time. 1 Check that inspector gets two wasm scripts at module creation time.
2 Script #0 parsed. URL: v8://test/testFunction 2 Script #0 parsed. URL: v8://test/testFunction
3 Script #1 parsed. URL: v8://test/runTestRunction 3 Script #1 parsed. URL: v8://test/runTestRunction
4 Script #2 parsed. URL: wasm://wasm/wasm-911a065e/wasm-911a065e-0 4 Script #2 parsed. URL: wasm://wasm/wasm-e783515e/wasm-e783515e-0
5 Script #3 parsed. URL: wasm://wasm/wasm-911a065e/wasm-911a065e-1 5 Script #3 parsed. URL: wasm://wasm/wasm-e783515e/wasm-e783515e-1
6 Source for wasm://wasm/wasm-911a065e/wasm-911a065e-0: 6 Source for wasm://wasm/wasm-e783515e/wasm-e783515e-0:
7 func $nopFunction 7 func $nopFunction
8 nop 8 nop
9
10 Source for wasm://wasm/wasm-911a065e/wasm-911a065e-1:
11 func $main
12 block
13 i32.const 2
14 drop
15 end 9 end
16 10
11 Source for wasm://wasm/wasm-e783515e/wasm-e783515e-1:
12 func $main
13 block
14 i32.const 2
15 drop
16 end
17 end
18
OLDNEW
« 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