diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2020-01-26 08:42:34 +0000 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2020-03-05 20:35:26 +0000 |
commit | 9ff41f64198e8ddb969544fc1a5328763f1fa183 (patch) | |
tree | 6e8a7709ee3ffec225e514b265cf6b9f42b5d987 | |
parent | 8f6fb0a85ae6399c8fb4f205ad35c319c42294f1 (diff) |
tests: Add float to FUZZERS_MISSING_CORPORA (temporarily)
-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 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", |