Index: test/cctest/cctest.gyp |
diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp |
index 93cbf9edcbd60e3ed9a91534572094dbaba4c70f..d87b1fd154beede15036c19b37701ce9f7d3a9a7 100644 |
--- a/test/cctest/cctest.gyp |
+++ b/test/cctest/cctest.gyp |
@@ -215,6 +215,7 @@ |
'wasm/test-run-wasm-js.cc', |
'wasm/test-run-wasm-module.cc', |
'wasm/test-run-wasm-relocation.cc', |
+ 'wasm/test-run-wasm-simd.cc', |
'wasm/test-wasm-breakpoints.cc', |
'wasm/test-wasm-interpreter-entry.cc', |
'wasm/test-wasm-stack.cc', |
@@ -230,7 +231,6 @@ |
'test-macro-assembler-ia32.cc', |
'test-log-stack-tracer.cc', |
'test-run-wasm-relocation-ia32.cc', |
- 'wasm/test-run-wasm-simd-lowering.cc' |
], |
'cctest_sources_x64': [ ### gcmole(arch:x64) ### |
'test-assembler-x64.cc', |
@@ -241,7 +241,6 @@ |
'test-macro-assembler-x64.cc', |
'test-log-stack-tracer.cc', |
'test-run-wasm-relocation-x64.cc', |
- 'wasm/test-run-wasm-simd.cc', |
], |
'cctest_sources_arm': [ ### gcmole(arch:arm) ### |
'test-assembler-arm.cc', |
@@ -252,7 +251,6 @@ |
'test-macro-assembler-arm.cc', |
'test-run-wasm-relocation-arm.cc', |
'test-simulator-arm.cc', |
- 'wasm/test-run-wasm-simd-lowering.cc' |
], |
'cctest_sources_arm64': [ ### gcmole(arch:arm64) ### |
'test-utils-arm64.cc', |
@@ -266,21 +264,18 @@ |
'test-javascript-arm64.cc', |
'test-js-arm64-variables.cc', |
'test-run-wasm-relocation-arm64.cc', |
- 'wasm/test-run-wasm-simd-lowering.cc' |
], |
'cctest_sources_s390': [ ### gcmole(arch:s390) ### |
'test-assembler-s390.cc', |
'test-code-stubs.cc', |
'test-code-stubs.h', |
'test-disasm-s390.cc', |
- 'wasm/test-run-wasm-simd-lowering.cc' |
], |
'cctest_sources_ppc': [ ### gcmole(arch:ppc) ### |
'test-assembler-ppc.cc', |
'test-code-stubs.cc', |
'test-code-stubs.h', |
'test-disasm-ppc.cc', |
- 'wasm/test-run-wasm-simd-lowering.cc' |
], |
'cctest_sources_mips': [ ### gcmole(arch:mips) ### |
'test-assembler-mips.cc', |
@@ -289,7 +284,6 @@ |
'test-code-stubs-mips.cc', |
'test-disasm-mips.cc', |
'test-macro-assembler-mips.cc', |
- 'wasm/test-run-wasm-simd-lowering.cc' |
], |
'cctest_sources_mipsel': [ ### gcmole(arch:mipsel) ### |
'test-assembler-mips.cc', |
@@ -298,7 +292,6 @@ |
'test-code-stubs-mips.cc', |
'test-disasm-mips.cc', |
'test-macro-assembler-mips.cc', |
- 'wasm/test-run-wasm-simd-lowering.cc' |
], |
'cctest_sources_mips64': [ ### gcmole(arch:mips64) ### |
'test-assembler-mips64.cc', |
@@ -307,7 +300,6 @@ |
'test-code-stubs-mips64.cc', |
'test-disasm-mips64.cc', |
'test-macro-assembler-mips64.cc', |
- 'wasm/test-run-wasm-simd-lowering.cc' |
], |
'cctest_sources_mips64el': [ ### gcmole(arch:mips64el) ### |
'test-assembler-mips64.cc', |
@@ -316,7 +308,6 @@ |
'test-code-stubs-mips64.cc', |
'test-disasm-mips64.cc', |
'test-macro-assembler-mips64.cc', |
- 'wasm/test-run-wasm-simd-lowering.cc' |
], |
'cctest_sources_x87': [ ### gcmole(arch:x87) ### |
'test-assembler-x87.cc', |
@@ -327,7 +318,6 @@ |
'test-macro-assembler-x87.cc', |
'test-log-stack-tracer.cc', |
'test-run-wasm-relocation-x87.cc', |
- 'wasm/test-run-wasm-simd-lowering.cc' |
], |
}, |
'includes': ['../../gypfiles/toolchain.gypi', '../../gypfiles/features.gypi'], |