2014-04-25 13:59:27 +00:00
|
|
|
# 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.
|
2014-05-13 14:47:21 +00:00
|
|
|
race:SkGLContextHelper::init # We don't always get swrast_dri.so in the stack or we'd use that.
|
|
|
|
|
|
|
|
# For now assume anything using SkOnce and calls on SkRefCntBase (ref, unref, unique) are safe.
|
|
|
|
# TODO(mtklein): teach TSAN about SkOnce, SkRefCnt and SkSpinlock correctly.
|
|
|
|
race:SkOnce
|
|
|
|
race:SkRefCntBase
|