diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2020-02-11 15:25:51 +0000 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2020-03-06 13:29:21 +0000 |
commit | 259e290db8f784dba75979acf16e7964af63445c (patch) | |
tree | 7c7b479eb080c49ae3abf2db8451fef9249decab /test/lint/lint-locale-dependence.sh | |
parent | 97aadf98d0b890e09eff45535fa13a663f27334d (diff) |
tests: Add fuzzing harness for locale independence testing
Diffstat (limited to 'test/lint/lint-locale-dependence.sh')
-rwxr-xr-x | test/lint/lint-locale-dependence.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lint/lint-locale-dependence.sh b/test/lint/lint-locale-dependence.sh index 35e58c2df6..0cb38b6fdb 100755 --- a/test/lint/lint-locale-dependence.sh +++ b/test/lint/lint-locale-dependence.sh @@ -22,6 +22,7 @@ KNOWN_VIOLATIONS=( "src/test/blockchain_tests.cpp.*std::to_string" "src/test/dbwrapper_tests.cpp:.*snprintf" "src/test/denialofservice_tests.cpp.*std::to_string" + "src/test/fuzz/locale.cpp" "src/test/fuzz/parse_numbers.cpp:.*atoi" "src/test/key_tests.cpp.*std::to_string" "src/test/net_tests.cpp.*std::to_string" |