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

Unified Diff: tools/run-tests.py

Issue 2205883002: [test] Update testing-variant stages (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/run-tests.py
diff --git a/tools/run-tests.py b/tools/run-tests.py
index ae56e756a00c193316cf4f06e68b5c1ca6f5f10a..94bcd700de3d4296dd619790da2add96a4868614 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -112,11 +112,12 @@ TEST_MAP = {
TIMEOUT_DEFAULT = 60
-VARIANTS = ["default", "stress", "turbofan"]
+# TODO(machenbach): Add ignition_staging variant.
+VARIANTS = ["default", "turbofan"]
MORE_VARIANTS = [
"ignition",
- "nocrankshaft",
+ "stress",
"turbofan_opt",
]
@@ -128,7 +129,7 @@ VARIANT_ALIASES = {
# Additional variants, run on all bots.
"more": MORE_VARIANTS,
# Additional variants, run on a subset of bots.
- "extra": [],
+ "extra": ["nocrankshaft"],
}
DEBUG_FLAGS = ["--nohard-abort", "--nodead-code-elimination",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698