| OLD | NEW |
| 1 ############################ | 1 ############################ |
| 2 # Chromium | 2 # Chromium |
| 3 | 3 |
| 4 { | 4 { |
| 5 bug_21259 | |
| 6 ThreadSanitizer:Race | |
| 7 ... | |
| 8 fun:*tracked_objects*ThreadData*StartTracking* | |
| 9 } | |
| 10 | |
| 11 { | |
| 12 bug_21468 | 5 bug_21468 |
| 13 ThreadSanitizer:Race | 6 ThreadSanitizer:Race |
| 14 ... | 7 ... |
| 15 fun:*net*DirectoryLister* | 8 fun:*net*DirectoryLister* |
| 16 } | 9 } |
| 17 | 10 |
| 18 { | 11 { |
| 19 bug_22520 | 12 bug_22520 |
| 20 ThreadSanitizer:Race | 13 ThreadSanitizer:Race |
| 21 fun:*CancelableRequestBase* | 14 fun:*CancelableRequestBase* |
| (...skipping 18 matching lines...) Expand all Loading... |
| 40 fun:*logging*SetMinLogLevel* | 33 fun:*logging*SetMinLogLevel* |
| 41 } | 34 } |
| 42 | 35 |
| 43 { | 36 { |
| 44 bug_24419 | 37 bug_24419 |
| 45 ThreadSanitizer:Race | 38 ThreadSanitizer:Race |
| 46 fun:*BrowserProcessImpl*nspector*iles* | 39 fun:*BrowserProcessImpl*nspector*iles* |
| 47 } | 40 } |
| 48 | 41 |
| 49 { | 42 { |
| 50 bug_24715 (1) | |
| 51 ThreadSanitizer:Race | |
| 52 fun:*base*internal*WeakReference* | |
| 53 ... | |
| 54 fun:*AppCacheUpdateJobTest* | |
| 55 } | |
| 56 | |
| 57 { | |
| 58 bug_24715 (2) | |
| 59 ThreadSanitizer:Race | |
| 60 fun:*base*internal*WeakReference* | |
| 61 ... | |
| 62 fun:*AppCacheResponseTest* | |
| 63 } | |
| 64 | |
| 65 { | |
| 66 bug_25385 | 43 bug_25385 |
| 67 ThreadSanitizer:Race | 44 ThreadSanitizer:Race |
| 68 ... | 45 ... |
| 69 fun:*base*ThreadD*E* | 46 fun:*base*ThreadD*E* |
| 70 } | 47 } |
| 71 | 48 |
| 72 { | 49 { |
| 73 bug_25915 | 50 bug_25915 |
| 74 ThreadSanitizer:Race | 51 ThreadSanitizer:Race |
| 75 fun:*browser_sync*BookmarkModelWorker* | 52 fun:*browser_sync*BookmarkModelWorker* |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 | 226 |
| 250 # fprintf is thread-safe. The benign races happen on the internal lock. | 227 # fprintf is thread-safe. The benign races happen on the internal lock. |
| 251 { | 228 { |
| 252 Benign races below fprintf | 229 Benign races below fprintf |
| 253 ThreadSanitizer:Race | 230 ThreadSanitizer:Race |
| 254 ... | 231 ... |
| 255 fun:buffered_vfprintf | 232 fun:buffered_vfprintf |
| 256 ... | 233 ... |
| 257 fun:fprintf | 234 fun:fprintf |
| 258 } | 235 } |
| OLD | NEW |