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

Unified Diff: tools/run-tests.py

Issue 1402353006: [test] Differentiate between exhaustive and default testing variants. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 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 | « test/mjsunit/mjsunit.status ('k') | tools/testrunner/local/testsuite.py » ('j') | 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 d7ae4561cc68c6aff5245b4d48c98829ddec52f5..5cfc6a3f9909a3699ecf4ba74fe37bd62e5ca3c3 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -90,10 +90,11 @@ TEST_MAP = {
TIMEOUT_DEFAULT = 60
-VARIANTS = ["default", "stress", "turbofan", "nocrankshaft"]
+VARIANTS = ["default", "stress", "turbofan"]
EXHAUSTIVE_VARIANTS = VARIANTS + [
- # TODO(machenbach): Add always opt turbo variant.
+ "nocrankshaft",
+ "turbofan_opt",
]
DEBUG_FLAGS = ["--nohard-abort", "--nodead-code-elimination",
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | tools/testrunner/local/testsuite.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698