diff options
author | mtklein <mtklein@chromium.org> | 2014-06-11 17:22:14 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-06-11 17:22:14 -0700 |
commit | 3b94b78b771e06b2294425103cacf37996f6a1ca (patch) | |
tree | ed17e6e05fdf3b6fc81871f97c5d46f340ff166b | |
parent | e1f5a23812cab849174a47fae02397e7291f850e (diff) |
Suppress libpoppler and its dependent liblcms in TSAN.
This will let us eventually turn PDF back on in DM.
BUG=skia:
R=halcanary@google.com, mtklein@google.com
Author: mtklein@chromium.org
Review URL: https://codereview.chromium.org/330433003
-rw-r--r-- | tools/tsan.supp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/tsan.supp b/tools/tsan.supp index 31074ccf8a..f687014040 100644 --- a/tools/tsan.supp +++ b/tools/tsan.supp @@ -5,6 +5,11 @@ # WebP races (harmlessly) choosing function pointers for SIMD versions of some of its functions. race:third_party/externals/libwebp +# Poppler races on startup. +race:libpoppler.so +# LCMS is used by poppler, and also races. +race:liblcms2.so + # 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 |