Index: tools/run-deopt-fuzzer.py |
diff --git a/tools/run-deopt-fuzzer.py b/tools/run-deopt-fuzzer.py |
index 292cf002f9b3ff0b7f12de73486df3a7cbdec85f..401ae046ed9a2ae3abc60ca5ebd2dcf1053c8109 100755 |
--- a/tools/run-deopt-fuzzer.py |
+++ b/tools/run-deopt-fuzzer.py |
@@ -363,12 +363,13 @@ def Execute(arch, mode, args, options, suites, workspace): |
# Find available test suites and read test cases from them. |
variables = { |
- "mode": mode, |
"arch": arch, |
- "system": utils.GuessOS(), |
- "isolates": options.isolates, |
"deopt_fuzzer": True, |
+ "gc_stress": False, |
+ "isolates": options.isolates, |
+ "mode": mode, |
"no_i18n": False, |
+ "system": utils.GuessOS(), |
} |
all_tests = [] |
num_tests = 0 |