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

Side by Side Diff: test/inspector/debugger/wasm-get-breakable-locations-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
« no previous file with comments | « src/wasm/wasm-module.h ('k') | test/inspector/debugger/wasm-scripts-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Running testFunction... 1 Running testFunction...
2 Script nr 0 parsed. URL: v8://test/setup 2 Script nr 0 parsed. URL: v8://test/setup
3 Script nr 1 parsed. URL: v8://test/runTestFunction 3 Script nr 1 parsed. URL: v8://test/runTestFunction
4 Script nr 2 parsed. URL: wasm://wasm/wasm-824d794e/wasm-824d794e-0 4 Script nr 2 parsed. URL: wasm://wasm/wasm-eb3c2032/wasm-eb3c2032-0
5 This is a wasm script (nr 0). 5 This is a wasm script (nr 0).
6 Script nr 3 parsed. URL: wasm://wasm/wasm-824d794e/wasm-824d794e-1 6 Script nr 3 parsed. URL: wasm://wasm/wasm-eb3c2032/wasm-eb3c2032-1
7 This is a wasm script (nr 1). 7 This is a wasm script (nr 1).
8 Querying breakable locations for all wasm scripts now... 8 Querying breakable locations for all wasm scripts now...
9 Requesting all breakable locations in wasm script 0 9 Requesting all breakable locations in wasm script 0
10 4 breakable location(s): 10 4 breakable location(s):
11 [0] 2:2 || >nop 11 [0] 2:2 || >nop
12 [1] 3:2 || >i32.const 12 12 [1] 3:2 || >i32.const 12
13 [2] 4:2 || >set_local 0 13 [2] 4:2 || >set_local 0
14 [3] 5:0 || >end 14 [3] 5:0 || >end
15 Requesting breakable locations in lines [0,3) 15 Requesting breakable locations in lines [0,3)
16 1 breakable location(s): 16 1 breakable location(s):
(...skipping 13 matching lines...) Expand all
30 [6] 7:0 || >end 30 [6] 7:0 || >end
31 Requesting breakable locations in lines [0,3) 31 Requesting breakable locations in lines [0,3)
32 2 breakable location(s): 32 2 breakable location(s):
33 [0] 1:2 || >get_local 0 33 [0] 1:2 || >get_local 0
34 [1] 2:2 || >if 34 [1] 2:2 || >if
35 Requesting breakable locations in lines [4,6) 35 Requesting breakable locations in lines [4,6)
36 2 breakable location(s): 36 2 breakable location(s):
37 [0] 4:6 || >call 0 37 [0] 4:6 || >call 0
38 [1] 5:4 || >end 38 [1] 5:4 || >end
39 Setting a breakpoint on each breakable location... 39 Setting a breakpoint on each breakable location...
40 Setting at wasm://wasm/wasm-824d794e/wasm-824d794e-0:2:2 40 Setting at wasm://wasm/wasm-eb3c2032/wasm-eb3c2032-0:2:2
41 Success! 41 Success!
42 Setting at wasm://wasm/wasm-824d794e/wasm-824d794e-0:3:2 42 Setting at wasm://wasm/wasm-eb3c2032/wasm-eb3c2032-0:3:2
43 Success! 43 Success!
44 Setting at wasm://wasm/wasm-824d794e/wasm-824d794e-0:4:2 44 Setting at wasm://wasm/wasm-eb3c2032/wasm-eb3c2032-0:4:2
45 Success! 45 Success!
46 Setting at wasm://wasm/wasm-824d794e/wasm-824d794e-0:5:0 46 Setting at wasm://wasm/wasm-eb3c2032/wasm-eb3c2032-0:5:0
47 Success! 47 Success!
48 Setting at wasm://wasm/wasm-824d794e/wasm-824d794e-1:1:2 48 Setting at wasm://wasm/wasm-eb3c2032/wasm-eb3c2032-1:1:2
49 Success! 49 Success!
50 Setting at wasm://wasm/wasm-824d794e/wasm-824d794e-1:2:2 50 Setting at wasm://wasm/wasm-eb3c2032/wasm-eb3c2032-1:2:2
51 Success! 51 Success!
52 Setting at wasm://wasm/wasm-824d794e/wasm-824d794e-1:3:4 52 Setting at wasm://wasm/wasm-eb3c2032/wasm-eb3c2032-1:3:4
53 Success! 53 Success!
54 Setting at wasm://wasm/wasm-824d794e/wasm-824d794e-1:4:6 54 Setting at wasm://wasm/wasm-eb3c2032/wasm-eb3c2032-1:4:6
55 Success! 55 Success!
56 Setting at wasm://wasm/wasm-824d794e/wasm-824d794e-1:5:4 56 Setting at wasm://wasm/wasm-eb3c2032/wasm-eb3c2032-1:5:4
57 Success! 57 Success!
58 Setting at wasm://wasm/wasm-824d794e/wasm-824d794e-1:6:2 58 Setting at wasm://wasm/wasm-eb3c2032/wasm-eb3c2032-1:6:2
59 Success! 59 Success!
60 Setting at wasm://wasm/wasm-824d794e/wasm-824d794e-1:7:0 60 Setting at wasm://wasm/wasm-eb3c2032/wasm-eb3c2032-1:7:0
61 Success! 61 Success!
62 Running wasm code... 62 Running wasm code...
63 Missing breakpoints: 11 63 Missing breakpoints: 11
64 Script nr 4 parsed. URL: v8://test/runWasm 64 Script nr 4 parsed. URL: v8://test/runWasm
65 Stopped at wasm://wasm/wasm-824d794e/wasm-824d794e-1:1:2 65 Stopped at wasm://wasm/wasm-eb3c2032/wasm-eb3c2032-1:1:2
66 Missing breakpoints: 10 66 Missing breakpoints: 10
67 Stopped at wasm://wasm/wasm-824d794e/wasm-824d794e-1:2:2 67 Stopped at wasm://wasm/wasm-eb3c2032/wasm-eb3c2032-1:2:2
68 Missing breakpoints: 9 68 Missing breakpoints: 9
69 Stopped at wasm://wasm/wasm-824d794e/wasm-824d794e-1:3:4 69 Stopped at wasm://wasm/wasm-eb3c2032/wasm-eb3c2032-1:3:4
70 Missing breakpoints: 8 70 Missing breakpoints: 8
71 Stopped at wasm://wasm/wasm-824d794e/wasm-824d794e-1:4:6 71 Stopped at wasm://wasm/wasm-eb3c2032/wasm-eb3c2032-1:4:6
72 Missing breakpoints: 7 72 Missing breakpoints: 7
73 Stopped at wasm://wasm/wasm-824d794e/wasm-824d794e-0:2:2 73 Stopped at wasm://wasm/wasm-eb3c2032/wasm-eb3c2032-0:2:2
74 Missing breakpoints: 6 74 Missing breakpoints: 6
75 Stopped at wasm://wasm/wasm-824d794e/wasm-824d794e-0:3:2 75 Stopped at wasm://wasm/wasm-eb3c2032/wasm-eb3c2032-0:3:2
76 Missing breakpoints: 5 76 Missing breakpoints: 5
77 Stopped at wasm://wasm/wasm-824d794e/wasm-824d794e-0:4:2 77 Stopped at wasm://wasm/wasm-eb3c2032/wasm-eb3c2032-0:4:2
78 Missing breakpoints: 4 78 Missing breakpoints: 4
79 Stopped at wasm://wasm/wasm-824d794e/wasm-824d794e-0:5:0 79 Stopped at wasm://wasm/wasm-eb3c2032/wasm-eb3c2032-0:5:0
80 Missing breakpoints: 3 80 Missing breakpoints: 3
81 Stopped at wasm://wasm/wasm-824d794e/wasm-824d794e-1:5:4 81 Stopped at wasm://wasm/wasm-eb3c2032/wasm-eb3c2032-1:5:4
82 Missing breakpoints: 2 82 Missing breakpoints: 2
83 Stopped at wasm://wasm/wasm-824d794e/wasm-824d794e-1:6:2 83 Stopped at wasm://wasm/wasm-eb3c2032/wasm-eb3c2032-1:6:2
84 Missing breakpoints: 1 84 Missing breakpoints: 1
85 Stopped at wasm://wasm/wasm-824d794e/wasm-824d794e-1:7:0 85 Stopped at wasm://wasm/wasm-eb3c2032/wasm-eb3c2032-1:7:0
86 Missing breakpoints: 0 86 Missing breakpoints: 0
87 Finished! 87 Finished!
OLDNEW
« no previous file with comments | « src/wasm/wasm-module.h ('k') | test/inspector/debugger/wasm-scripts-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698