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

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

Issue 360010: Remove the suppression for bug_24724 (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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 ############################ 92 ############################
93 # Real races in third_party 93 # Real races in third_party
94 { 94 {
95 bug_23244 (libevent) 95 bug_23244 (libevent)
96 ThreadSanitizer:Race 96 ThreadSanitizer:Race
97 fun:event_* 97 fun:event_*
98 fun:event_* 98 fun:event_*
99 } 99 }
100 100
101 { 101 {
102 bug_24724 (WebKit)
103 ThreadSanitizer:Race
104 fun:*WTF*RefCountedBase*ref*
105 ...
106 fun:*WebCore*WorkerRunLoop*Task*
107 }
108
109 {
110 bug_25645 (WebKit) 102 bug_25645 (WebKit)
111 ThreadSanitizer:Race 103 ThreadSanitizer:Race
112 fun:*WTF*RefCountedBase*ref* 104 fun:*WTF*RefCountedBase*ref*
113 ... 105 ...
114 fun:*WebCore*StringImpl* 106 fun:*WebCore*StringImpl*
115 } 107 }
116 108
117 { 109 {
118 bug_25913 (libjingle) (1) 110 bug_25913 (libjingle) (1)
119 ThreadSanitizer:Race 111 ThreadSanitizer:Race
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 257
266 # fprintf is thread-safe. The benign races happen on the internal lock. 258 # fprintf is thread-safe. The benign races happen on the internal lock.
267 { 259 {
268 Benign races below fprintf 260 Benign races below fprintf
269 ThreadSanitizer:Race 261 ThreadSanitizer:Race
270 ... 262 ...
271 fun:buffered_vfprintf 263 fun:buffered_vfprintf
272 ... 264 ...
273 fun:fprintf 265 fun:fprintf
274 } 266 }
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