ClickHouse/tests/msan_suppressions.txt
2021-04-13 00:15:05 +03:00

13 lines
398 B
Plaintext

# https://github.com/google/oss-fuzz/issues/1099
fun:__gxx_personality_*
# We apply std::tolower to uninitialized padding, but don't use the result, so
# it is OK. Reproduce with "select ngramDistanceCaseInsensitive(materialize(''), '')"
fun:tolower
# Suppress some failures in contrib so that we can enable MSan in CI.
# Ideally, we should report these upstream.
# Hyperscan
fun:roseRunProgram