We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffefab2 commit 39cf49dCopy full SHA for 39cf49d
1 file changed
src/funfuzz/autobisectjs/known_broken_earliest_working.py
@@ -79,6 +79,7 @@ def known_broken_ranges(options): # pylint: disable=missing-param-doc,missing-r
79
if not options.enableDbg:
80
skips.extend([
81
hgrange('a048c55e1906', 'ddaa87cfd7fa'), # Fx46, broken opt builds w/ --enable-gczeal
82
+ hgrange('c5561749c1c6', 'f4c15a88c937'), # Fx58-59, broken opt builds w/ --enable-gczeal
83
])
84
85
if options.enableMoreDeterministic:
0 commit comments