Add TSAN suppressions.
[platform/upstream/libSkiaSharp.git] / tools / tsan.supp
1 # Suppressions for Thread Sanitizer
2
3 # WebP races (harmlessly) choosing function pointers for SIMD versions of some of its functions.
4 race:third_party/externals/libwebp
5
6 # skia:2459  Seemingly misdiagnosed use-after-free, having something to do with software GL drivers.
7 race:swrast_dri.so  # If this doesn't work, it's got to be SkGLContextHelper::init :(