skia2/tools/tsan.supp

8 lines
357 B
Plaintext
Raw Normal View History

# Suppressions for Thread Sanitizer
# WebP races (harmlessly) choosing function pointers for SIMD versions of some of its functions.
race:third_party/externals/libwebp
# skia:2459 Seemingly misdiagnosed use-after-free, having something to do with software GL drivers.
race:swrast_dri.so # If this doesn't work, it's got to be SkGLContextHelper::init :(