| Index: tools/run-deopt-fuzzer.py
|
| diff --git a/tools/run-deopt-fuzzer.py b/tools/run-deopt-fuzzer.py
|
| index f8cc93748abab1b54610ac0e0d455efeef87f2c4..292cf002f9b3ff0b7f12de73486df3a7cbdec85f 100755
|
| --- a/tools/run-deopt-fuzzer.py
|
| +++ b/tools/run-deopt-fuzzer.py
|
| @@ -358,7 +358,8 @@ def Execute(arch, mode, args, options, suites, workspace):
|
| mode_flags, options.verbose,
|
| timeout, options.isolates,
|
| options.command_prefix,
|
| - options.extra_flags)
|
| + options.extra_flags,
|
| + False)
|
|
|
| # Find available test suites and read test cases from them.
|
| variables = {
|
| @@ -367,6 +368,7 @@ def Execute(arch, mode, args, options, suites, workspace):
|
| "system": utils.GuessOS(),
|
| "isolates": options.isolates,
|
| "deopt_fuzzer": True,
|
| + "no_i18n": False,
|
| }
|
| all_tests = []
|
| num_tests = 0
|
|
|