about summary refs log tree commit diff
path: root/test
AgeCommit message (Collapse)Author
2020-03-12test.sh: make afl-cmin.bash test dependent on bashhexcoder-
2020-03-10unified pointer placementDominik Maier
2020-03-10this should fix travisvan Hauser
2020-03-09expanded test-instr to also work with input files via "-f @@" and changed ↵van Hauser
the test.sh values
2020-03-09reactivated LTO persistent mode to test.shvan Hauser
2020-03-05added AFL_QUIET - be_quiet to afl-showmap and small changes to test.shvan Hauser
2020-03-05Add LTO collision free llvm_mode (#223)van Hauser
* first new implementation, only works with AFL_DONT_OPTIMIZE * bug hunting * interim commit * finalized LTO non-collision solution * update documentation * merge resulted in some problems, fixing these * added lto env to env check * fixed llvm weirdness to messes up our instrumentation due CFG rewrite optimizations * all llvm instrumentation issues have been resolved! :-) * llvm 9 is required (so far) * update lto readme
2020-02-25afl-gcc change -> test.shvan Hauser
2020-02-21improve redqueen not looking in orig bufAndrea Fioraldi
2020-02-21Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2020-02-21test compcov and persistent also on armAndrea Fioraldi
2020-02-21no unnecessary warnings in test.shvan Hauser
2020-02-19fix test.shvan Hauser
2020-02-19debug travisvan Hauser
2020-02-19gcc-10 supportvan Hauser
2020-02-19test.sh AFL_ENTRYPOINT testcasevan Hauser
2020-02-19fix travis and fix logicvan Hauser
2020-02-18fix travis for asanvan Hauser
2020-02-18asan options in test.shAndrea Fioraldi
2020-02-18ASAN_BUILD makefile defineAndrea Fioraldi
2020-02-17unset AFL_TMPDIR, since afl-fuzz does not cleanup the input filehexcoder-
2020-02-13fix issue #194 more seriouslyhexcoder-
2020-02-10test.sh: make grep option '-a' optional. Use when supportedhexcoder-
2020-02-09more unset for test.shvan Hauser
2020-02-08more portability for (solaris-based OpenIndiana)hexcoder-
2020-02-08first work for OpenIndiana (solaris flavor)hexcoder-
2020-02-07track afl-cmin test changeshexcoder
2020-02-06made cmin testcase more complex and added cmin.bashvan Hauser
2020-02-05adapt to afl-cmin with forkserver_mode (and stdin)hexcoder-
2020-02-03Revert "Revert "adapt to new afl-ahowmap with forkserver mode""Dominik Maier
This reverts commit e2f6114839960e92bb352bee5099faae99317d62.
2020-02-03Revert "adapt to new afl-ahowmap with forkserver mode"Dominik Maier
This reverts commit f676e5528ac8a2d454a607fceaa8590f11b9f795.
2020-02-03adapt to new afl-ahowmap with forkserver modehexcoder-
2020-02-03s/experimental\//examples\/gAndrea Fioraldi
2020-02-01debugvan Hauser
2020-02-01debugvan Hauser
2020-02-01debugvan Hauser
2020-02-01skip persistent qemu test when SYS is not intelAndrea Fioraldi
2020-01-31fixed qemu persistent mode test case :-)van Hauser
2020-01-25added whitelist+blacklist to all llvm_mode passesvan Hauser
2020-01-24afl-cmin more awk portability (mawk), add afl-cmin/afl-tmin testshexcoder-
for non-x86 platforms
2020-01-23show stderr on afl-cmin test.shvan Hauser
2020-01-23afl-cmin final touchesvan Hauser
2020-01-23afl-cmin debugging is done now, so suppress stdout messages again (but not ↵hexcoder
stderr)
2020-01-22rectification of vanhauser's fix, made it a bit more robust,hexcoder-
enabled error output for travis debugging
2020-01-22clarify gcc plugin test case resultvan Hauser
2020-01-20another freebsd fix in test.shvan Hauser
2020-01-19add missing test program (oops)hexcoder-
2020-01-19add missing test cases for qemu_mode unsigaction libraryhexcoder-
2020-01-19make exporting AFL_CC FreeBSD specific, since it seems to harmhexcoder-
the libradamsa test on travis/arm64
2020-01-18add forgotten stderr redirecthexcoder-