| Index: test/cctest/wasm/test-run-wasm-64.cc
|
| diff --git a/test/cctest/wasm/test-run-wasm-64.cc b/test/cctest/wasm/test-run-wasm-64.cc
|
| index d3a178cc5c978fe76d540eb723fe9d4db49559fe..0d913d680714b9e38ca10a9fab5d251cfc590d4f 100644
|
| --- a/test/cctest/wasm/test-run-wasm-64.cc
|
| +++ b/test/cctest/wasm/test-run-wasm-64.cc
|
| @@ -92,7 +92,7 @@ TEST(Run_WasmI64Shl) {
|
| }
|
| #endif
|
| // kExprI64ShrU:
|
| -#if !V8_TARGET_ARCH_MIPS && !V8_TARGET_ARCH_X87 && !V8_TARGET_ARCH_ARM
|
| +#if !V8_TARGET_ARCH_MIPS && !V8_TARGET_ARCH_X87
|
| TEST(Run_WasmI64ShrU) {
|
| {
|
| WasmRunner<int64_t> r(MachineType::Int64(), MachineType::Int64());
|
| @@ -126,7 +126,7 @@ TEST(Run_WasmI64ShrU) {
|
| }
|
| #endif
|
| // kExprI64ShrS:
|
| -#if !V8_TARGET_ARCH_MIPS && !V8_TARGET_ARCH_X87 && !V8_TARGET_ARCH_ARM
|
| +#if !V8_TARGET_ARCH_MIPS && !V8_TARGET_ARCH_X87
|
| TEST(Run_WasmI64ShrS) {
|
| {
|
| WasmRunner<int64_t> r(MachineType::Int64(), MachineType::Int64());
|
|
|