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 21 matching lines...) Expand all Loading... |
32 ThreadSanitizer:Race | 32 ThreadSanitizer:Race |
33 fun:*media*PipelineImpl*InitializeTask* | 33 fun:*media*PipelineImpl*InitializeTask* |
34 } | 34 } |
35 | 35 |
36 { | 36 { |
37 bug_46642b | 37 bug_46642b |
38 ThreadSanitizer:Race | 38 ThreadSanitizer:Race |
39 fun:*media*PipelineImpl*GetCurrentTime* | 39 fun:*media*PipelineImpl*GetCurrentTime* |
40 } | 40 } |
41 | 41 |
| 42 { |
| 43 bug_53765 |
| 44 ThreadSanitizer:Race |
| 45 fun:*scoped_ptr*SpeechInputBubble* |
| 46 } |
| 47 |
42 ############################ | 48 ############################ |
43 # Real races in third_party | 49 # Real races in third_party |
44 { | 50 { |
45 bug_23244 (libevent) | 51 bug_23244 (libevent) |
46 ThreadSanitizer:Race | 52 ThreadSanitizer:Race |
47 fun:event_* | 53 fun:event_* |
48 fun:event_* | 54 fun:event_* |
49 } | 55 } |
50 | 56 |
51 { | 57 { |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 ThreadSanitizer:Race | 310 ThreadSanitizer:Race |
305 ... | 311 ... |
306 fun:gethostbyname2_r* | 312 fun:gethostbyname2_r* |
307 } | 313 } |
308 | 314 |
309 { | 315 { |
310 Benign race in nss (PR_EnterMonitor) | 316 Benign race in nss (PR_EnterMonitor) |
311 ThreadSanitizer:Race | 317 ThreadSanitizer:Race |
312 fun:PR_EnterMonitor | 318 fun:PR_EnterMonitor |
313 } | 319 } |
OLD | NEW |