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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 ############################ | 159 ############################ |
160 # Data races in tests | 160 # Data races in tests |
161 | 161 |
162 { | 162 { |
163 bug_30582 | 163 bug_30582 |
164 ThreadSanitizer:Race | 164 ThreadSanitizer:Race |
165 fun:*LongCallbackD* | 165 fun:*LongCallbackD* |
166 fun:*WorkerThreadTickerTest_LongCallback_Test*TestBody* | 166 fun:*WorkerThreadTickerTest_LongCallback_Test*TestBody* |
167 } | 167 } |
168 | 168 |
| 169 { |
| 170 bug_61731 |
| 171 ThreadSanitizer:Race |
| 172 fun:*Log* |
| 173 ... |
| 174 fun:*Worker* |
| 175 ... |
| 176 obj:*ipc_tests |
| 177 } |
| 178 |
169 # TODO(timurrrr): bug item | 179 # TODO(timurrrr): bug item |
170 { | 180 { |
171 Data race on bool in AssertReporter [test-only] | 181 Data race on bool in AssertReporter [test-only] |
172 ThreadSanitizer:Race | 182 ThreadSanitizer:Race |
173 ... | 183 ... |
174 fun:*AssertReporter*warn* | 184 fun:*AssertReporter*warn* |
175 } | 185 } |
176 | 186 |
177 # TODO(timurrrr): bug item | 187 # TODO(timurrrr): bug item |
178 { | 188 { |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
348 ThreadSanitizer:Race | 358 ThreadSanitizer:Race |
349 ... | 359 ... |
350 fun:gethostbyname2_r* | 360 fun:gethostbyname2_r* |
351 } | 361 } |
352 | 362 |
353 { | 363 { |
354 Benign race in nss (PR_EnterMonitor) | 364 Benign race in nss (PR_EnterMonitor) |
355 ThreadSanitizer:Race | 365 ThreadSanitizer:Race |
356 fun:PR_EnterMonitor | 366 fun:PR_EnterMonitor |
357 } | 367 } |
OLD | NEW |