| Index: test/cctest/wasm/test-run-wasm.cc
|
| diff --git a/test/cctest/wasm/test-run-wasm.cc b/test/cctest/wasm/test-run-wasm.cc
|
| index 3b468b5de670342864a4be5898c95f10cf9a7c29..91252277a1c565b2933e9b728989da6a0d9e8699 100644
|
| --- a/test/cctest/wasm/test-run-wasm.cc
|
| +++ b/test/cctest/wasm/test-run-wasm.cc
|
| @@ -3097,8 +3097,9 @@ TEST(Run_Wasm_F64Max) {
|
| }
|
| }
|
|
|
| -// TODO(ahaas): Fix on arm and reenable.
|
| -#if !V8_TARGET_ARCH_ARM && !V8_TARGET_ARCH_ARM64
|
| +// TODO(ahaas): Fix on arm and mips and reenable.
|
| +#if !V8_TARGET_ARCH_ARM && !V8_TARGET_ARCH_ARM64 && !V8_TARGET_ARCH_MIPS && \
|
| + !V8_TARGET_ARCH_MIPS64
|
|
|
| TEST(Run_Wasm_F32Min_Snan) {
|
| // Test that the instruction does not return a signalling NaN.
|
|
|