mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-29 21:51:03 +02:00
tests: Reset FUZZERS_MISSING_CORPORA to enable regression fuzzing for more harnesses
This commit is contained in:
@@ -14,44 +14,6 @@ import logging
|
|||||||
|
|
||||||
# Fuzzers known to lack a seed corpus in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus
|
# Fuzzers known to lack a seed corpus in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus
|
||||||
FUZZERS_MISSING_CORPORA = [
|
FUZZERS_MISSING_CORPORA = [
|
||||||
"addr_info_deserialize",
|
|
||||||
"asmap",
|
|
||||||
"base_encode_decode",
|
|
||||||
"block",
|
|
||||||
"block_file_info_deserialize",
|
|
||||||
"block_filter_deserialize",
|
|
||||||
"block_header_and_short_txids_deserialize",
|
|
||||||
"bloom_filter",
|
|
||||||
"decode_tx",
|
|
||||||
"fee_rate_deserialize",
|
|
||||||
"flat_file_pos_deserialize",
|
|
||||||
"float",
|
|
||||||
"hex",
|
|
||||||
"key_io",
|
|
||||||
"integer",
|
|
||||||
"key",
|
|
||||||
"key_origin_info_deserialize",
|
|
||||||
"locale",
|
|
||||||
"merkle_block_deserialize",
|
|
||||||
"out_point_deserialize",
|
|
||||||
"p2p_transport_deserializer",
|
|
||||||
"parse_hd_keypath",
|
|
||||||
"parse_numbers",
|
|
||||||
"parse_script",
|
|
||||||
"parse_univalue",
|
|
||||||
"partial_merkle_tree_deserialize",
|
|
||||||
"partially_signed_transaction_deserialize",
|
|
||||||
"prefilled_transaction_deserialize",
|
|
||||||
"psbt_input_deserialize",
|
|
||||||
"psbt_output_deserialize",
|
|
||||||
"pub_key_deserialize",
|
|
||||||
"rolling_bloom_filter",
|
|
||||||
"script_deserialize",
|
|
||||||
"strprintf",
|
|
||||||
"sub_net_deserialize",
|
|
||||||
"tx_in",
|
|
||||||
"tx_in_deserialize",
|
|
||||||
"tx_out",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user