projects
/
platform
/
upstream
/
v8.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7c8b9b
)
Fix for deopt fuzzer which was broken by https://codereview.chromium.org/1352803002
author
ishell
<ishell@chromium.org>
Thu, 17 Sep 2015 14:05:30 +0000
(07:05 -0700)
committer
Commit bot
<commit-bot@chromium.org>
Thu, 17 Sep 2015 14:05:43 +0000
(14:05 +0000)
Review URL: https://codereview.chromium.org/
1347073004
Cr-Commit-Position: refs/heads/master@{#30802}
tools/run-deopt-fuzzer.py
patch
|
blob
|
history
diff --git
a/tools/run-deopt-fuzzer.py
b/tools/run-deopt-fuzzer.py
index 7fbf402d9556a8670ab8ab149b0f75a130eb06d0..89474d8162109b2a9758bb31cb9b09a23cb9a07a 100755
(executable)
--- 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 = []