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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 fun:*basic_string* | 186 fun:*basic_string* |
187 fun:disk_cache::Stats::Init | 187 fun:disk_cache::Stats::Init |
188 } | 188 } |
189 { | 189 { |
190 Intentional LeakyLazyInstanceTraits leaks | 190 Intentional LeakyLazyInstanceTraits leaks |
191 Heapcheck:Leak | 191 Heapcheck:Leak |
192 ... | 192 ... |
193 fun:base::LeakyLazyInstanceTraits::New | 193 fun:base::LeakyLazyInstanceTraits::New |
194 fun:base::LazyInstance::Pointer | 194 fun:base::LazyInstance::Pointer |
195 } | 195 } |
| 196 { |
| 197 Intentional leak in object tracking statics to avoid shutdown race |
| 198 Heapcheck:Leak |
| 199 ... |
| 200 fun:tracked_objects::ThreadData::Initialize* |
| 201 } |
| 202 { |
| 203 Intentional leak in object tracking of thread context to avoid shutdown race |
| 204 Heapcheck:Leak |
| 205 fun:tracked_objects::ThreadData::Get |
| 206 } |
| 207 { |
| 208 Intentional leak of task birth and death data to avoid shutdown race |
| 209 Heapcheck:Leak |
| 210 ... |
| 211 fun:tracked_objects::ThreadData::TallyA* |
| 212 } |
| 213 |
| 214 |
196 #----------------------------------------------------------------------- | 215 #----------------------------------------------------------------------- |
197 # 3. Suppressions for real chromium bugs that are not yet fixed. | 216 # 3. Suppressions for real chromium bugs that are not yet fixed. |
198 # These should all be in chromium's bug tracking system (but a few aren't yet). | 217 # These should all be in chromium's bug tracking system (but a few aren't yet). |
199 # Periodically we should sweep this file and the bug tracker clean by | 218 # Periodically we should sweep this file and the bug tracker clean by |
200 # running overnight and removing outdated bugs/suppressions. | 219 # running overnight and removing outdated bugs/suppressions. |
201 { | 220 { |
202 bug_31643 | 221 bug_31643 |
203 Heapcheck:Leak | 222 Heapcheck:Leak |
204 fun:browser_sync::BookmarkModelWorker::CallDoWorkFromModelSafeThreadAndWait | 223 fun:browser_sync::BookmarkModelWorker::CallDoWorkFromModelSafeThreadAndWait |
205 fun:Syncer::SyncShare | 224 fun:Syncer::SyncShare |
(...skipping 1424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1630 fun:base::Callback::Run | 1649 fun:base::Callback::Run |
1631 fun:MessageLoop::RunTask | 1650 fun:MessageLoop::RunTask |
1632 } | 1651 } |
1633 { | 1652 { |
1634 bug_102256 | 1653 bug_102256 |
1635 Heapcheck:Leak | 1654 Heapcheck:Leak |
1636 ... | 1655 ... |
1637 fun:AutocompleteHistoryManager::SendSuggestions | 1656 fun:AutocompleteHistoryManager::SendSuggestions |
1638 fun:AutocompleteHistoryManagerTest_ExternalDelegate_Test::TestBody | 1657 fun:AutocompleteHistoryManagerTest_ExternalDelegate_Test::TestBody |
1639 } | 1658 } |
OLD | NEW |