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

Side by Side Diff: tools/tsan.blacklist

Issue 309823004: Try TSAN blacklist for SkGLContextHelper::init. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove Created 6 years, 6 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 | « gyp/common_conditions.gypi ('k') | tools/tsan.supp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Blacklist (compile time suppressions) for TSAN.
2 #
3 # CAREFUL! Comments must go on their own line or your suppressions will silentl y fail.
4
5 # skia:2459 Seemingly misdiagnosed use-after-free, having something to do with software GL drivers.
6 # Having trouble getting this suppression to match.
7 # We've tried: race:swrast_dri.so
8 # race:SkGLContextHelper::init
9 # race:SkGLContextHelper
10 # So now we'll try a compile time blacklist. We'll use a file blacklist to nuke it from orbit.
11 file:SkGLContextHelper.cpp
OLDNEW
« no previous file with comments | « gyp/common_conditions.gypi ('k') | tools/tsan.supp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698