| Index: tools/testrunner/local/testsuite.py
|
| diff --git a/tools/testrunner/local/testsuite.py b/tools/testrunner/local/testsuite.py
|
| index 8e8b4769982776e7c01a643aa032b1ce1033ca96..b4e1856bf6e5b89f4ca6b4b285c76e22b263de77 100644
|
| --- a/tools/testrunner/local/testsuite.py
|
| +++ b/tools/testrunner/local/testsuite.py
|
| @@ -42,7 +42,7 @@ ALL_VARIANT_FLAGS = {
|
| "turbofan_opt": [["--turbo", "--always-opt"]],
|
| "nocrankshaft": [["--nocrankshaft"]],
|
| "ignition": [["--ignition"]],
|
| - "ignition_turbofan": [["--ignition", "--turbo", "--turbo-from-bytecode"]],
|
| + "ignition_turbofan": [["--ignition-staging", "--turbo"]],
|
| "preparser": [["--min-preparse-length=0"]],
|
| }
|
|
|
| @@ -53,7 +53,7 @@ FAST_VARIANT_FLAGS = {
|
| "turbofan": [["--turbo"]],
|
| "nocrankshaft": [["--nocrankshaft"]],
|
| "ignition": [["--ignition"]],
|
| - "ignition_turbofan": [["--ignition", "--turbo", "--turbo-from-bytecode"]],
|
| + "ignition_turbofan": [["--ignition-staging", "--turbo"]],
|
| "preparser": [["--min-preparse-length=0"]],
|
| }
|
|
|
|
|