Commit 5f9dd798 authored by Milad Fa's avatar Milad Fa Committed by V8 LUCI CQ

PPC: skip unsupported liftoff tests

Liftoff is temporarily disabled on PPC.
After https://crrev.com/c/3202593 the newly skipped tests
are failing with this error:
```
Check failed: tester.native_module()->GetCode(0)->is_liftoff()
```

Change-Id: I681a27930909fd6ac4e5087c2d03608b891a6066
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3208070Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
Commit-Queue: Milad Fa <mfarazma@redhat.com>
Cr-Commit-Position: refs/heads/main@{#77265}
parent 1ac45dd9
......@@ -534,6 +534,8 @@
'test-gc/RunWasmLiftoff*': [SKIP],
'test-run-wasm-module/Run_WasmModule_CompilationHintsNoTiering': [SKIP],
'test-wasm-serialization/TierDownAfterDeserialization': [SKIP],
'test-streaming-compilation/SingleThreadedTestIncrementalCaching': [SKIP],
'test-streaming-compilation/AsyncTestIncrementalCaching': [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