OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |