MozillaSecurity / funfuzz

A collection of fuzzers in a harness for testing the SpiderMonkey JavaScript engine.
Mozilla Public License 2.0
631 stars 115 forks source link

[funfuzz] compile_shell fails Travis CI due to bug 1451065 instituting Python 3.5 requirement #186

Closed nth10sd closed 6 years ago

nth10sd commented 6 years ago

compile_shell fails Travis CI, because bug 1451065 landed. This now causes Linux systems to require Python 3.5.

nth10sd commented 6 years ago

Fixed in commit ed2dee873c429afba18b96457892b8fbc6937b92 for now.

Basically tests involving compile_shell on Python 2.7 mode have to be disabled unless Python 3.5+ is installed due to a mozilla-central requirement. funfuzz still does not work with Python 3.5+ yet, but work is happening on branches.