about summary refs log tree commit diff
path: root/test/test-custom-mutators.sh
AgeCommit message (Collapse)Author
2024-07-08update timeout for custom mutator testsvanhauser-thc
2024-02-01final touches for skipdetvanhauser-thc
2023-03-25reduce CI resourcesvanhauser-thc
2022-11-14custom mutator fixvanhauser-thc
2021-05-08fix new path to custom-mutatorshexcoder-
2021-04-26moved custom_mutator examplesDominik Maier
2021-03-11more time for testsvanhauser-thc
2020-12-01renamed examples/ to utils/vanhauser-thc
2020-10-14configurable testcache with malloc (#581)van Hauser
* cache item number to cache memory size * reload testcase if trimming changed the size * fix splicing selection * slim splicing * import sync fix * write testcache stats to fuzzer_stats * fix new seed selection algo * malloc+read instead of mmap * fix * testcache is configurable now and no reference counts * fixes compilation, test script * fixes * switch TEST_CC to afl-cc in makefile * code format * fix * fix crash * fix crash * fix env help output * remove unnecessary pointer resets * fix endless loop bug * actually use the cache if set * one more fix * increase default cache entries, add default cache size value to config.h Co-authored-by: hexcoder- <heiko@hexco.de>
2020-10-12fix tests for sync modevan Hauser
2020-08-07tests: cleanup core files, more time for llvm cmploghexcoder-
2020-08-04posix compatible sourcingDominik Maier
2020-08-04split up testcasesDominik Maier