Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: test/cctest/BUILD.gn

Issue 2514663002: [simd] Disable Simd Scalar lowering for x64, enable tests for all other architectures. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/cctest/BUILD.gn
diff --git a/test/cctest/BUILD.gn b/test/cctest/BUILD.gn
index 3c343ae4931f095d147a85b420d4fab8c01e5e3b..1a125113f7866874de2bf3d5d42d7a2543e19a70 100644
--- a/test/cctest/BUILD.gn
+++ b/test/cctest/BUILD.gn
@@ -190,6 +190,7 @@ v8_executable("cctest") {
"wasm/test-run-wasm-js.cc",
"wasm/test-run-wasm-module.cc",
"wasm/test-run-wasm-relocation.cc",
+ "wasm/test-run-wasm-simd-lowering.cc",
"wasm/test-run-wasm.cc",
"wasm/test-wasm-stack.cc",
"wasm/test-wasm-trap-position.cc",
@@ -277,7 +278,6 @@ v8_executable("cctest") {
"test-log-stack-tracer.cc",
"test-macro-assembler-x64.cc",
"test-run-wasm-relocation-x64.cc",
- "wasm/test-run-wasm-simd-lowering.cc",
"wasm/test-run-wasm-simd.cc",
]
bbudge 2016/11/18 19:30:59 You can remove the lowering tests from sources her
gdeepti 2016/11/21 19:30:02 I was not sure which way was cleaner as most archi
} else if (v8_current_cpu == "x87") {

Powered by Google App Engine
This is Rietveld 408576698