7bbea08f66
This refactoring makes it easier to write advanced tests and gives full control over what's happening to the test code. It also forces description for every test. BUG=none Review-Url: https://codereview.chromium.org/2891213002 Cr-Commit-Position: refs/heads/master@{#45412}
20 lines
521 B
Plaintext
20 lines
521 B
Plaintext
Tests how wasm scripts are reported
|
|
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-7b04570e/wasm-7b04570e-0
|
|
Script #3 parsed. URL: wasm://wasm/wasm-7b04570e/wasm-7b04570e-1
|
|
Source for wasm://wasm/wasm-7b04570e/wasm-7b04570e-0:
|
|
func $nopFunction
|
|
nop
|
|
end
|
|
|
|
Source for wasm://wasm/wasm-7b04570e/wasm-7b04570e-1:
|
|
func $main
|
|
block
|
|
i32.const 2
|
|
drop
|
|
end
|
|
end
|
|
|