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

Harness updates #156

Closed nth10sd closed 6 years ago

nth10sd commented 6 years ago

A bunch of harness updates.

Not ready for review yet. Just testing coverage for now.

Edit: coverage worked

codecov-io commented 6 years ago

Codecov Report

Merging #156 into master will increase coverage by 0.88%. The diff coverage is 88.46%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #156      +/-   ##
==========================================
+ Coverage   31.84%   32.72%   +0.88%     
==========================================
  Files          29       30       +1     
  Lines        2999     2979      -20     
==========================================
+ Hits          955      975      +20     
+ Misses       2044     2004      -40
Impacted Files Coverage Δ
src/funfuzz/js/compare_jit.py 15.6% <0%> (ø) :arrow_up:
src/funfuzz/js/loop.py 18.7% <0%> (-8.17%) :arrow_down:
tests/js/test_shell_flags.py 100% <100%> (ø)
src/funfuzz/js/shell_flags.py 21.16% <88.88%> (+9.9%) :arrow_up:
src/funfuzz/util/subprocesses.py 26.64% <0%> (+1.49%) :arrow_up:
src/funfuzz/js/inspect_shell.py 45.53% <0%> (+4.46%) :arrow_up:

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 23a4d83...235807b. Read the comment docs.

nth10sd commented 6 years ago

Local git-foo fun. Have pushed the deletion of the harness-updates branch successfully.