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", |