Revision f230a1cf deps/v8/tools/run-deopt-fuzzer.py

View differences:

deps/v8/tools/run-deopt-fuzzer.py
358 358
                        mode_flags, options.verbose,
359 359
                        timeout, options.isolates,
360 360
                        options.command_prefix,
361
                        options.extra_flags)
361
                        options.extra_flags,
362
                        False)
362 363

  
363 364
  # Find available test suites and read test cases from them.
364 365
  variables = {
......
367 368
    "system": utils.GuessOS(),
368 369
    "isolates": options.isolates,
369 370
    "deopt_fuzzer": True,
371
    "no_i18n": False,
370 372
  }
371 373
  all_tests = []
372 374
  num_tests = 0

Also available in: Unified diff