Skip to content

Commit

Permalink
Add known broken range for SpiderMonkey.
Browse files Browse the repository at this point in the history
  • Loading branch information
nth10sd committed Mar 7, 2018
1 parent b0eff8e commit b7fe988
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/funfuzz/autobisectjs/known_broken_earliest_working.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def known_broken_ranges(options): # pylint: disable=missing-param-doc,missing-r
hgrange('8a416fedec44', '7f9252925e26'), # Fx41, broken spidermonkey
hgrange('3bcc3881b95d', 'c609df6d3895'), # Fx44, broken spidermonkey
hgrange('d3a026933bce', '5fa834fe9b96'), # Fx52, broken spidermonkey
hgrange("4c72627cfc6c", "926f80f2c5cc"), # Fx60, broken spidermonkey
]

if sps.isLinux:
Expand Down

0 comments on commit b7fe988

Please sign in to comment.