diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2019-10-02 08:01:27 +0000 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2019-12-06 09:14:03 +0000 |
commit | 575383b3e1361e60ba88738a34d92b1662f915a7 (patch) | |
tree | 63c069d4ce6b0e23871e2dd6984ecfeb084a8140 /test/fuzz/test_runner.py | |
parent | cb11324a63ef10475bfc4d8e45148d5ae6f3e71e (diff) |
tests: Add corpora suppression (FUZZERS_MISSING_CORPORA) for fuzzers missing in https://github.com/bitcoin-core/qa-assets/tree/master/fuzz_seed_corpus
Diffstat (limited to 'test/fuzz/test_runner.py')
-rwxr-xr-x | test/fuzz/test_runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fuzz/test_runner.py b/test/fuzz/test_runner.py index ffebb579e7..080f565f9b 100755 --- a/test/fuzz/test_runner.py +++ b/test/fuzz/test_runner.py @@ -20,6 +20,7 @@ FUZZERS_MISSING_CORPORA = [ "block_header_and_short_txids_deserialize", "fee_rate_deserialize", "flat_file_pos_deserialize", + "integer", "key_origin_info_deserialize", "merkle_block_deserialize", "out_point_deserialize", |