| Index: tools/run-deopt-fuzzer.py
|
| diff --git a/tools/run-deopt-fuzzer.py b/tools/run-deopt-fuzzer.py
|
| index 2b9fe1e254615aac09963a3dbb97c6bdb8626256..b3ea2aa42d30aded28cc9dac2837db6db79ca94f 100755
|
| --- a/tools/run-deopt-fuzzer.py
|
| +++ b/tools/run-deopt-fuzzer.py
|
| @@ -373,7 +373,8 @@ def Execute(arch, mode, args, options, suites, workspace):
|
| options.random_seed,
|
| True, # No sorting of test cases.
|
| 0, # Don't rerun failing tests.
|
| - 0) # No use of a rerun-failing-tests maximum.
|
| + 0, # No use of a rerun-failing-tests maximum.
|
| + False) # No predictable mode.
|
|
|
| # Find available test suites and read test cases from them.
|
| variables = {
|
|
|