aboutsummaryrefslogtreecommitdiff
path: root/test/fuzz
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2020-01-30 16:05:50 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2020-01-30 16:06:02 +0000
commit4d2aceaad8d28a54246b6639966e2278d2d795e3 (patch)
tree5133d63960f46999d31e7e21f888c4115239807d /test/fuzz
parent8d07706985a72b105b63efa289121d17d31607a1 (diff)
downloadbitcoin-4d2aceaad8d28a54246b6639966e2278d2d795e3.tar.xz
tests: Add fuzzer asmap to FUZZERS_MISSING_CORPORA (temporarily)
Diffstat (limited to 'test/fuzz')
-rwxr-xr-xtest/fuzz/test_runner.py1
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",