Index: tools/testrunner/local/testsuite.py |
diff --git a/tools/testrunner/local/testsuite.py b/tools/testrunner/local/testsuite.py |
index 84f07feefbca263ecb8fd342f8f6b18689f700c0..f3178d87e189e73faea93c7d587b7da21258c34d 100644 |
--- a/tools/testrunner/local/testsuite.py |
+++ b/tools/testrunner/local/testsuite.py |
@@ -38,7 +38,7 @@ from ..objects import testcase |
VARIANT_FLAGS = { |
"default": [], |
"stress": ["--stress-opt", "--always-opt"], |
- "turbofan": ["--turbo-asm", "--turbo-filter=*", "--always-opt"], |
+ "turbofan": ["--turbo-deoptimization", "--turbo-filter=*", "--always-opt"], |
"nocrankshaft": ["--nocrankshaft"]} |
FAST_VARIANT_FLAGS = [ |