Commit 6c775639 authored by Clemens Backes's avatar Clemens Backes Committed by Commit Bot

[wasm] Skip new test also in lite mode

Lite mode implies jitless, hence we also need to skip in lite mode.

TBR=thibaudm@chromium.org

Bug: v8:6847
Change-Id: I0147b2604180e3801d5e939619ea00a87220f7ec
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2011830Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#65890}
parent c177666c
...@@ -455,6 +455,7 @@ ...@@ -455,6 +455,7 @@
'test-api-wasm/WasmStreaming*': [SKIP], 'test-api-wasm/WasmStreaming*': [SKIP],
'test-backing-store/Run_WasmModule_Buffer_Externalized_Regression_UseAfterFree': [SKIP], 'test-backing-store/Run_WasmModule_Buffer_Externalized_Regression_UseAfterFree': [SKIP],
'test-c-wasm-entry/*': [SKIP], 'test-c-wasm-entry/*': [SKIP],
'test-compilation-cache/TestAsyncCache': [SKIP],
'test-jump-table-assembler/*': [SKIP], 'test-jump-table-assembler/*': [SKIP],
'test-grow-memory/*': [SKIP], 'test-grow-memory/*': [SKIP],
'test-run-wasm-64/*': [SKIP], 'test-run-wasm-64/*': [SKIP],
...@@ -561,7 +562,6 @@ ...@@ -561,7 +562,6 @@
'serializer-tester/SerializeInlinedClosure': [SKIP], 'serializer-tester/SerializeInlinedClosure': [SKIP],
'serializer-tester/SerializeInlinedFunction': [SKIP], 'serializer-tester/SerializeInlinedFunction': [SKIP],
'test-api/TurboAsmDisablesDetach': [SKIP], 'test-api/TurboAsmDisablesDetach': [SKIP],
'test-compilation-cache/TestAsyncCache': [SKIP],
'test-cpu-profiler/TickLinesOptimized': [SKIP], 'test-cpu-profiler/TickLinesOptimized': [SKIP],
'test-heap/TestOptimizeAfterBytecodeFlushingCandidate': [SKIP], 'test-heap/TestOptimizeAfterBytecodeFlushingCandidate': [SKIP],
'test-run-wasm-exceptions/RunWasmInterpreter_TryCatchCallDirect': [SKIP], 'test-run-wasm-exceptions/RunWasmInterpreter_TryCatchCallDirect': [SKIP],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment