about summary refs log tree commit diff
path: root/test
AgeCommit message (Collapse)Author
2020-04-23minor changesvan Hauser
2020-04-22test.sh: custom mutator test; make it compilable with available instrumentinghexcoder-
compiler
2020-04-19fix some gcc dependencies and build problems on debian 32-Bit,hexcoder-
adapted qemu_mode AFL_ENTRYPOINT test case for 32 bit
2020-04-16Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into devAndrea Fioraldi
2020-04-16fix missing out_fd for cmplog forkserverAndrea Fioraldi
2020-04-16untitest declDominik Maier
2020-04-16revert test.sh changesvan Hauser
2020-04-16fix travis for cmpcovvan Hauser
2020-04-13qemu cmplog test.shAndrea Fioraldi
2020-04-13cmplog forkserver tidyingDominik Maier
2020-04-12update test.sh to new compcov featuresvan Hauser
2020-04-12local/global var for compare-transform-pass and code-formatvan Hauser
2020-04-12add global and local var support to autodictionaryvan Hauser
2020-04-09merge PR#306 from neoni (thanks), silence test when bash is not foundhexcoder-
2020-04-09fix compilers for empty AFL_CC/AFL_CXX envvan Hauser
2020-04-09fix travis - heiko test your changes on linux pls ;)van Hauser
2020-04-09fix damage in test.shhexcoder-
2020-04-09afl-fuzz: add usage info when no python support is there, use it in test.shhexcoder-
2020-04-09unit tests cleaningvan Hauser
2020-04-09fix unit test case for long listhexcoder-
2020-04-09list testcase addedDominik Maier
2020-04-09added (broken) list testDominik Maier
2020-04-09added prealloc testcaseDominik Maier
2020-04-01fix cmocka fixuphexcoder-
2020-04-01cmocka mocksDominik Maier
2020-04-01mocking cmocka 1 for cmocka 0.xDominik Maier
2020-04-01old cmocka is oldDominik Maier
2020-04-01add assert_ptr_equal fallbackDominik Maier
2020-04-01minor changesDominik Maier
2020-04-01reenabled custom mutator reportDominik Maier
2020-04-01travis: dont fail on custom mutator - currentlyvan Hauser
2020-04-01added unittests to test.shDominik Maier
2020-04-01fixed testcaseDominik Maier
2020-04-01test.sh: redirect command line outputh1994st
2020-04-01test.sh: "trusty-amd64" does not work well with "realpath". Useh1994st
"readlink -f" for Ubuntu instead.
2020-04-01Fix typoh1994st
2020-04-01rebaseDominik Maier
2020-04-01Add a test case for the custom mutatorh1994st
- Update the Makefile in examples/custom_mutators - Add a test program for testing the custom mutator - Update test.sh for testing the custom mutator - [TODO] Update the result checking criterias of the custom mutator in test.sh
2020-04-01added unittest for unit_maybe_allocDominik Maier
2020-04-01making 'CFLAGS="-m32" make source-only tests' workhexcoder-
2020-03-22a little bit more performancevan Hauser
2020-03-22nice -n -20 to commit test scriptvan Hauser
2020-03-22fix travisvan Hauser
2020-03-22add commit test script test/checkcommit.shvan Hauser
2020-03-21revert test.sh patchvan Hauser
2020-03-21test.sh fixvan Hauser
2020-03-21test.sh with -no-pievan Hauser
2020-03-21avoid calling awk for 'which' replacement, use POSIX 'command -v' insteadhexcoder-
2020-03-19test.sh: replace 'which' with 'type'hexcoder-
2020-03-15fix test failure with qemu compcovAndrea Fioraldi