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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 | 101 |
102 { | 102 { |
103 bug_25645 (WebKit) | 103 bug_25645 (WebKit) |
104 ThreadSanitizer:Race | 104 ThreadSanitizer:Race |
105 fun:*WTF*RefCountedBase*ref* | 105 fun:*WTF*RefCountedBase*ref* |
106 ... | 106 ... |
107 fun:*WebCore*StringImpl* | 107 fun:*WebCore*StringImpl* |
108 } | 108 } |
109 | 109 |
110 { | 110 { |
111 bug_25913 (libjingle) | 111 bug_25913 (libjingle) (1) |
112 ThreadSanitizer:Race | 112 ThreadSanitizer:Race |
113 fun:*talk_base*MessageQueue*Stop* | 113 fun:*talk_base*MessageQueue*Stop* |
114 } | 114 } |
115 | 115 |
| 116 { |
| 117 bug_25913 (libjingle) (2) |
| 118 ThreadSanitizer:Race |
| 119 fun:*talk_base*MessageQueue*Get* |
| 120 } |
| 121 |
116 ############################ | 122 ############################ |
117 # Data races in tests | 123 # Data races in tests |
118 | 124 |
119 # TODO(timurrrr): bug item | 125 # TODO(timurrrr): bug item |
120 { | 126 { |
121 Data race on bool in base/thread_unittest | 127 Data race on bool in base/thread_unittest |
122 ThreadSanitizer:Race | 128 ThreadSanitizer:Race |
123 ... | 129 ... |
124 fun:*ToggleValue*Run* | 130 fun:*ToggleValue*Run* |
125 } | 131 } |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 fun:tzset* | 239 fun:tzset* |
234 } | 240 } |
235 | 241 |
236 # Benign race in thread-safe function | 242 # Benign race in thread-safe function |
237 { | 243 { |
238 fun:mkstemp* | 244 fun:mkstemp* |
239 ThreadSanitizer:Race | 245 ThreadSanitizer:Race |
240 ... | 246 ... |
241 fun:mkstemp* | 247 fun:mkstemp* |
242 } | 248 } |
OLD | NEW |