Skip to content

Commit 9862992

Browse files
Milad FaV8 LUCI CQ
authored andcommitted
[wasm-simd] Skip tests which require Simd enabled
These tests require Simd enabled which causes failures on machines without the support. They are already skipped on Mips: https://crrev.com/c/2841887 Change-Id: I4b9a9bb3cb208a0e9aa12dc135393bc515ad766e Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2927210 Reviewed-by: Zhi An Ng <zhin@chromium.org> Commit-Queue: Milad Fa <mfarazma@redhat.com> Cr-Commit-Position: refs/heads/master@{#74891}
1 parent 360c7af commit 9862992

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/cctest/cctest.status

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,10 @@
759759
['no_simd_hardware == True', {
760760
'test-run-wasm-simd/*': [SKIP],
761761
'test-run-wasm-simd-liftoff/*': [SKIP],
762+
'test-gc/RunWasmLiftoff_RefTrivialCasts': [SKIP],
763+
'test-gc/RunWasmTurbofan_RefTrivialCasts': [SKIP],
764+
'test-run-wasm/RunWasmLiftoff_Select_s128_parameters': [SKIP],
765+
'test-run-wasm/RunWasmTurbofan_Select_s128_parameters': [SKIP],
762766
}], # no_simd_hardware == True
763767

764768
################################################################################

0 commit comments

Comments
 (0)