Index: test/cctest/wasm/test-run-wasm-simd.cc |
diff --git a/test/cctest/wasm/test-run-wasm-simd.cc b/test/cctest/wasm/test-run-wasm-simd.cc |
index 4bff07b7accc8460d1499bfe1c1c38d6df78bc23..cd3191aad7ab141078127d37b3ec6cce7adca754 100644 |
--- a/test/cctest/wasm/test-run-wasm-simd.cc |
+++ b/test/cctest/wasm/test-run-wasm-simd.cc |
@@ -1441,7 +1441,9 @@ WASM_SIMD_SELECT_TEST(32x4) |
#if V8_TARGET_ARCH_ARM |
WASM_SIMD_SELECT_TEST(16x8) |
WASM_SIMD_SELECT_TEST(8x16) |
+#endif // V8_TARGET_ARCH_ARM |
+#if V8_TARGET_ARCH_ARM || V8_TARGET_ARCH_MIPS || V8_TARGET_ARCH_MIPS64 |
// Boolean unary operations are 'AllTrue' and 'AnyTrue', which return an integer |
// result. Use relational ops on numeric vectors to create the boolean vector |
// test inputs. Test inputs with all true, all false, one true, and one false. |
@@ -1866,4 +1868,4 @@ WASM_EXEC_COMPILED_TEST(SimdLoadStoreLoad) { |
CHECK_EQ(expected, r.Call()); |
} |
} |
-#endif // V8_TARGET_ARCH_ARM || SIMD_LOWERING_TARGET |
+#endif // V8_TARGET_ARCH_ARM || V8_TARGET_ARCH_MIPS || V8_TARGET_ARCH_MIPS64 |