about summary refs log tree commit diff
path: root/test/test-pre.sh
AgeCommit message (Collapse)Author
2024-01-30nyx test for CIvanhauser-thc
2023-04-27afl++ -> AFL++vanhauser-thc
2021-12-26macos civanhauser-thc
2021-10-19fixvanhauser-thc
2021-05-07Exit on time (#904)Roman M. Iudichev
* Variable AFL_EXIT_ON_TIME description has been added. Variables AFL_EXIT_ON_TIME and afl_exit_on_time has been added. afl->exit_on_time variable initialization has been added. The asignment of a value to the afl->afl_env.afl_exit_on_time variable from environment variables has been added. Code to exit on timeout if new path not found has been added. * Type of afl_exit_on_time variable has been changed. Variable exit_on_time has been added to the afl_state_t structure. * Command `export AFL_EXIT_WHEN_DONE=1` has been added. * Millisecond to second conversion has been added. Call get_cur_time() has been added. * Revert to using the saved current time value. * Useless check has been removed.
2021-04-02 Add support for standalone leak-sanitizer, introducting the environmentJoshua Rogers
variable AFL_USE_LSAN. AFL_USE_LSAN introduces the macro __AFL_CHECK_LEAK() which will check for a memory leak when the macro is run. This is especially helpful when using __AFL_LOOP(). If __AFL_LEAK_CHECK() is not used when AFL_USE_LSAN=1 is set, the leak checker will run when the program exits.
2020-12-21test: skip afl-fuzz test if too few locations were instrumentedvan Hauser
2020-12-04test-pre.sh revert removal of afl-clanghexcoder-
2020-11-24test-pre.sh: remove old uses of afl-clang, afl-cc.c: add missing env.var. ↵hexcoder-
AFL_LLVM_LAF_ALL
2020-10-24symbolize=1 for travisvanhauser-thc
2020-08-14testcases indicate countDominik Maier
2020-08-05workaround travisvan Hauser
2020-08-04split up testcasesDominik Maier