| Index: tools/testrunner/local/testsuite.py
|
| diff --git a/tools/testrunner/local/testsuite.py b/tools/testrunner/local/testsuite.py
|
| index 1771fc4f2f3ca8ea3b6acfb5e4e646b7ecfbe280..c7383c5a7afc52c6f4ea76475a5b9ccedaa7b27c 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", "--turbo"]],
|
| - "ignition_turbofan": [["--ignition", "--turbo"]],
|
| + "ignition_turbofan": [["--ignition", "--turbo", "--turbo-from-bytecode"]],
|
| "preparser": [["--min-preparse-length=0"]],
|
| }
|
|
|
| @@ -53,7 +53,7 @@ FAST_VARIANT_FLAGS = {
|
| "turbofan": [["--turbo"]],
|
| "nocrankshaft": [["--nocrankshaft"]],
|
| "ignition": [["--ignition", "--turbo"]],
|
| - "ignition_turbofan": [["--ignition", "--turbo"]],
|
| + "ignition_turbofan": [["--ignition", "--turbo", "--turbo-from-bytecode"]],
|
| "preparser": [["--min-preparse-length=0"]],
|
| }
|
|
|
|
|