Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: tools/run-deopt-fuzzer.py

Issue 1347073004: Deopt fuzzer runner fix after https://codereview.chromium.org/1352803002 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/run-deopt-fuzzer.py
diff --git a/tools/run-deopt-fuzzer.py b/tools/run-deopt-fuzzer.py
index 7fbf402d9556a8670ab8ab149b0f75a130eb06d0..89474d8162109b2a9758bb31cb9b09a23cb9a07a 100755
--- a/tools/run-deopt-fuzzer.py
+++ b/tools/run-deopt-fuzzer.py
@@ -398,6 +398,7 @@ def Execute(arch, mode, args, options, suites, workspace):
"msan": False,
"dcheck_always_on": options.dcheck_always_on,
"novfp3": False,
+ "predictable": False,
"byteorder": sys.byteorder,
}
all_tests = []
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698