summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck/suppressions.txt
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-09 23:04:52 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-09 23:04:52 +0000
commit9d6d6e51c6bd220c5ab6a337424e312c1fdc7ad5 (patch)
tree11ee442244993259d59858a97f11bffcc22686ec /tools/heapcheck/suppressions.txt
parent47397c453355a98acd3981767b675c2192e7d275 (diff)
downloadchromium_src-9d6d6e51c6bd220c5ab6a337424e312c1fdc7ad5.zip
chromium_src-9d6d6e51c6bd220c5ab6a337424e312c1fdc7ad5.tar.gz
chromium_src-9d6d6e51c6bd220c5ab6a337424e312c1fdc7ad5.tar.bz2
Add Heapcheck and Valgrind suppressions for leaks in ProfileSyncServicePreferenceTest.
TBR=johnnyg BUG=55031 TEST=Valgrind and Heapcheck Review URL: http://codereview.chromium.org/3302021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59015 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck/suppressions.txt')
-rw-r--r--tools/heapcheck/suppressions.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 46b1199..51012dd 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1005,3 +1005,27 @@
fun:RenderViewTest::SimulateElementClick
fun:RenderViewTest_PageClickTracker_Test::TestBody
}
+{
+ bug_55031_a
+ Heapcheck:Leak
+ fun:SyncSessionContext
+ fun:sync_api::SyncManager::SyncInternal::Init
+ fun:sync_api::SyncManager::Init
+ fun:browser_sync::SyncBackendHost::Core::DoInitialize
+ fun:browser_sync::SyncBackendHost::Core::DoInitializeForTest
+ fun:void DispatchToMethod
+ fun:RunnableMethod::Run
+}
+{
+ bug_55031_b
+ 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:browser_sync::::RegistrationTask::Run
+ ...
+ fun:ProfileSyncServicePreferenceTest::StartSyncService
+ fun:ProfileSyncServicePreferenceTest_*_Test::TestBody
+}