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