Skip to content

Commit ec8dcb0

Browse files
tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus
1 parent a595011 commit ec8dcb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/fuzz/test_runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# Fuzzers known to lack a seed corpus in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus
1616
FUZZERS_MISSING_CORPORA = [
1717
"addr_info_deserialize",
18+
"block",
1819
"block_file_info_deserialize",
1920
"block_filter_deserialize",
2021
"block_header_and_short_txids_deserialize",

0 commit comments

Comments
 (0)