From 4d2aceaad8d28a54246b6639966e2278d2d795e3 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Thu, 30 Jan 2020 16:05:50 +0000 Subject: tests: Add fuzzer asmap to FUZZERS_MISSING_CORPORA (temporarily) --- test/fuzz/test_runner.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/fuzz') 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", -- cgit v1.2.3