| Index: tools/testrunner/local/testsuite.py
|
| diff --git a/tools/testrunner/local/testsuite.py b/tools/testrunner/local/testsuite.py
|
| index f3178d87e189e73faea93c7d587b7da21258c34d..a152b6dd7e5dcbf6b440c26788cacaac5cb4dbbf 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-deoptimization", "--turbo-filter=*", "--always-opt"],
|
| + "turbofan": ["--turbo", "--always-opt"],
|
| "nocrankshaft": ["--nocrankshaft"]}
|
|
|
| FAST_VARIANT_FLAGS = [
|
|
|