Commit d7b78abc authored by ishell's avatar ishell Committed by Commit bot

Fix for deopt fuzzer which was broken by https://codereview.chromium.org/1352803002

Review URL: https://codereview.chromium.org/1347073004

Cr-Commit-Position: refs/heads/master@{#30802}
parent d7c8b9ba
...@@ -398,6 +398,7 @@ def Execute(arch, mode, args, options, suites, workspace): ...@@ -398,6 +398,7 @@ def Execute(arch, mode, args, options, suites, workspace):
"msan": False, "msan": False,
"dcheck_always_on": options.dcheck_always_on, "dcheck_always_on": options.dcheck_always_on,
"novfp3": False, "novfp3": False,
"predictable": False,
"byteorder": sys.byteorder, "byteorder": sys.byteorder,
} }
all_tests = [] all_tests = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment