Commit 4764cfb0 authored by dusan.simicic's avatar dusan.simicic Committed by Commit bot

MIPS[64]: Skip some WASM SIMD tests

For now skip some WASM SIMD tests that fail when MIPS SIMD extension is
not available. Turn on these tests again when simd scalar lowering
mechanism supports all WASM SIMD operations.

BUG=

Review-Url: https://codereview.chromium.org/2829963003
Cr-Commit-Position: refs/heads/master@{#44791}
parent 3337cccc
......@@ -318,6 +318,16 @@
'test-serialize/StartupSerializerTwiceRunScript': [SKIP],
}], # 'arch == mips64el or arch == mips64'
##############################################################################
['arch == mips or arch == mipsel or arch == mips64 or arch == mips64el', {
# For now skip WASM SIMD tests that fail when MSA instr. extension is not
# available (currently simd-scalar-lowering mechanism doesn't work properly
# for all SIMD operations)
'test-run-wasm-simd/RunWasmCompiled_S32x4Select': [SKIP],
'test-run-wasm-simd/RunWasmCompiled_F32x4RecipSqrtApprox': [SKIP],
'test-run-wasm-simd/RunWasmCompiled_F32x4RecipApprox': [SKIP],
}], # 'arch == mips or arch == mipsel or arch == mips64 or arch == mips64el'
##############################################################################
['arch == x87', {
'test-run-machops/RunFloat64InsertLowWord32': [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