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

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

Issue 440010: Suppress yet another report on libjingle/MessageQueue (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years 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_21468 5 bug_21468
6 ThreadSanitizer:Race 6 ThreadSanitizer:Race
7 ... 7 ...
8 fun:*net*DirectoryLister* 8 fun:*net*DirectoryLister*
9 } 9 }
10 10
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 ThreadSanitizer:Race 108 ThreadSanitizer:Race
109 fun:*talk_base*MessageQueue*Stop* 109 fun:*talk_base*MessageQueue*Stop*
110 } 110 }
111 111
112 { 112 {
113 bug_25913 (libjingle) (2) 113 bug_25913 (libjingle) (2)
114 ThreadSanitizer:Race 114 ThreadSanitizer:Race
115 fun:*talk_base*MessageQueue*Get* 115 fun:*talk_base*MessageQueue*Get*
116 } 116 }
117 117
118 {
119 bug_25913 (libjingle) (3)
120 ThreadSanitizer:Race
121 fun:*talk_base*MessageQueue*Quit*
122 }
123
118 ############################ 124 ############################
119 # Data races in tests 125 # Data races in tests
120 126
121 # TODO(timurrrr): bug item 127 # TODO(timurrrr): bug item
122 { 128 {
123 Data race on bool in base/thread_unittest 129 Data race on bool in base/thread_unittest
124 ThreadSanitizer:Race 130 ThreadSanitizer:Race
125 ... 131 ...
126 fun:*ToggleValue*Run* 132 fun:*ToggleValue*Run*
127 } 133 }
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 # gethostbyname2_r is thread-safe, however ThreadSanitizer reports races inside it and 271 # gethostbyname2_r is thread-safe, however ThreadSanitizer reports races inside it and
266 # (sometimes) in __nss_* functions below it. 272 # (sometimes) in __nss_* functions below it.
267 # This may be related to 273 # This may be related to
268 # https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/59449 274 # https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/59449
269 { 275 {
270 Race reports below thread-safe gethostbyname2_r 276 Race reports below thread-safe gethostbyname2_r
271 ThreadSanitizer:Race 277 ThreadSanitizer:Race
272 ... 278 ...
273 fun:gethostbyname2_r* 279 fun:gethostbyname2_r*
274 } 280 }
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