diff options
Diffstat (limited to 'deps/v8/tools/testrunner/standard_runner.py')
-rwxr-xr-x | deps/v8/tools/testrunner/standard_runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/tools/testrunner/standard_runner.py b/deps/v8/tools/testrunner/standard_runner.py index f3551d01b8..94c2576682 100755 --- a/deps/v8/tools/testrunner/standard_runner.py +++ b/deps/v8/tools/testrunner/standard_runner.py @@ -46,7 +46,7 @@ VARIANT_ALIASES = { 'exhaustive': MORE_VARIANTS + VARIANTS, # Additional variants, run on a subset of bots. 'extra': ['nooptimization', 'future', 'no_wasm_traps', 'turboprop', - 'instruction_scheduling', 'turboprop_as_toptier'], + 'instruction_scheduling', 'always_sparkplug'], } # Extra flags passed to all tests using the standard test runner. |