aboutsummaryrefslogtreecommitdiff
path: root/test/fuzz
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2020-01-26 08:42:34 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2020-03-05 20:35:26 +0000
commit9ff41f64198e8ddb969544fc1a5328763f1fa183 (patch)
tree6e8a7709ee3ffec225e514b265cf6b9f42b5d987 /test/fuzz
parent8f6fb0a85ae6399c8fb4f205ad35c319c42294f1 (diff)
downloadbitcoin-9ff41f64198e8ddb969544fc1a5328763f1fa183.tar.xz
tests: Add float to FUZZERS_MISSING_CORPORA (temporarily)
Diffstat (limited to 'test/fuzz')
-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 6b687060e2..a3d7b8bc37 100755
--- a/test/fuzz/test_runner.py
+++ b/test/fuzz/test_runner.py
@@ -23,6 +23,7 @@ FUZZERS_MISSING_CORPORA = [
"decode_tx",
"fee_rate_deserialize",
"flat_file_pos_deserialize",
+ "float",
"hex",
"integer",
"key_origin_info_deserialize",