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

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

Issue 333047: Suppressed a data race in libjingle, re-grouped suppressions for third_party races (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 12 matching lines...) Expand all
23 } 23 }
24 24
25 { 25 {
26 bug_22520 26 bug_22520
27 ThreadSanitizer:Race 27 ThreadSanitizer:Race
28 fun:*CancelableRequestBase* 28 fun:*CancelableRequestBase*
29 fun:*CancelableRequest* 29 fun:*CancelableRequest*
30 } 30 }
31 31
32 { 32 {
33 bug_23244
34 ThreadSanitizer:Race
35 fun:event_*
36 fun:event_*
37 }
38
39 {
40 bug_23245, bug_25385 33 bug_23245, bug_25385
41 ThreadSanitizer:Race 34 ThreadSanitizer:Race
42 fun:*base*Thread*ThreadMain* 35 fun:*base*Thread*ThreadMain*
43 } 36 }
44 37
45 { 38 {
46 bug_23423 39 bug_23423
47 ThreadSanitizer:Race 40 ThreadSanitizer:Race
48 fun:*IPC*SyncMessageC*E* 41 fun:*IPC*SyncMessageC*E*
49 } 42 }
(...skipping 12 matching lines...) Expand all
62 55
63 { 56 {
64 bug_24715 57 bug_24715
65 ThreadSanitizer:Race 58 ThreadSanitizer:Race
66 fun:*base*internal*WeakReference* 59 fun:*base*internal*WeakReference*
67 ... 60 ...
68 fun:*AppCacheUpdateJobTest* 61 fun:*AppCacheUpdateJobTest*
69 } 62 }
70 63
71 { 64 {
72 bug_24724
73 ThreadSanitizer:Race
74 fun:*WTF*RefCountedBase*ref*
75 ...
76 fun:*WebCore*WorkerRunLoop*Task*
77 }
78
79 {
80 bug_25385 65 bug_25385
81 ThreadSanitizer:Race 66 ThreadSanitizer:Race
82 ... 67 ...
83 fun:*base*ThreadD*E* 68 fun:*base*ThreadD*E*
84 } 69 }
85 70
71 ############################
72 # Real races in third_party
86 { 73 {
87 bug_25645 74 bug_23244 (libevent)
75 ThreadSanitizer:Race
76 fun:event_*
77 fun:event_*
78 }
79
80 {
81 bug_24724 (WebKit)
82 ThreadSanitizer:Race
83 fun:*WTF*RefCountedBase*ref*
84 ...
85 fun:*WebCore*WorkerRunLoop*Task*
86 }
87
88 {
89 bug_25645 (WebKit)
88 ThreadSanitizer:Race 90 ThreadSanitizer:Race
89 fun:*WTF*RefCountedBase*ref* 91 fun:*WTF*RefCountedBase*ref*
90 ... 92 ...
91 fun:*WebCore*StringImpl* 93 fun:*WebCore*StringImpl*
92 } 94 }
93 95
96 {
97 bug_25913 (libjingle)
98 ThreadSanitizer:Race
99 fun:*talk_base*MessageQueue*Stop*
100 }
101
94 ############################ 102 ############################
95 # Data races in tests 103 # Data races in tests
96 104
97 # TODO(timurrrr): bug item 105 # TODO(timurrrr): bug item
98 { 106 {
99 Data race on bool in base/thread_unittest 107 Data race on bool in base/thread_unittest
100 ThreadSanitizer:Race 108 ThreadSanitizer:Race
101 ... 109 ...
102 fun:*ToggleValue*Run* 110 fun:*ToggleValue*Run*
103 } 111 }
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 fun:tzset* 229 fun:tzset*
222 } 230 }
223 231
224 # Benign race in thread-safe function 232 # Benign race in thread-safe function
225 { 233 {
226 fun:mkstemp* 234 fun:mkstemp*
227 ThreadSanitizer:Race 235 ThreadSanitizer:Race
228 ... 236 ...
229 fun:mkstemp* 237 fun:mkstemp*
230 } 238 }
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