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

Unified Diff: tools/tsan.supp

Issue 259843002: Add TSAN suppressions. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 8 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 | « no previous file | 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
new file mode 100644
index 0000000000000000000000000000000000000000..8d97964f60dbf848cc07b914e1fe3258a150082b
--- /dev/null
+++ b/tools/tsan.supp
@@ -0,0 +1,7 @@
+# Suppressions for Thread Sanitizer
+
+# WebP races (harmlessly) choosing function pointers for SIMD versions of some of its functions.
+race:third_party/externals/libwebp
+
+# skia:2459 Seemingly misdiagnosed use-after-free, having something to do with software GL drivers.
+race:swrast_dri.so # If this doesn't work, it's got to be SkGLContextHelper::init :(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698