index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
fuzz
/
test_runner.py
Age
Commit message (
Expand
)
Author
2020-08-23
test/fuzz: add a seed corpus generation option to the test_runner
Antoine Poinsot
2020-05-10
fuzz: Pass down MAKEJOBS to test_runner
MarcoFalke
2020-04-17
fuzz: Run in parallel
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-09
test: Set -use_value_profile=1 when merging fuzz inputs
MarcoFalke
2020-04-03
fuzz: Avoid running over all inputs after merging them
MarcoFalke
2020-03-18
Merge #18300: fuzz: Add option to merge input dir to test runner
MarcoFalke
2020-03-10
fuzz: Remove option --export_coverage from test_runner
MarcoFalke
2020-03-09
tests: Remove FUZZERS_MISSING_CORPORA
practicalswift
2020-03-09
tests: Add basic fuzzing harness for CNetAddr/CService/CSubNet related functi...
practicalswift
2020-03-09
fuzz: Add option to merge input dir to test runner
MarcoFalke
2020-03-09
tests: Reset FUZZERS_MISSING_CORPORA to enable regression fuzzing for more ha...
practicalswift
2020-03-07
tests: Add key_io fuzzing harness
practicalswift
2020-03-06
build: Add locale fuzzer to FUZZERS_MISSING_CORPORA
practicalswift
2020-03-05
Merge #17972: tests: Add fuzzing harness for CKey and key related functions
MarcoFalke
2020-03-05
tests: Add fuzzing harness for CKey related functions
practicalswift
2020-03-05
Merge #17996: tests: Add fuzzing harness for serialization/deserialization of...
MarcoFalke
2020-03-05
tests: Add float to FUZZERS_MISSING_CORPORA (temporarily)
practicalswift
2020-03-02
test: Bump timeouts to accomodate really slow disks
MarcoFalke
2020-02-28
Merge #17771: tests: Add fuzzing harness for V1TransportDeserializer (P2P tra...
MarcoFalke
2020-02-25
tests: Add fuzzing harness for rolling bloom filter class CRollingBloomFilter
practicalswift
2020-02-25
tests: Add fuzzing harness for bloom filter class CBloomFilter
practicalswift
2020-02-19
tests: Improve test runner output in case of target errors
practicalswift
2020-02-19
tests: Add support for excluding fuzz targets using -x/--exclude
practicalswift
2020-02-19
tests: Remove -detect_leaks=0 from test/fuzz/test_runner.py - no longer needed
practicalswift
2020-02-18
ci: Run fuzz testing test cases under valgrind
practicalswift
2020-02-16
tests: Add --valgrind option to test/fuzz/test_runner.py for running fuzzing ...
practicalswift
2020-01-30
tests: Add fuzzer asmap to FUZZERS_MISSING_CORPORA (temporarily)
practicalswift
2020-01-27
tests: Add fuzzer strprintf to FUZZERS_MISSING_CORPORA (temporarily)
practicalswift
2020-01-22
tests: Add fuzzing harness for V1TransportDeserializer (P2P transport)
practicalswift
2019-12-19
tests: Add fuzzing harness for DecodeHexTx(...)
practicalswift
2019-12-16
tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing ...
practicalswift
2019-12-15
tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing ...
practicalswift
2019-12-10
tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing ...
practicalswift
2019-12-09
Merge #17109: tests: Add fuzzing harness for various functions consuming only...
MarcoFalke
2019-12-06
tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing ...
practicalswift
2019-12-06
tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing ...
practicalswift
2019-11-21
tests: Add deserialization fuzzing harnesses
practicalswift
2019-11-21
tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing ...
practicalswift
2019-11-14
fuzz: Bump timeout in test_runner to accomodate for slow arm64 CPUs
MarcoFalke
2019-06-18
test: Log output even if fuzzer failed
MarcoFalke
2019-02-14
fuzz: test_runner: Better error message when built with afl
MarcoFalke
2019-02-13
qa: Add test/fuzz/test_runner.py
MarcoFalke