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

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

Issue 343004: Add one more suppression for a data race in libjingle (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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 101
102 { 102 {
103 bug_25645 (WebKit) 103 bug_25645 (WebKit)
104 ThreadSanitizer:Race 104 ThreadSanitizer:Race
105 fun:*WTF*RefCountedBase*ref* 105 fun:*WTF*RefCountedBase*ref*
106 ... 106 ...
107 fun:*WebCore*StringImpl* 107 fun:*WebCore*StringImpl*
108 } 108 }
109 109
110 { 110 {
111 bug_25913 (libjingle) 111 bug_25913 (libjingle) (1)
112 ThreadSanitizer:Race 112 ThreadSanitizer:Race
113 fun:*talk_base*MessageQueue*Stop* 113 fun:*talk_base*MessageQueue*Stop*
114 } 114 }
115 115
116 {
117 bug_25913 (libjingle) (2)
118 ThreadSanitizer:Race
119 fun:*talk_base*MessageQueue*Get*
120 }
121
116 ############################ 122 ############################
117 # Data races in tests 123 # Data races in tests
118 124
119 # TODO(timurrrr): bug item 125 # TODO(timurrrr): bug item
120 { 126 {
121 Data race on bool in base/thread_unittest 127 Data race on bool in base/thread_unittest
122 ThreadSanitizer:Race 128 ThreadSanitizer:Race
123 ... 129 ...
124 fun:*ToggleValue*Run* 130 fun:*ToggleValue*Run*
125 } 131 }
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 fun:tzset* 239 fun:tzset*
234 } 240 }
235 241
236 # Benign race in thread-safe function 242 # Benign race in thread-safe function
237 { 243 {
238 fun:mkstemp* 244 fun:mkstemp*
239 ThreadSanitizer:Race 245 ThreadSanitizer:Race
240 ... 246 ...
241 fun:mkstemp* 247 fun:mkstemp*
242 } 248 }
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