summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/wasm-trace-memory-liftoff.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/message/wasm-trace-memory-liftoff.js')
-rw-r--r--deps/v8/test/message/wasm-trace-memory-liftoff.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/deps/v8/test/message/wasm-trace-memory-liftoff.js b/deps/v8/test/message/wasm-trace-memory-liftoff.js
index a23eca4a0f..b50d33dbe8 100644
--- a/deps/v8/test/message/wasm-trace-memory-liftoff.js
+++ b/deps/v8/test/message/wasm-trace-memory-liftoff.js
@@ -3,6 +3,8 @@
// found in the LICENSE file.
// Flags: --no-stress-opt --trace-wasm-memory --liftoff --no-future
-// Flags: --no-wasm-tier-up
+// Flags: --no-wasm-tier-up --experimental-wasm-simd
+// liftoff does not support simd128, so the s128 load and store traces are in
+// the turbofan tier and not liftoff
load("test/message/wasm-trace-memory.js");