Commit 29854223 authored by dhollowa@chromium.org's avatar dhollowa@chromium.org

Leaks in CookiesTreeModel tests

Adds suppressions for leaks introduced with r95607.

BUG=91816
TEST=Valgrind and HeapCheck bots turn green.

Review URL: http://codereview.chromium.org/7491060

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95624 0039d316-1c4b-4281-b951-d872f2087c98
parent c2910991
...@@ -1712,3 +1712,72 @@ ...@@ -1712,3 +1712,72 @@
... ...
fun:CrxUpdateService::ProcessPendingItems fun:CrxUpdateService::ProcessPendingItems
} }
{
bug_91816_a
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:MockBrowsingDataQuotaHelper::AddHost
fun:MockBrowsingDataQuotaHelper::AddQuotaSamples
fun:::CookiesTreeModelTest::CreateCookiesTreeModelWithInitialSample
}
{
bug_91816_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:MockBrowsingDataQuotaHelper::AddHost
fun:MockBrowsingDataQuotaHelper::AddQuotaSamples
fun:::CookiesTreeModelTest_RemoveSingleCookieNode_Test::TestBody
}
{
bug_91816_c
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:MockBrowsingDataQuotaHelper::AddHost
fun:MockBrowsingDataQuotaHelper::AddQuotaSamples
fun:::CookiesTreeModelTest_RemoveSingleCookieNodeOf3_Test::TestBody
}
{
bug_91816_d
Heapcheck:Leak
fun:::CookiesTreeModelTest::SetUp
}
{
bug_91816_e
Heapcheck:Leak
fun:BrowserThread::GetMessageLoopProxyForThread
fun:MockBrowsingDataQuotaHelper*
fun:::CookiesTreeModelTest::SetUp
}
{
bug_91816_f
Heapcheck:Leak
fun:::CookiesTreeModelTest_OriginOrdering_Test::TestBody
}
{
bug_91816_g
Heapcheck:Leak
fun:BrowserThread::GetMessageLoopProxyForThread
fun:MockBrowsingDataQuotaHelper*
fun:::CookiesTreeModelTest_OriginOrdering_Test::TestBody
}
{
bug_91816_h
Heapcheck:Leak
fun:::CookiesTreeModelTest_ContentSettings_Test::TestBody
}
{
bug_91816_i
Heapcheck:Leak
fun:BrowserThread::GetMessageLoopProxyForThread
fun:MockBrowsingDataQuotaHelper*
fun:::CookiesTreeModelTest_ContentSettings_Test::TestBody
}
...@@ -5227,3 +5227,21 @@ ...@@ -5227,3 +5227,21 @@
obj:/lib/libselinux.so.1 obj:/lib/libselinux.so.1
obj:/lib/libselinux.so.1 obj:/lib/libselinux.so.1
} }
{
bug_91816_a
Memcheck:Leak
fun:_Znw*
fun:_ZN12_GLOBAL__N_120CookiesTreeModelTest5SetUpEv
}
{
bug_91816_b
Memcheck:Leak
fun:_Znw*
fun:_ZN12_GLOBAL__N_140CookiesTreeModelTest_OriginOrdering_Test8TestBodyEv
}
{
bug_91816_c
Memcheck:Leak
fun:_Znw*
fun:_ZN12_GLOBAL__N_141CookiesTreeModelTest_ContentSettings_Test8TestBodyEv
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment