OLD | NEW |
1 # There are three kinds of suppressions in this file. | 1 # There are three kinds of suppressions in this file. |
2 # 1. third party stuff we have no control over | 2 # 1. third party stuff we have no control over |
3 # | 3 # |
4 # 2. intentional unit test errors, or stuff that is somehow a false positive | 4 # 2. intentional unit test errors, or stuff that is somehow a false positive |
5 # in our own code, or stuff that is so trivial it's not worth fixing | 5 # in our own code, or stuff that is so trivial it's not worth fixing |
6 # | 6 # |
7 # 3. Suppressions for real chromium bugs that are not yet fixed. | 7 # 3. Suppressions for real chromium bugs that are not yet fixed. |
8 # These should all be in chromium's bug tracking system (but a few aren't yet). | 8 # These should all be in chromium's bug tracking system (but a few aren't yet). |
9 # Periodically we should sweep this file and the bug tracker clean by | 9 # Periodically we should sweep this file and the bug tracker clean by |
10 # running overnight and removing outdated bugs/suppressions. | 10 # running overnight and removing outdated bugs/suppressions. |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 fun:base::LeakyLazyInstanceTraits::New | 193 fun:base::LeakyLazyInstanceTraits::New |
194 fun:base::LazyInstance::Pointer | 194 fun:base::LazyInstance::Pointer |
195 } | 195 } |
196 { | 196 { |
197 Intentional leak in object tracking statics to avoid shutdown race | 197 Intentional leak in object tracking statics to avoid shutdown race |
198 Heapcheck:Leak | 198 Heapcheck:Leak |
199 ... | 199 ... |
200 fun:tracked_objects::ThreadData::Initialize* | 200 fun:tracked_objects::ThreadData::Initialize* |
201 } | 201 } |
202 { | 202 { |
203 Give breathing room for tracked object tests.. may do better later. | |
204 Heapcheck:Leak | |
205 ... | |
206 fun:tracked_objects::TrackedObjectsTest* | |
207 } | |
208 { | |
209 Intentional leak in object tracking of thread context to avoid shutdown race | 203 Intentional leak in object tracking of thread context to avoid shutdown race |
210 Heapcheck:Leak | 204 Heapcheck:Leak |
211 ... | 205 ... |
212 fun:tracked_objects::ThreadData::Get | 206 fun:tracked_objects::ThreadData::Get |
213 } | 207 } |
214 { | 208 { |
215 Intentional leak of task birth and death data to avoid shutdown race | 209 Intentional leak of task birth and death data to avoid shutdown race |
216 Heapcheck:Leak | 210 Heapcheck:Leak |
217 ... | 211 ... |
218 fun:tracked_objects::ThreadData::TallyA* | 212 fun:tracked_objects::ThreadData::TallyA* |
(...skipping 1435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1654 fun:base::Callback::Run | 1648 fun:base::Callback::Run |
1655 fun:MessageLoop::RunTask | 1649 fun:MessageLoop::RunTask |
1656 } | 1650 } |
1657 { | 1651 { |
1658 bug_102256 | 1652 bug_102256 |
1659 Heapcheck:Leak | 1653 Heapcheck:Leak |
1660 ... | 1654 ... |
1661 fun:AutocompleteHistoryManager::SendSuggestions | 1655 fun:AutocompleteHistoryManager::SendSuggestions |
1662 fun:AutocompleteHistoryManagerTest_ExternalDelegate_Test::TestBody | 1656 fun:AutocompleteHistoryManagerTest_ExternalDelegate_Test::TestBody |
1663 } | 1657 } |
OLD | NEW |