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

Fix #9 - compileShell fails on Fedora due to autoconf 2.13 binary name discrepancy #189

Closed nth10sd closed 6 years ago

nth10sd commented 6 years ago

It's now really simple to check whether a binary is available, so check for all the variants: autoconf2.13, autoconf-2.13 and autoconf213.

codecov-io commented 6 years ago

Codecov Report

Merging #189 into master will increase coverage by 0.01%. The diff coverage is 55.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #189      +/-   ##
==========================================
+ Coverage   42.32%   42.33%   +0.01%     
==========================================
  Files          27       27              
  Lines        2566     2570       +4     
==========================================
+ Hits         1086     1088       +2     
- Misses       1480     1482       +2
Impacted Files Coverage Δ
src/funfuzz/js/compile_shell.py 58.64% <55.55%> (-0.08%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5881b7d...90e985b. Read the comment docs.