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 { | 196 |
197 Give breathing room for tracked object tests.. may do better later. | 197 |
198 Heapcheck:Leak | |
199 ... | |
200 fun:tracked_objects::TrackedObjectsTest* | |
201 } | |
202 #----------------------------------------------------------------------- | 198 #----------------------------------------------------------------------- |
203 # 3. Suppressions for real chromium bugs that are not yet fixed. | 199 # 3. Suppressions for real chromium bugs that are not yet fixed. |
204 # These should all be in chromium's bug tracking system (but a few aren't yet). | 200 # These should all be in chromium's bug tracking system (but a few aren't yet). |
205 # Periodically we should sweep this file and the bug tracker clean by | 201 # Periodically we should sweep this file and the bug tracker clean by |
206 # running overnight and removing outdated bugs/suppressions. | 202 # running overnight and removing outdated bugs/suppressions. |
207 { | 203 { |
208 bug_31643 | 204 bug_31643 |
209 Heapcheck:Leak | 205 Heapcheck:Leak |
210 fun:browser_sync::BookmarkModelWorker::CallDoWorkFromModelSafeThreadAndWait | 206 fun:browser_sync::BookmarkModelWorker::CallDoWorkFromModelSafeThreadAndWait |
211 fun:Syncer::SyncShare | 207 fun:Syncer::SyncShare |
(...skipping 1424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1636 fun:base::Callback::Run | 1632 fun:base::Callback::Run |
1637 fun:MessageLoop::RunTask | 1633 fun:MessageLoop::RunTask |
1638 } | 1634 } |
1639 { | 1635 { |
1640 bug_102256 | 1636 bug_102256 |
1641 Heapcheck:Leak | 1637 Heapcheck:Leak |
1642 ... | 1638 ... |
1643 fun:AutocompleteHistoryManager::SendSuggestions | 1639 fun:AutocompleteHistoryManager::SendSuggestions |
1644 fun:AutocompleteHistoryManagerTest_ExternalDelegate_Test::TestBody | 1640 fun:AutocompleteHistoryManagerTest_ExternalDelegate_Test::TestBody |
1645 } | 1641 } |
OLD | NEW |