blob: 8d97964f60dbf848cc07b914e1fe3258a150082b [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.
7race:swrast_dri.so # If this doesn't work, it's got to be SkGLContextHelper::init :(