2014-04-25 13:59:27 +00:00
|
|
|
# Suppressions for Thread Sanitizer
|
2014-06-02 20:23:49 +00:00
|
|
|
#
|
|
|
|
# CAREFUL! Comments must go on their own line or your suppressions will silently fail.
|
2014-04-25 13:59:27 +00:00
|
|
|
|
|
|
|
# WebP races (harmlessly) choosing function pointers for SIMD versions of some of its functions.
|
|
|
|
race:third_party/externals/libwebp
|
|
|
|
|
2014-06-03 02:34:19 +00:00
|
|
|
# skia:2459 Seemingly misdiagnosed use-after-free, having something to do with software GL drivers.
|
|
|
|
# Having trouble getting this suppression to match.
|
|
|
|
# We've tried: race:swrast_dri.so
|
|
|
|
# race:SkGLContextHelper::init
|
|
|
|
# Maybe because it's diagnosed as a use-after-free, not as a race?
|
|
|
|
race:SkGLContextHelper
|
|
|
|
|
2014-06-02 20:23:49 +00:00
|
|
|
# Not threadsafe, should be fixed.
|
2014-06-02 23:40:06 +00:00
|
|
|
race:RefFCI
|
2014-06-06 13:21:46 +00:00
|
|
|
race:SkString
|
2014-06-02 20:23:49 +00:00
|
|
|
race:SkPDF
|