From 3c65665517a3a3a1373b9ca2b1829bf657e293a3 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 26 Aug 2016 09:56:20 +0100 Subject: add test cases generated from our own run of AFL Fuzzers alive : 7 Total run time : 20 days, 16 hours Total execs : 989 million Cumulative speed : 3876 execs/sec Pending paths : 0 faves, 363 total Pending per fuzzer : 0 faves, 51 total (on average) Crashes found : 0 locally unique --- test/runtest.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/runtest.sh') diff --git a/test/runtest.sh b/test/runtest.sh index eac8b0c..f3c047d 100755 --- a/test/runtest.sh +++ b/test/runtest.sh @@ -21,6 +21,9 @@ BMPTESTS="${BMPTESTS} test/bmp/*.bmp" # afl bitmap suite BMPTESTS="${BMPTESTS} test/afl-bmp/*.bmp" +# netsurf afl generated bitmap suite +BMPTESTS="${BMPTESTS} test/ns-afl-bmp/*.bmp" + # icon test directories ICOTESTS="test/icons/*.ico" -- cgit v1.2.3