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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 fun:*logging*SetMinLogLevel* | 47 fun:*logging*SetMinLogLevel* |
48 } | 48 } |
49 | 49 |
50 { | 50 { |
51 bug_24419 | 51 bug_24419 |
52 ThreadSanitizer:Race | 52 ThreadSanitizer:Race |
53 fun:*BrowserProcessImpl*nspector*iles* | 53 fun:*BrowserProcessImpl*nspector*iles* |
54 } | 54 } |
55 | 55 |
56 { | 56 { |
57 bug_24715 | 57 bug_24715 (1) |
58 ThreadSanitizer:Race | 58 ThreadSanitizer:Race |
59 fun:*base*internal*WeakReference* | 59 fun:*base*internal*WeakReference* |
60 ... | 60 ... |
61 fun:*AppCacheUpdateJobTest* | 61 fun:*AppCacheUpdateJobTest* |
62 } | 62 } |
63 | 63 |
64 { | 64 { |
| 65 bug_24715 (2) |
| 66 ThreadSanitizer:Race |
| 67 fun:*base*internal*WeakReference* |
| 68 ... |
| 69 fun:*AppCacheResponseTest* |
| 70 } |
| 71 |
| 72 { |
65 bug_25385 | 73 bug_25385 |
66 ThreadSanitizer:Race | 74 ThreadSanitizer:Race |
67 ... | 75 ... |
68 fun:*base*ThreadD*E* | 76 fun:*base*ThreadD*E* |
69 } | 77 } |
70 | 78 |
71 { | 79 { |
72 bug_25915 | 80 bug_25915 |
73 ThreadSanitizer:Race | 81 ThreadSanitizer:Race |
74 fun:*browser_sync*BookmarkModelWorker* | 82 fun:*browser_sync*BookmarkModelWorker* |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 fun:tzset* | 233 fun:tzset* |
226 } | 234 } |
227 | 235 |
228 # Benign race in thread-safe function | 236 # Benign race in thread-safe function |
229 { | 237 { |
230 fun:mkstemp* | 238 fun:mkstemp* |
231 ThreadSanitizer:Race | 239 ThreadSanitizer:Race |
232 ... | 240 ... |
233 fun:mkstemp* | 241 fun:mkstemp* |
234 } | 242 } |
OLD | NEW |