summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authorisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-12 04:55:47 +0000
committerisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-12 04:55:47 +0000
commit7be0439814ee949d623831ed8cf7eb7b8f0b19cb (patch)
tree0579080b19b76f3ea5c99cbd0a563dd1484ec37e /tools/heapcheck
parentf6fba1016661f8d95c24ca129ca3dd9feb3f310c (diff)
downloadchromium_src-7be0439814ee949d623831ed8cf7eb7b8f0b19cb.zip
chromium_src-7be0439814ee949d623831ed8cf7eb7b8f0b19cb.tar.gz
chromium_src-7be0439814ee949d623831ed8cf7eb7b8f0b19cb.tar.bz2
The AutofillProfileSyncableService's lifetime should be managed by the WebDataService
BUG=96922,96363 TEST=sh tools/valgrind/chrome_tests.sh -t unit_tests --gtest_filter=ProfileSyncServiceAutofillTest.HasProfileEmptySync Review URL: http://codereview.chromium.org/8184001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105016 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt87
1 files changed, 0 insertions, 87 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 40d2e44..c92519c 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1530,93 +1530,6 @@
fun:ComponentUpdaterTest_ProdVersionCheck_Test::TestBody
}
{
- bug_96363a
- Heapcheck:Leak
- ...
- fun:MakeAutofillProfileSyncComponentsActionP3::gmock_Impl::gmock_PerformImpl
- fun:testing::internal::ActionHelper::Perform
- fun:MakeAutofillProfileSyncComponentsActionP3::gmock_Impl::Perform
- fun:testing::Action::Perform
- fun:testing::internal::ActionResultHolder::PerformAction
- fun:testing::internal::FunctionMockerBase::UntypedPerformAction
- fun:testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith
- fun:testing::internal::FunctionMockerBase::InvokeWith
- fun:testing::internal::FunctionMocker::Invoke
- fun:ProfileSyncFactoryMock::CreateAutofillProfileSyncComponents
- fun:browser_sync::AutofillProfileDataTypeController::CreateSyncComponents
- fun:browser_sync::NonFrontendDataTypeController::StartAssociation
-}
-{
- bug_96363b
- Heapcheck:Leak
- fun:__gnu_cxx::new_allocator::allocate
- fun:std::_Vector_base::_M_allocate
- fun:std::vector::_M_insert_aux
- fun:std::vector::push_back
- fun:ScopedVector::push_back
- fun:browser_sync::AutofillProfileSyncableService::ActOnChange
- fun:browser_sync::AutofillProfileSyncableService::Observe
- fun:NotificationService::Notify
-}
-{
- bug_96363c
- Heapcheck:Leak
- fun:__gnu_cxx::new_allocator::allocate
- fun:std::_Vector_base::_M_allocate
- fun:std::vector::_M_insert_aux
- fun:std::vector::push_back
- fun:NotificationRegistrar::Add
- fun:*AutofillProfileSyncableService
- fun:MakeAutofillProfileSyncComponentsActionP4::gmock_Impl::gmock_PerformImpl
- fun:testing::internal::ActionHelper::Perform
- fun:MakeAutofillProfileSyncComponentsActionP4::gmock_Impl::Perform
- fun:testing::Action::Perform
- fun:testing::internal::ActionResultHolder::PerformAction
- fun:testing::internal::FunctionMockerBase::UntypedPerformAction
- fun:testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith
- fun:testing::internal::FunctionMockerBase::InvokeWith
- fun:testing::internal::FunctionMocker::Invoke
- fun:ProfileSyncFactoryMock::CreateAutofillProfileSyncComponents
- fun:browser_sync::AutofillProfileDataTypeController::CreateSyncComponents
- fun:browser_sync::NonFrontendDataTypeController::StartAssociation
-}
-{
- bug_96363d
- Heapcheck:Leak
- fun:__gnu_cxx::new_allocator::allocate
- fun:std::_Vector_base::_M_allocate
- fun:std::vector::_M_allocate_and_copy
- fun:std::vector::operator=
- fun:testing::internal::SetArgumentPointeeAction::Perform
- fun:testing::PolymorphicAction::MonomorphicImpl::Perform
- fun:testing::Action::Perform
- fun:testing::internal::DoBothAction::Impl::Perform
- fun:testing::Action::Perform
- fun:testing::internal::ActionResultHolder::PerformAction
- fun:testing::internal::FunctionMockerBase::UntypedPerformAction
- fun:testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith
- fun:testing::internal::FunctionMockerBase::InvokeWith
- fun:testing::internal::FunctionMocker::Invoke
- fun:AutofillTableMock::GetAutofillProfiles
- fun:browser_sync::AutofillProfileSyncableService::LoadAutofillData
- fun:browser_sync::AutofillProfileSyncableService::MergeDataAndStartSyncing
- fun:browser_sync::SyncableServiceAdapter::AssociateModels
- fun:browser_sync::NonFrontendDataTypeController::StartAssociation
-}
-{
- bug_96363e
- Heapcheck:Leak
- fun:__gnu_cxx::new_allocator::allocate
- fun:std::_Vector_base::_M_allocate
- fun:std::vector::_M_insert_aux
- fun:std::vector::push_back
- fun:ScopedVector::push_back
- fun:browser_sync::AutofillProfileSyncableService::CreateOrUpdateProfile
- fun:browser_sync::AutofillProfileSyncableService::MergeDataAndStartSyncing
- fun:browser_sync::SyncableServiceAdapter::AssociateModels
- fun:browser_sync::NonFrontendDataTypeController::StartAssociation
-}
-{
bug_96904
Heapcheck:Leak
...