aboutsummaryrefslogtreecommitdiff
path: root/test/fuzz
Commit message (Expand)AuthorAgeFilesLines
* test/fuzz: add a seed corpus generation option to the test_runnerAntoine Poinsot2020-08-231-12/+60
* fuzz: Pass down MAKEJOBS to test_runnerMarcoFalke2020-05-101-0/+1
* fuzz: Run in parallelMarcoFalke2020-04-171-23/+50
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* test: Set -use_value_profile=1 when merging fuzz inputsMarcoFalke2020-04-091-0/+1
* fuzz: Avoid running over all inputs after merging themMarcoFalke2020-04-031-0/+1
* Merge #18300: fuzz: Add option to merge input dir to test runnerMarcoFalke2020-03-181-15/+33
|\
| * fuzz: Remove option --export_coverage from test_runnerMarcoFalke2020-03-101-14/+1
| * fuzz: Add option to merge input dir to test runnerMarcoFalke2020-03-091-1/+32
* | tests: Remove FUZZERS_MISSING_CORPORApracticalswift2020-03-091-7/+15
* | tests: Add basic fuzzing harness for CNetAddr/CService/CSubNet related functi...practicalswift2020-03-091-0/+1
|/
* tests: Reset FUZZERS_MISSING_CORPORA to enable regression fuzzing for more ha...practicalswift2020-03-091-38/+0
* tests: Add key_io fuzzing harnesspracticalswift2020-03-071-0/+1
* build: Add locale fuzzer to FUZZERS_MISSING_CORPORApracticalswift2020-03-061-0/+1
* Merge #17972: tests: Add fuzzing harness for CKey and key related functionsMarcoFalke2020-03-051-0/+1
|\
| * tests: Add fuzzing harness for CKey related functionspracticalswift2020-03-051-0/+1
* | Merge #17996: tests: Add fuzzing harness for serialization/deserialization of...MarcoFalke2020-03-051-0/+1
|\ \
| * | tests: Add float to FUZZERS_MISSING_CORPORA (temporarily)practicalswift2020-03-051-0/+1
* | | test: Bump timeouts to accomodate really slow disksMarcoFalke2020-03-021-1/+1
* | | Merge #17771: tests: Add fuzzing harness for V1TransportDeserializer (P2P tra...MarcoFalke2020-02-281-0/+1
|\ \ \
| * | | tests: Add fuzzing harness for V1TransportDeserializer (P2P transport)practicalswift2020-01-221-0/+1
| | |/ | |/|
* | | tests: Add fuzzing harness for rolling bloom filter class CRollingBloomFilterpracticalswift2020-02-251-0/+1
* | | tests: Add fuzzing harness for bloom filter class CBloomFilterpracticalswift2020-02-251-0/+1
* | | tests: Improve test runner output in case of target errorspracticalswift2020-02-191-1/+9
* | | tests: Add support for excluding fuzz targets using -x/--excludepracticalswift2020-02-191-2/+16
* | | tests: Remove -detect_leaks=0 from test/fuzz/test_runner.py - no longer neededpracticalswift2020-02-191-1/+0
* | | ci: Run fuzz testing test cases under valgrindpracticalswift2020-02-181-2/+2
* | | tests: Add --valgrind option to test/fuzz/test_runner.py for running fuzzing ...practicalswift2020-02-161-1/+9
* | | tests: Add fuzzer asmap to FUZZERS_MISSING_CORPORA (temporarily)practicalswift2020-01-301-0/+1
| |/ |/|
* | tests: Add fuzzer strprintf to FUZZERS_MISSING_CORPORA (temporarily)practicalswift2020-01-271-0/+1
|/
* tests: Add fuzzing harness for DecodeHexTx(...)practicalswift2019-12-191-0/+1
* tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing ...practicalswift2019-12-161-0/+2
* tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing ...practicalswift2019-12-151-0/+1
* tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing ...practicalswift2019-12-101-1/+5
* Merge #17109: tests: Add fuzzing harness for various functions consuming only...MarcoFalke2019-12-091-0/+1
|\
| * tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing ...practicalswift2019-12-061-0/+1
* | tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing ...practicalswift2019-12-061-0/+2
|/
* tests: Add deserialization fuzzing harnessespracticalswift2019-11-211-1/+0
* tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing ...practicalswift2019-11-211-1/+27
* fuzz: Bump timeout in test_runner to accomodate for slow arm64 CPUsMarcoFalke2019-11-141-1/+1
* test: Log output even if fuzzer failedMarcoFalke2019-06-181-1/+3
* fuzz: test_runner: Better error message when built with aflMarcoFalke2019-02-141-11/+16
* qa: Add test/fuzz/test_runner.pyMarcoFalke2019-02-131-0/+133