aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2019-10-02 08:01:27 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2019-12-06 09:14:03 +0000
commit575383b3e1361e60ba88738a34d92b1662f915a7 (patch)
tree63c069d4ce6b0e23871e2dd6984ecfeb084a8140 /test
parentcb11324a63ef10475bfc4d8e45148d5ae6f3e71e (diff)
downloadbitcoin-575383b3e1361e60ba88738a34d92b1662f915a7.tar.xz
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')
-rwxr-xr-xtest/fuzz/test_runner.py1
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",