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}
This commit is contained in:
dusan.simicic 2017-04-24 05:44:58 -07:00 committed by Commit bot
parent 3337ccccd9
commit 4764cfb017

View File

@ -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],