v8/test/debugger/debug/wasm
Andreas Haas 9d3a38ae33 [wasm] Add testing opcode to test unsupported opcodes in Liftoff
Liftoff is not fully feature complete yet. To test that Liftoff can
bailout to TurboFan also for debugging, this CL adds
* an opcode that is only implemented in TurboFan
* a flag that allows that opcode to be compiled with TurboFan
* a bailout for this opcode to Liftoff.

R=clemensb@chromium.org

Bug: v8:7581
Change-Id: Ie4b4654d0d36ab937a7dfe9b1bb6a187b17615fb
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2629284
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
Reviewed-by: Clemens Backes <clemensb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#72113}
2021-01-15 13:55:09 +00:00
..
asm-debug.js [asm.js] Fix debugger test to check listener exception. 2017-03-29 10:46:45 +00:00
breakpoints.js [wasm][debug] Support multi-threaded breakpoints 2020-06-02 10:27:17 +00:00
debug-enabled-tier-down-wasm-streaming.js Reland "[wasm][debug] Fix tier down during streaming compilation" 2020-05-19 12:37:00 +00:00
debug-enabled-tier-down-wasm-unsupported-liftoff.js [wasm] Add testing opcode to test unsupported opcodes in Liftoff 2021-01-15 13:55:09 +00:00
debug-enabled-tier-down-wasm.js [wasm][debug] Add more tests for async compilation 2020-05-18 13:49:50 +00:00
debug-step-into-wasm.js [wasm][debug] Reenable skipped debug-step-into-wasm test 2020-04-15 09:23:07 +00:00
frame-inspection.js Remove fake wasm scripts from V8 backend 2020-01-09 13:21:01 +00:00
stepping-from-js.js [wasm][debug] Implement stepping out from JS to wasm 2020-11-26 14:22:25 +00:00