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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 { | 179 { |
180 bug_63590 | 180 bug_63590_a |
181 ThreadSanitizer:Race | 181 ThreadSanitizer:Race |
182 fun:*ObserverListBase*Iterator* | 182 fun:*ObserverListBase*Iterator* |
183 fun:*browser_sync*SyncerThreadWithSyncerTest_AuthInvalid_Test* | 183 fun:*browser_sync*SyncerThreadWithSyncerTest_AuthInvalid_Test* |
184 } | 184 } |
185 | 185 |
| 186 { |
| 187 bug_63590_b |
| 188 ThreadSanitizer:Race |
| 189 fun:*ObserverListBase*Iterator* |
| 190 fun:*browser_sync*ServerConnectionManager*NotifyStatusChanged* |
| 191 fun:*browser_sync*ScopedServerStatusWatcher* |
| 192 fun:*browser_sync*SyncerProtoUtil*PostAndProcessHeaders* |
| 193 fun:*browser_sync*SyncerProtoUtil*PostClientToServerMessage* |
| 194 fun:*browser_sync*DownloadUpdatesCommand*ExecuteImpl* |
| 195 fun:*browser_sync*SyncerCommand*Execute* |
| 196 } |
| 197 |
186 # TODO(timurrrr): bug item | 198 # TODO(timurrrr): bug item |
187 { | 199 { |
188 Data race on bool in AssertReporter [test-only] | 200 Data race on bool in AssertReporter [test-only] |
189 ThreadSanitizer:Race | 201 ThreadSanitizer:Race |
190 ... | 202 ... |
191 fun:*AssertReporter*warn* | 203 fun:*AssertReporter*warn* |
192 } | 204 } |
193 | 205 |
194 # TODO(timurrrr): bug item | 206 # TODO(timurrrr): bug item |
195 { | 207 { |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 ThreadSanitizer:Race | 384 ThreadSanitizer:Race |
373 ... | 385 ... |
374 fun:gethostbyname2_r* | 386 fun:gethostbyname2_r* |
375 } | 387 } |
376 | 388 |
377 { | 389 { |
378 Benign race in nss (PR_EnterMonitor) | 390 Benign race in nss (PR_EnterMonitor) |
379 ThreadSanitizer:Race | 391 ThreadSanitizer:Race |
380 fun:PR_EnterMonitor | 392 fun:PR_EnterMonitor |
381 } | 393 } |
OLD | NEW |