Index: tools/run-tests.py |
diff --git a/tools/run-tests.py b/tools/run-tests.py |
index 959fe48579ec2e0eb55e19358a15f64590167b9a..761d03fe3351f4a15a46c3745d3561bc5abac86e 100755 |
--- a/tools/run-tests.py |
+++ b/tools/run-tests.py |
@@ -303,7 +303,8 @@ def Execute(arch, mode, args, options, suites, workspace): |
"mode": mode, |
"arch": arch, |
"system": utils.GuessOS(), |
- "isolates": options.isolates |
+ "isolates": options.isolates, |
+ "deopt_fuzzer": False, |
} |
all_tests = [] |
num_tests = 0 |