tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus

pull/17093/head
practicalswift 5 years ago
parent e75ecb91c7
commit d5766f223f

@ -32,6 +32,8 @@ FUZZERS_MISSING_CORPORA = [
"script_deserialize", "script_deserialize",
"sub_net_deserialize", "sub_net_deserialize",
"tx_in_deserialize", "tx_in_deserialize",
"tx_in",
"tx_out",
] ]
def main(): def main():

Loading…
Cancel
Save