blob: 8d97964f60dbf848cc07b914e1fe3258a150082b [file] [log] [blame]
# 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 :(