practicalswift
9ff41f6419
tests: Add float to FUZZERS_MISSING_CORPORA (temporarily)
5 years ago
MarcoFalke
fa6df0de53
test: Bump timeouts to accomodate really slow disks
5 years ago
MarcoFalke
324a6dfeaf
Merge #17771 : tests: Add fuzzing harness for V1TransportDeserializer (P2P transport)
...
2f63ffd15c
tests: Add fuzzing harness for V1TransportDeserializer (P2P transport) (practicalswift)
Pull request description:
Add fuzzing harness for `V1TransportDeserializer` (P2P transport).
**Testing this PR**
Run:
```
$ make distclean
$ ./autogen.sh
$ CC=clang CXX=clang++ ./configure --enable-fuzz \
--with-sanitizers=address,fuzzer,undefined
$ make
$ src/test/fuzz/p2p_transport_deserializer
…
```
ACKs for top commit:
MarcoFalke:
ACK 2f63ffd15c
Tree-SHA512: 8507d4a0414d16f1b8cc9649e3e638f74071dddc990d7e5d7e6faf77697f50bdaf133e49e2371edd29068a069a074469ef53148c6bfc9950510460b81d87646a
5 years ago
practicalswift
eabbbe409f
tests: Add fuzzing harness for rolling bloom filter class CRollingBloomFilter
5 years ago
practicalswift
2a6a6ea0f5
tests: Add fuzzing harness for bloom filter class CBloomFilter
5 years ago
practicalswift
f2472f6460
tests: Improve test runner output in case of target errors
5 years ago
practicalswift
5ea81449f3
tests: Add support for excluding fuzz targets using -x/--exclude
5 years ago
practicalswift
555236f769
tests: Remove -detect_leaks=0 from test/fuzz/test_runner.py - no longer needed
5 years ago
practicalswift
a3b539a924
ci: Run fuzz testing test cases under valgrind
5 years ago
practicalswift
1b068c50dd
tests: Add --valgrind option to test/fuzz/test_runner.py for running fuzzing test cases under valgrind
5 years ago
practicalswift
4d2aceaad8
tests: Add fuzzer asmap to FUZZERS_MISSING_CORPORA (temporarily)
5 years ago
practicalswift
ccc3c76e2b
tests: Add fuzzer strprintf to FUZZERS_MISSING_CORPORA (temporarily)
5 years ago
practicalswift
2f63ffd15c
tests: Add fuzzing harness for V1TransportDeserializer (P2P transport)
5 years ago
practicalswift
bcad0144ef
tests: Add fuzzing harness for DecodeHexTx(...)
5 years ago
practicalswift
22d9bae36f
tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus
5 years ago
practicalswift
ec8dcb0199
tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus
5 years ago
practicalswift
0dc5907d0f
tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus
5 years ago
MarcoFalke
1189b6acab
Merge #17109 : tests: Add fuzzing harness for various functions consuming only integrals
...
597d10ceb9
tests: Add fuzzing harness for various functions consuming only integrals (practicalswift)
575383b3e1
tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus (practicalswift)
Pull request description:
Add fuzzing harness for various functions consuming only integrals.
**Testing this PR**
Run:
```
$ CC=clang CXX=clang++ ./configure --enable-fuzz \
--with-sanitizers=address,fuzzer,undefined
$ make
$ src/test/fuzz/integer
```
Top commit has no ACKs.
Tree-SHA512: f0ccbd63671636f8e661385b682e16ad287fef8f92e7f91327ee2093afc36fcd424e1646fe90279388e28a760bcc795766eb80cf6375e0f873efff37fc7e2393
5 years ago
practicalswift
575383b3e1
tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus
5 years ago
practicalswift
d5766f223f
tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus
5 years ago
practicalswift
897849d8c2
tests: Add deserialization fuzzing harnesses
5 years ago
practicalswift
16f0a186dc
tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus
5 years ago
MarcoFalke
fa2ec9f451
fuzz: Bump timeout in test_runner to accomodate for slow arm64 CPUs
5 years ago
MarcoFalke
fa35c4239f
test: Log output even if fuzzer failed
5 years ago
MarcoFalke
fa535af92c
fuzz: test_runner: Better error message when built with afl
6 years ago
MarcoFalke
fa7ca8ef58
qa: Add test/fuzz/test_runner.py
6 years ago