| Index: tools/run-deopt-fuzzer.py
|
| diff --git a/tools/run-deopt-fuzzer.py b/tools/run-deopt-fuzzer.py
|
| index eafed016511e7434e8424ea0525173ade09d4b56..2b9fe1e254615aac09963a3dbb97c6bdb8626256 100755
|
| --- a/tools/run-deopt-fuzzer.py
|
| +++ b/tools/run-deopt-fuzzer.py
|
| @@ -369,9 +369,11 @@ def Execute(arch, mode, args, options, suites, workspace):
|
| timeout, options.isolates,
|
| options.command_prefix,
|
| options.extra_flags,
|
| - False,
|
| + False, # Keep i18n on by default.
|
| options.random_seed,
|
| - True)
|
| + True, # No sorting of test cases.
|
| + 0, # Don't rerun failing tests.
|
| + 0) # No use of a rerun-failing-tests maximum.
|
|
|
| # Find available test suites and read test cases from them.
|
| variables = {
|
|
|