blob: 6158bf864c73e611e79123256cf0d54995c7a2ef [file] [log] [blame]
commit-bot@chromium.org830628e2014-04-25 13:59:27 +00001# Suppressions for Thread Sanitizer
mtkleinbe7de4f2014-06-02 13:23:49 -07002#
3# CAREFUL! Comments must go on their own line or your suppressions will silently fail.
commit-bot@chromium.org830628e2014-04-25 13:59:27 +00004
5# WebP races (harmlessly) choosing function pointers for SIMD versions of some of its functions.
6race:third_party/externals/libwebp
7
mtklein3b94b782014-06-11 17:22:14 -07008# Poppler races on startup.
9race:libpoppler.so
10# LCMS is used by poppler, and also races.
11race:liblcms2.so
12
mtklein59ef7702014-06-02 19:34:19 -070013# 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
mtkleinbe7de4f2014-06-02 13:23:49 -070020# Not threadsafe, should be fixed.
mtkleina78ef792014-06-02 16:40:06 -070021race:RefFCI
mtkleina8928b72014-06-06 06:21:46 -070022race:SkString
mtkleinbe7de4f2014-06-02 13:23:49 -070023race:SkPDF