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

Unified Diff: tools/heapcheck/suppressions.txt

Issue 7491060: Leaks in CookiesTreeModel tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/heapcheck/suppressions.txt
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index ced0a1ffe727c5be243581f456bbb3b3b594bfef..84cdd0d29823f255e8223ab75810623dc5c7a9fc 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1712,3 +1712,72 @@
...
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
+}
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698