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

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

Issue 385109: Remove suppression for a race that was fixed a while ago.... (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_25645 (WebKit)
103 ThreadSanitizer:Race
104 fun:*WTF*RefCountedBase*ref*
105 ...
106 fun:*WebCore*StringImpl*
107 }
108
109 {
110 bug_25913 (libjingle) (1) 102 bug_25913 (libjingle) (1)
111 ThreadSanitizer:Race 103 ThreadSanitizer:Race
112 fun:*talk_base*MessageQueue*Stop* 104 fun:*talk_base*MessageQueue*Stop*
113 } 105 }
114 106
115 { 107 {
116 bug_25913 (libjingle) (2) 108 bug_25913 (libjingle) (2)
117 ThreadSanitizer:Race 109 ThreadSanitizer:Race
118 fun:*talk_base*MessageQueue*Get* 110 fun:*talk_base*MessageQueue*Get*
119 } 111 }
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 249
258 # fprintf is thread-safe. The benign races happen on the internal lock. 250 # fprintf is thread-safe. The benign races happen on the internal lock.
259 { 251 {
260 Benign races below fprintf 252 Benign races below fprintf
261 ThreadSanitizer:Race 253 ThreadSanitizer:Race
262 ... 254 ...
263 fun:buffered_vfprintf 255 fun:buffered_vfprintf
264 ... 256 ...
265 fun:fprintf 257 fun:fprintf
266 } 258 }
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