blob: aab8211cec50683c26d2648709436445e9f80e13 [file] [log] [blame]
# Suppressions for Thread Sanitizer
#
# CAREFUL! Comments must go on their own line or your suppressions will silently fail.
# WebP races (harmlessly) choosing function pointers for SIMD versions of some of its functions.
race:third_party/externals/libwebp
# skia:2459 Seemingly misdiagnosed use-after-free, having something to do with software GL drivers.
# We don't always get swrast_dri.so in the stack or we'd use that.
race:SkGLContextHelper::init
# Threadsafe, should be ported to SkLazyPtr.
race:SkFontHost_FreeType
# Not threadsafe, should be fixed.
race:SkFontHost_fontconfig_ref_global
race:SkString::RefRec
# Not threadsafe, should be deleted.
race:SkPDF