diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2020-01-30 16:05:50 +0000 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2020-01-30 16:06:02 +0000 |
commit | 4d2aceaad8d28a54246b6639966e2278d2d795e3 (patch) | |
tree | 5133d63960f46999d31e7e21f888c4115239807d /test/fuzz/test_runner.py | |
parent | 8d07706985a72b105b63efa289121d17d31607a1 (diff) |
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 6b687060e2..50e86cf9dc 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", |