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

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

Issue 5156005: Suppress bug 63590 (race in SyncerThreadWithSyncerTest.AuthInvalid)... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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_23433 5 bug_23433
6 ThreadSanitizer:Race 6 ThreadSanitizer:Race
7 fun:*logging*SetMinLogLevel* 7 fun:*logging*SetMinLogLevel*
8 } 8 }
9 9
10 { 10 {
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 { 169 {
170 bug_61731 170 bug_61731
171 ThreadSanitizer:Race 171 ThreadSanitizer:Race
172 fun:*Log* 172 fun:*Log*
173 ... 173 ...
174 fun:*Worker* 174 fun:*Worker*
175 ... 175 ...
176 obj:*ipc_tests 176 obj:*ipc_tests
177 } 177 }
178 178
179 {
180 bug_63590
181 ThreadSanitizer:Race
182 fun:*ObserverListBase*Iterator*
183 fun:*browser_sync*SyncerThreadWithSyncerTest_AuthInvalid_Test*
184 }
185
179 # TODO(timurrrr): bug item 186 # TODO(timurrrr): bug item
180 { 187 {
181 Data race on bool in AssertReporter [test-only] 188 Data race on bool in AssertReporter [test-only]
182 ThreadSanitizer:Race 189 ThreadSanitizer:Race
183 ... 190 ...
184 fun:*AssertReporter*warn* 191 fun:*AssertReporter*warn*
185 } 192 }
186 193
187 # TODO(timurrrr): bug item 194 # TODO(timurrrr): bug item
188 { 195 {
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 ThreadSanitizer:Race 372 ThreadSanitizer:Race
366 ... 373 ...
367 fun:gethostbyname2_r* 374 fun:gethostbyname2_r*
368 } 375 }
369 376
370 { 377 {
371 Benign race in nss (PR_EnterMonitor) 378 Benign race in nss (PR_EnterMonitor)
372 ThreadSanitizer:Race 379 ThreadSanitizer:Race
373 fun:PR_EnterMonitor 380 fun:PR_EnterMonitor
374 } 381 }
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