Index: tools/run-tests.py |
diff --git a/tools/run-tests.py b/tools/run-tests.py |
index d9d35f5932d1bdc2956c438c4ebd73c13a325cfb..dc73a4035fc364abbadb6ac23b5afeec3ee24ffd 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-asm", "--turbo-filter=*", "--always-opt", "--turbo-deoptimization"], |
+ "turbofan": ["--turbo-asm", "--turbo-filter=*", "--always-opt"], |
"nocrankshaft": ["--nocrankshaft"]} |
VARIANTS = ["default", "stress", "turbofan", "nocrankshaft"] |