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

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

Issue 339008: Suppress a data race on vfptr in ipc/ipc_sync_channel_unittest.cc... (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 | « ipc/ipc_sync_channel_unittest.cc ('k') | 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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 # TODO(timurrrr): bug item 151 # TODO(timurrrr): bug item
152 { 152 {
153 Data race on vfptr in base/thread_unittest 153 Data race on vfptr in base/thread_unittest
154 ThreadSanitizer:Race 154 ThreadSanitizer:Race
155 ... 155 ...
156 fun:*ThreadTest_SleepInsideInit*TestBody* 156 fun:*ThreadTest_SleepInsideInit*TestBody*
157 } 157 }
158 158
159 # TODO(timurrrr): bug item 159 # TODO(timurrrr): bug item
160 { 160 {
161 Data race on vfptr in ipc/ipc_sync_channel_unittest
162 ThreadSanitizer:Race
163 ...
164 fun:*STLDeleteContainerPointers*Worker*
165 ...
166 fun:*IPCSyncChannelTest*
167 }
168
169 # TODO(timurrrr): bug item
170 {
171 Data race on bool in chrome/browser/net/url_fetcher_unittest (1) 161 Data race on bool in chrome/browser/net/url_fetcher_unittest (1)
172 ThreadSanitizer:Race 162 ThreadSanitizer:Race
173 fun:*URLFetcherCancelTest*TestContextReleased* 163 fun:*URLFetcherCancelTest*TestContextReleased*
174 } 164 }
175 { 165 {
176 Data race on bool in chrome/browser/net/url_fetcher_unittest (2) 166 Data race on bool in chrome/browser/net/url_fetcher_unittest (2)
177 ThreadSanitizer:Race 167 ThreadSanitizer:Race
178 fun:*CancelTestURLRequestContext*CancelTestURLRequestContext* 168 fun:*CancelTestURLRequestContext*CancelTestURLRequestContext*
179 } 169 }
180 170
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 fun:tzset* 225 fun:tzset*
236 } 226 }
237 227
238 # Benign race in thread-safe function 228 # Benign race in thread-safe function
239 { 229 {
240 fun:mkstemp* 230 fun:mkstemp*
241 ThreadSanitizer:Race 231 ThreadSanitizer:Race
242 ... 232 ...
243 fun:mkstemp* 233 fun:mkstemp*
244 } 234 }
OLDNEW
« no previous file with comments | « ipc/ipc_sync_channel_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698