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

Side by Side Diff: tools/valgrind/tsan/suppressions.txt

Issue 333029: Remove the suppression for a Issue 24307: Data race on reference counter... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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 | Annotate | Revision Log
« 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
1 ############################ 1 ############################
2 # Chromium 2 # Chromium
3 3
4 { 4 {
5 bug_21259 5 bug_21259
6 ThreadSanitizer:Race 6 ThreadSanitizer:Race
7 ... 7 ...
8 fun:*tracked_objects*ThreadData*StartTracking* 8 fun:*tracked_objects*ThreadData*StartTracking*
9 } 9 }
10 10
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 fun:*IPC*SyncMessageC*E* 48 fun:*IPC*SyncMessageC*E*
49 } 49 }
50 50
51 { 51 {
52 bug_23433 52 bug_23433
53 ThreadSanitizer:Race 53 ThreadSanitizer:Race
54 fun:*logging*SetMinLogLevel* 54 fun:*logging*SetMinLogLevel*
55 } 55 }
56 56
57 { 57 {
58 bug_24307
59 ThreadSanitizer:Race
60 fun:*RefCounted*disk_cache*File*
61 }
62
63 {
64 bug_24419 58 bug_24419
65 ThreadSanitizer:Race 59 ThreadSanitizer:Race
66 fun:*BrowserProcessImpl*nspector*iles* 60 fun:*BrowserProcessImpl*nspector*iles*
67 } 61 }
68 62
69 { 63 {
70 bug_24715 64 bug_24715
71 ThreadSanitizer:Race 65 ThreadSanitizer:Race
72 fun:*base*internal*WeakReference* 66 fun:*base*internal*WeakReference*
73 ... 67 ...
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 fun:tzset* 221 fun:tzset*
228 } 222 }
229 223
230 # Benign race in thread-safe function 224 # Benign race in thread-safe function
231 { 225 {
232 fun:mkstemp* 226 fun:mkstemp*
233 ThreadSanitizer:Race 227 ThreadSanitizer:Race
234 ... 228 ...
235 fun:mkstemp* 229 fun:mkstemp*
236 } 230 }
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