1# Suppressions for Thread Sanitizer
2#
3# CAREFUL!  Comments must go on their own line or your suppressions will silently fail.
4
5# WebP races (harmlessly) choosing function pointers for SIMD versions of some of its functions.
6race:third_party/externals/libwebp
7
8# Poppler races on startup.
9race:libpoppler.so
10# LCMS is used by poppler, and also races.
11race:liblcms2.so
12
13# skia:2459  Seemingly misdiagnosed use-after-free, having something to do with software GL drivers.
14# Having trouble getting this suppression to match.
15# We've tried: race:swrast_dri.so
16#              race:SkGLContextHelper::init
17# Maybe because it's diagnosed as a use-after-free, not as a race?
18race:SkGLContextHelper
19
20# Threadsafe, should be ported to SkLazyPtr.
21race:SkFontHost_FreeType
22race:is_lcd_supported
23
24# Not threadsafe, should be fixed.
25race:RefFCI
26race:SkString
27race:SkPDF
28