Index: tools/run-tests.py |
diff --git a/tools/run-tests.py b/tools/run-tests.py |
index d1eb3a339171f3281171c21ac495da890d3f3553..cbc6116f892035f6c8392444618154df25350081 100755 |
--- a/tools/run-tests.py |
+++ b/tools/run-tests.py |
@@ -59,6 +59,7 @@ TIMEOUT_SCALEFACTOR = {"debug" : 4, |
VARIANT_FLAGS = { |
"default": [], |
"stress": ["--stress-opt", "--always-opt"], |
+ "turbofan": ["--turbo-filter=*", "--always-opt"], |
"nocrankshaft": ["--nocrankshaft"]} |
VARIANTS = ["default", "stress", "nocrankshaft"] |