Index: tools/testrunner/local/testsuite.py |
diff --git a/tools/testrunner/local/testsuite.py b/tools/testrunner/local/testsuite.py |
index 211e8473d79c636b075e06fa07bedc811571b7a6..55e0eb21ae02ffd3778ea674f9adfff2a355e836 100644 |
--- a/tools/testrunner/local/testsuite.py |
+++ b/tools/testrunner/local/testsuite.py |
@@ -41,8 +41,7 @@ ALL_VARIANT_FLAGS = { |
"turbofan": [["--turbo"]], |
"turbofan_opt": [["--turbo", "--always-opt"]], |
"nocrankshaft": [["--nocrankshaft"]], |
- "ignition": [["--ignition", "--turbo", |
- "--ignition-fallback-on-catch"]], |
+ "ignition": [["--ignition", "--turbo"]], |
"preparser": [["--min-preparse-length=0"]], |
} |
@@ -52,8 +51,7 @@ FAST_VARIANT_FLAGS = { |
"stress": [["--stress-opt"]], |
"turbofan": [["--turbo"]], |
"nocrankshaft": [["--nocrankshaft"]], |
- "ignition": [["--ignition", "--turbo", |
- "--ignition-fallback-on-catch"]], |
+ "ignition": [["--ignition", "--turbo"]], |
"preparser": [["--min-preparse-length=0"]], |
} |