diff options
| author | practicalswift <[email protected]> | 2020-01-30 16:05:50 +0000 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2020-01-30 16:06:02 +0000 |
| commit | 4d2aceaad8d28a54246b6639966e2278d2d795e3 (patch) | |
| tree | 5133d63960f46999d31e7e21f888c4115239807d /test/fuzz/test_runner.py | |
| parent | tests: Add fuzzing harness for AS-mapping (asmap) (diff) | |
| download | discoin-4d2aceaad8d28a54246b6639966e2278d2d795e3.tar.xz discoin-4d2aceaad8d28a54246b6639966e2278d2d795e3.zip | |
tests: Add fuzzer asmap to FUZZERS_MISSING_CORPORA (temporarily)
Diffstat (limited to 'test/fuzz/test_runner.py')
| -rwxr-xr-x | test/fuzz/test_runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fuzz/test_runner.py b/test/fuzz/test_runner.py index 6b687060e..50e86cf9d 100755 --- a/test/fuzz/test_runner.py +++ b/test/fuzz/test_runner.py @@ -15,6 +15,7 @@ import logging # Fuzzers known to lack a seed corpus in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus FUZZERS_MISSING_CORPORA = [ "addr_info_deserialize", + "asmap", "base_encode_decode", "block", "block_file_info_deserialize", |