aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/tsan.supp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tsan.supp')
-rw-r--r--tools/tsan.supp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/tsan.supp b/tools/tsan.supp
index b30bc2c550..c757e619e1 100644
--- a/tools/tsan.supp
+++ b/tools/tsan.supp
@@ -30,3 +30,6 @@ race:SkPDF
# Suppress while I look for a more focused way to silence this.
race:SkPixelRef::callGenIDChangeListeners
race:SkPixelRef::needsNewGenID
+
+# This calls SkRefCnt::getRefCnt(), which is not thread safe. skia:2726
+race:SkImageFilter::filterImage