aboutsummaryrefslogtreecommitdiff
path: root/test/lint
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2020-02-11 15:25:51 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2020-03-06 13:29:21 +0000
commit259e290db8f784dba75979acf16e7964af63445c (patch)
tree7c7b479eb080c49ae3abf2db8451fef9249decab /test/lint
parent97aadf98d0b890e09eff45535fa13a663f27334d (diff)
downloadbitcoin-259e290db8f784dba75979acf16e7964af63445c.tar.xz
tests: Add fuzzing harness for locale independence testing
Diffstat (limited to 'test/lint')
-rwxr-xr-xtest/lint/lint-locale-dependence.sh1
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"