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

Unified Diff: test/BUILD.gn

Issue 2092103004: [Turbofan] Add Simd128 registers to RegisterConfiguration. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Eliminate some dead code, simplify. Created 4 years, 6 months 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
« no previous file with comments | « src/x87/assembler-x87.h ('k') | test/unittests/compiler/instruction-sequence-unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/BUILD.gn
diff --git a/test/BUILD.gn b/test/BUILD.gn
index 271df0d6efd85405433fe6ad44b20451bdbca035..f9ff28c66bd17540840e10164c35fc094d641146 100644
--- a/test/BUILD.gn
+++ b/test/BUILD.gn
@@ -22,8 +22,8 @@ group("gn_all") {
if (v8_test_isolation_mode != "noop") {
deps += [
- ":bot_default_run",
":benchmarks_run",
+ ":bot_default_run",
":default_run",
":mozilla_run",
":simdjs_run",
@@ -54,7 +54,7 @@ group("default_tests") {
v8_isolate_run("bot_default") {
deps = [
- ":default_tests",
+ ":default_tests",
":webkit_run",
]
@@ -131,8 +131,8 @@ v8_isolate_run("fuzzer") {
"..:v8_simple_json_fuzzer",
"..:v8_simple_parser_fuzzer",
"..:v8_simple_regexp_fuzzer",
- "..:v8_simple_wasm_fuzzer",
"..:v8_simple_wasm_asmjs_fuzzer",
+ "..:v8_simple_wasm_fuzzer",
]
isolate = "fuzzer/fuzzer.isolate"
« no previous file with comments | « src/x87/assembler-x87.h ('k') | test/unittests/compiler/instruction-sequence-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698