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

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

Issue 2891213002: [inspector] Refactor protocol-test.js (Closed)
Patch Set: comments addressed Created 3 years, 7 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 Tests stepping through wasm scripts
1 Installing code an global variable. 2 Installing code an global variable.
2 Calling instantiate function. 3 Calling instantiate function.
3 Waiting for two wasm scripts to be parsed. 4 Waiting for two wasm scripts to be parsed.
4 Ignoring script with url v8://test/callInstantiate 5 Ignoring script with url v8://test/callInstantiate
5 Got wasm script: wasm://wasm/wasm-0c10a5fe/wasm-0c10a5fe-0 6 Got wasm script: wasm://wasm/wasm-0c10a5fe/wasm-0c10a5fe-0
6 Requesting source for wasm://wasm/wasm-0c10a5fe/wasm-0c10a5fe-0... 7 Requesting source for wasm://wasm/wasm-0c10a5fe/wasm-0c10a5fe-0...
7 Got wasm script: wasm://wasm/wasm-0c10a5fe/wasm-0c10a5fe-1 8 Got wasm script: wasm://wasm/wasm-0c10a5fe/wasm-0c10a5fe-1
8 Requesting source for wasm://wasm/wasm-0c10a5fe/wasm-0c10a5fe-1... 9 Requesting source for wasm://wasm/wasm-0c10a5fe/wasm-0c10a5fe-1...
9 func $wasm_A 10 func $wasm_A
10 nop 11 nop
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 -- skipped 321 -- skipped
321 - scope (local): 322 - scope (local):
322 param#0: 0 (number) 323 param#0: 0 (number)
323 stack: {} (Object) 324 stack: {} (Object)
324 at (anonymous) (0:17): 325 at (anonymous) (0:17):
325 - scope (global): 326 - scope (global):
326 -- skipped 327 -- skipped
327 Debugger.resume called 328 Debugger.resume called
328 exports.main returned! 329 exports.main returned!
329 Finished! 330 Finished!
OLDNEW
« no previous file with comments | « test/inspector/debugger/wasm-stepping.js ('k') | test/inspector/heap-profiler/take-heap-snapshot-on-pause.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698