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

Side by Side Diff: test/inspector/debugger/wasm-scripts-expected.txt

Issue 2681993003: [wasm] Accept version 0x1 binaries. (Closed)
Patch Set: Add new expected outputs for inspector tests. 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 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-e783515e/wasm-e783515e-0 4 Script #2 parsed. URL: wasm://wasm/wasm-4205e2ce/wasm-4205e2ce-0
5 Script #3 parsed. URL: wasm://wasm/wasm-e783515e/wasm-e783515e-1 5 Script #3 parsed. URL: wasm://wasm/wasm-4205e2ce/wasm-4205e2ce-1
6 Source for wasm://wasm/wasm-e783515e/wasm-e783515e-0: 6 Source for wasm://wasm/wasm-4205e2ce/wasm-4205e2ce-0:
7 func $nopFunction 7 func $nopFunction
8 nop 8 nop
9 end 9 end
10 10
11 Source for wasm://wasm/wasm-e783515e/wasm-e783515e-1: 11 Source for wasm://wasm/wasm-4205e2ce/wasm-4205e2ce-1:
12 func $main 12 func $main
13 block 13 block
14 i32.const 2 14 i32.const 2
15 drop 15 drop
16 end 16 end
17 end 17 end
18 18
OLDNEW
« no previous file with comments | « test/inspector/debugger/wasm-get-breakable-locations-expected.txt ('k') | test/inspector/debugger/wasm-stepping-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698