diff options
| author | practicalswift <[email protected]> | 2020-01-26 22:14:53 +0000 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2020-01-27 21:31:42 +0000 |
| commit | ccc3c76e2b5d28a2372ae5752c08256396bf43e6 (patch) | |
| tree | 4f0337ce3d892433e40580eb31d34f4bf33dc4e0 /test/fuzz/test_runner.py | |
| parent | tests: Update FuzzedDataProvider.h from upstream (LLVM) (diff) | |
| download | discoin-ccc3c76e2b5d28a2372ae5752c08256396bf43e6.tar.xz discoin-ccc3c76e2b5d28a2372ae5752c08256396bf43e6.zip | |
tests: Add fuzzer strprintf to FUZZERS_MISSING_CORPORA (temporarily)
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 9027311a8..6b687060e 100755 --- a/test/fuzz/test_runner.py +++ b/test/fuzz/test_runner.py @@ -39,6 +39,7 @@ FUZZERS_MISSING_CORPORA = [ "psbt_output_deserialize", "pub_key_deserialize", "script_deserialize", + "strprintf", "sub_net_deserialize", "tx_in", "tx_in_deserialize", |