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-02 20:23:49 +00:00
|
|
|
# Threadsafe, should be ported to SkLazyPtr.
|
|
|
|
race:SkFontHost_FreeType
|
|
|
|
|
|
|
|
# Not threadsafe, should be fixed.
|
2014-06-02 23:40:06 +00:00
|
|
|
race:RefFCI
|
2014-06-02 20:23:49 +00:00
|
|
|
race:SkString::RefRec
|
|
|
|
|
|
|
|
# Not threadsafe, should be deleted.
|
|
|
|
race:SkPDF
|
2014-06-02 23:40:06 +00:00
|
|
|
|
|
|
|
# Should be these can be removed once TSAN learns sk_acquire_load / sk_release_store.
|
|
|
|
race:SkOnce
|
|
|
|
race:SkRefCntBase
|
|
|
|
|
|
|
|
# This is SkLazyPtr. Also can be cleaned up when TSAN learns sk_acquire_load / sk_release_store.
|
|
|
|
race:sk_acquire_load
|
|
|
|
race:__tsan_atomic64_compare_exchange_val
|