aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authormtklein <mtklein@chromium.org>2014-07-07 13:11:29 -0700
committerCommit bot <commit-bot@chromium.org>2014-07-07 13:11:29 -0700
commit5e8a3c1b83b8e6f41452298a1da5343b471759fd (patch)
treec52ae054feede6cefa1a6dc3cf982aa0d3f89561 /tools
parentaca3d8494068ac6f1e45ddfe87f0051b42db3ba1 (diff)
downloadskia-5e8a3c1b83b8e6f41452298a1da5343b471759fd.tar.gz
Suppress new TSAN warnings from DMQuiltTask.
We're racing to invalidate the genID of our pixel ref when multiple threads write into it, and also to call its genID-changed listeners. We install no listeners on this particular pixel ref, nor do we ever care about its genID at all. So these are benign races, races on data we never make a decision from. BUG=skia:2725 R=jcgregorio@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/370353004
Diffstat (limited to 'tools')
-rw-r--r--tools/tsan.supp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/tsan.supp b/tools/tsan.supp
index f68701404..b30bc2c55 100644
--- a/tools/tsan.supp
+++ b/tools/tsan.supp
@@ -25,3 +25,8 @@ race:is_lcd_supported
race:RefFCI
race:SkString
race:SkPDF
+
+# These race benignly as used by DMQuiltTask: skia:2725.
+# Suppress while I look for a more focused way to silence this.
+race:SkPixelRef::callGenIDChangeListeners
+race:SkPixelRef::needsNewGenID