ClickHouse/tests/msan_suppressions.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
398 B
Plaintext
Raw Normal View History

# https://github.com/google/oss-fuzz/issues/1099
fun:__gxx_personality_*
2020-01-22 16:08:13 +00:00
# We apply std::tolower to uninitialized padding, but don't use the result, so
# it is OK. Reproduce with "select ngramDistanceCaseInsensitive(materialize(''), '')"
fun:tolower
2020-03-26 01:40:25 +00:00
# Suppress some failures in contrib so that we can enable MSan in CI.
# Ideally, we should report these upstream.
2020-06-19 19:28:49 +00:00
# Hyperscan
fun:roseRunProgram