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

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

Issue 340001: Suppressed a few data races in BookmarkModelWorker (Closed) Base URL: svn://svn.chromium.org/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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 fun:*AppCacheUpdateJobTest* 61 fun:*AppCacheUpdateJobTest*
62 } 62 }
63 63
64 { 64 {
65 bug_25385 65 bug_25385
66 ThreadSanitizer:Race 66 ThreadSanitizer:Race
67 ... 67 ...
68 fun:*base*ThreadD*E* 68 fun:*base*ThreadD*E*
69 } 69 }
70 70
71 {
72 bug_25915
73 ThreadSanitizer:Race
74 fun:*browser_sync*BookmarkModelWorker*
75 }
76
71 ############################ 77 ############################
72 # Real races in third_party 78 # Real races in third_party
73 { 79 {
74 bug_23244 (libevent) 80 bug_23244 (libevent)
75 ThreadSanitizer:Race 81 ThreadSanitizer:Race
76 fun:event_* 82 fun:event_*
77 fun:event_* 83 fun:event_*
78 } 84 }
79 85
80 { 86 {
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 fun:tzset* 235 fun:tzset*
230 } 236 }
231 237
232 # Benign race in thread-safe function 238 # Benign race in thread-safe function
233 { 239 {
234 fun:mkstemp* 240 fun:mkstemp*
235 ThreadSanitizer:Race 241 ThreadSanitizer:Race
236 ... 242 ...
237 fun:mkstemp* 243 fun:mkstemp*
238 } 244 }
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