Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(986)

Side by Side Diff: tools/heapcheck/suppressions.txt

Issue 9749012: [Sync] Have SyncableService's take ownership of their SyncChangeProcessor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix browser_tests Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 1796 matching lines...) Expand 10 before | Expand all | Expand 10 after
1807 } 1807 }
1808 { 1808 {
1809 bug_116996_d 1809 bug_116996_d
1810 Heapcheck:Leak 1810 Heapcheck:Leak
1811 fun:chromeos::UserManagerImpl::CreateUser 1811 fun:chromeos::UserManagerImpl::CreateUser
1812 fun:chromeos::UserManagerImpl::EnsureUsersLoaded 1812 fun:chromeos::UserManagerImpl::EnsureUsersLoaded
1813 fun:chromeos::UserManagerImpl::GetUsers 1813 fun:chromeos::UserManagerImpl::GetUsers
1814 fun:chromeos::UserManagerTest_*_Test::TestBody 1814 fun:chromeos::UserManagerTest_*_Test::TestBody
1815 } 1815 }
1816 { 1816 {
1817 bug_117098_a
1818 Heapcheck:Leak
1819 fun:base::internal::WeakReferenceOwner::GetRef
1820 fun:base::SupportsWeakPtr::AsWeakPtr
1821 fun:ProfileSyncServicePreferenceTest::StartSyncService
1822 }
1823 {
1824 bug_117098_b
1825 Heapcheck:Leak
1826 fun:__gnu_cxx::new_allocator::allocate
1827 fun:std::_Vector_base::_M_allocate
1828 fun:std::vector::_M_insert_aux
1829 fun:std::vector::push_back
1830 fun:browser_sync::GenericChangeProcessor::ApplyChangesFromSyncModel
1831 }
1832 {
1833 bug_117098_c
1834 Heapcheck:Leak
1835 fun:CreateAndSaveChangeProcessorActionP::gmock_Impl::gmock_PerformImpl
1836 fun:testing::internal::ActionHelper::Perform
1837 fun:CreateAndSaveChangeProcessorActionP::gmock_Impl::Perform
1838 fun:testing::Action::Perform
1839 fun:testing::internal::ActionResultHolder::PerformAction
1840 fun:testing::internal::FunctionMockerBase::UntypedPerformAction
1841 fun:testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith
1842 fun:testing::internal::FunctionMockerBase::InvokeWith
1843 fun:testing::internal::FunctionMocker::Invoke
1844 fun:ProfileSyncComponentsFactoryMock::CreateGenericChangeProcessor
1845 fun:browser_sync::UIDataTypeController::Associate
1846 fun:browser_sync::UIDataTypeController::Start
1847 fun:browser_sync::DataTypeManagerImpl::StartNextType
1848 fun:browser_sync::DataTypeManagerImpl::DownloadReady
1849 }
1850 {
1851 bug_117389 1817 bug_117389
1852 Heapcheck:Leak 1818 Heapcheck:Leak
1853 ... 1819 ...
1854 fun:TestURLRequestContextGetter::GetURLRequestContext 1820 fun:TestURLRequestContextGetter::GetURLRequestContext
1855 ... 1821 ...
1856 fun:notifier::Login::StartConnection 1822 fun:notifier::Login::StartConnection
1857 fun:sync_notifier::InvalidationNotifier::UpdateCredentials 1823 fun:sync_notifier::InvalidationNotifier::UpdateCredentials
1858 fun:sync_notifier::NonBlockingInvalidationNotifier::Core::UpdateCredentials 1824 fun:sync_notifier::NonBlockingInvalidationNotifier::Core::UpdateCredentials
1859 } 1825 }
1860 { 1826 {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1903 fun:base::JSONReader::JsonToValue 1869 fun:base::JSONReader::JsonToValue
1904 fun:base::JSONReader::ReadAndReturnError 1870 fun:base::JSONReader::ReadAndReturnError
1905 fun:gdata::GDataFileSystem::LoadRootFeedOnIOThreadPool 1871 fun:gdata::GDataFileSystem::LoadRootFeedOnIOThreadPool
1906 } 1872 }
1907 { 1873 {
1908 bug_118575 1874 bug_118575
1909 Heapcheck:Leak 1875 Heapcheck:Leak
1910 ... 1876 ...
1911 fun:ModuleSystemTest* 1877 fun:ModuleSystemTest*
1912 } 1878 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698