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
This commit is contained in:
parent
aca3d84940
commit
5e8a3c1b83
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user