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

Side by Side Diff: tools/tsan.supp

Issue 259843002: Add TSAN suppressions. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Suppressions for Thread Sanitizer
2
3 # WebP races (harmlessly) choosing function pointers for SIMD versions of some o f its functions.
4 race:third_party/externals/libwebp
5
6 # skia:2459 Seemingly misdiagnosed use-after-free, having something to do with software GL drivers.
7 race:swrast_dri.so # If this doesn't work, it's got to be SkGLContextHelper::in it :(
OLDNEW
« 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