mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-04 13:55:23 -05:00
tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus
This commit is contained in:
parent
e75ecb91c7
commit
d5766f223f
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ FUZZERS_MISSING_CORPORA = [
|
|||
"script_deserialize",
|
||||
"sub_net_deserialize",
|
||||
"tx_in_deserialize",
|
||||
"tx_in",
|
||||
"tx_out",
|
||||
]
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Add table
Reference in a new issue