Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Unified Diff: tools/tsan.supp

Issue 382523002: Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()." (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/RefCntIs.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/tsan.supp
diff --git a/tools/tsan.supp b/tools/tsan.supp
index f6870140404190d5e45ae188a3a4b03e9331f92e..8c95e7a9c5dda2b5e6644f66a3eeed2f2194816a 100644
--- a/tools/tsan.supp
+++ b/tools/tsan.supp
@@ -25,3 +25,6 @@ race:is_lcd_supported
race:RefFCI
race:SkString
race:SkPDF
+
+# This calls SkRefCnt::getRefCnt(), which is not thread safe. skia:2726
+race:SkImageFilter::filterImage
« no previous file with comments | « tools/RefCntIs.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698