blob: d87f48609f93b161f97319502809eb7262b4e245 [file] [log] [blame]
commit-bot@chromium.org830628e2014-04-25 13:59:27 +00001# Suppressions for Thread Sanitizer
2
3# WebP races (harmlessly) choosing function pointers for SIMD versions of some of its functions.
4race:third_party/externals/libwebp
5
6# skia:2459 Seemingly misdiagnosed use-after-free, having something to do with software GL drivers.
commit-bot@chromium.orge7851cd2014-05-13 14:47:21 +00007race:SkGLContextHelper::init # We don't always get swrast_dri.so in the stack or we'd use that.
8
9# For now assume anything using SkOnce and calls on SkRefCntBase (ref, unref, unique) are safe.
10# TODO(mtklein): teach TSAN about SkOnce, SkRefCnt and SkSpinlock correctly.
11race:SkOnce
12race:SkRefCntBase