Commit 63b32e27 authored by Aseem Garg's avatar Aseem Garg Committed by Commit Bot

[wasm] disable SIMD interpreter tests for mips

The globals tests for simd are failing on mips big endian. Will re-enable
after fixing.

R=clemensh@chromium.org
BUG=v8:6020

Change-Id: I8a8a17c4e947b69ccc2eb6bbe79c308b1129d1af
Reviewed-on: https://chromium-review.googlesource.com/1089814
Commit-Queue: Aseem Garg <aseemgarg@chromium.org>
Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#53595}
parent e2325ccd
......@@ -405,6 +405,17 @@
}], # 'arch == ppc or arch == ppc64 or arch == s390 or arch == s390x'
##############################################################################
['arch == mips or arch == mips64', {
# BUG(7827). fix simd globals for big endian
'test-run-wasm-simd/RunWasm_SimdI32x4GetGlobal_interpreter': [SKIP],
'test-run-wasm-simd/RunWasm_SimdI32x4SetGlobal_interpreter': [SKIP],
'test-run-wasm-simd/RunWasm_SimdF32x4GetGlobal_interpreter': [SKIP],
'test-run-wasm-simd/RunWasm_SimdF32x4SetGlobal_interpreter': [SKIP],
}], # 'arch == mips or arch == mips64'
##############################################################################
['variant == stress_incremental_marking', {
'test-heap-profiler/SamplingHeapProfiler': [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