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