Add TSAN suppressions.

BUG=skia:1792,skia:2459
R=bsalomon@google.com, mtklein@google.com

Author: mtklein@chromium.org

Review URL: https://codereview.chromium.org/259843002

git-svn-id: http://skia.googlecode.com/svn/trunk@14381 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
commit-bot@chromium.org 2014-04-25 13:59:27 +00:00
parent 8ae32b327e
commit 830628e7ce

7
tools/tsan.supp Normal file
View File

@ -0,0 +1,7 @@
# 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 :(