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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1694 matching lines...) Expand 10 before | Expand all | Expand 10 after
1705 fun:*WeakHandleCore 1705 fun:*WeakHandleCore
1706 fun:*WeakHandle 1706 fun:*WeakHandle
1707 fun:sync_api::SyncManager::SyncInternal::Init 1707 fun:sync_api::SyncManager::SyncInternal::Init
1708 } 1708 }
1709 { 1709 {
1710 bug_91491 1710 bug_91491
1711 Heapcheck:Leak 1711 Heapcheck:Leak
1712 ... 1712 ...
1713 fun:CrxUpdateService::ProcessPendingItems 1713 fun:CrxUpdateService::ProcessPendingItems
1714 } 1714 }
1715 {
1716 bug_91816_a
1717 Heapcheck:Leak
1718 fun:__gnu_cxx::new_allocator::allocate
1719 fun:std::_Vector_base::_M_allocate
1720 fun:std::vector::_M_insert_aux
1721 fun:std::vector::push_back
1722 fun:MockBrowsingDataQuotaHelper::AddHost
1723 fun:MockBrowsingDataQuotaHelper::AddQuotaSamples
1724 fun:::CookiesTreeModelTest::CreateCookiesTreeModelWithInitialSample
1725 }
1726 {
1727 bug_91816_b
1728 Heapcheck:Leak
1729 fun:__gnu_cxx::new_allocator::allocate
1730 fun:std::_Vector_base::_M_allocate
1731 fun:std::vector::_M_insert_aux
1732 fun:std::vector::push_back
1733 fun:MockBrowsingDataQuotaHelper::AddHost
1734 fun:MockBrowsingDataQuotaHelper::AddQuotaSamples
1735 fun:::CookiesTreeModelTest_RemoveSingleCookieNode_Test::TestBody
1736 }
1737 {
1738 bug_91816_c
1739 Heapcheck:Leak
1740 fun:__gnu_cxx::new_allocator::allocate
1741 fun:std::_Vector_base::_M_allocate
1742 fun:std::vector::_M_insert_aux
1743 fun:std::vector::push_back
1744 fun:MockBrowsingDataQuotaHelper::AddHost
1745 fun:MockBrowsingDataQuotaHelper::AddQuotaSamples
1746 fun:::CookiesTreeModelTest_RemoveSingleCookieNodeOf3_Test::TestBody
1747 }
1748 {
1749 bug_91816_d
1750 Heapcheck:Leak
1751 fun:::CookiesTreeModelTest::SetUp
1752 }
1753 {
1754 bug_91816_e
1755 Heapcheck:Leak
1756 fun:BrowserThread::GetMessageLoopProxyForThread
1757 fun:MockBrowsingDataQuotaHelper*
1758 fun:::CookiesTreeModelTest::SetUp
1759 }
1760 {
1761 bug_91816_f
1762 Heapcheck:Leak
1763 fun:::CookiesTreeModelTest_OriginOrdering_Test::TestBody
1764 }
1765 {
1766 bug_91816_g
1767 Heapcheck:Leak
1768 fun:BrowserThread::GetMessageLoopProxyForThread
1769 fun:MockBrowsingDataQuotaHelper*
1770 fun:::CookiesTreeModelTest_OriginOrdering_Test::TestBody
1771 }
1772 {
1773 bug_91816_h
1774 Heapcheck:Leak
1775 fun:::CookiesTreeModelTest_ContentSettings_Test::TestBody
1776 }
1777 {
1778 bug_91816_i
1779 Heapcheck:Leak
1780 fun:BrowserThread::GetMessageLoopProxyForThread
1781 fun:MockBrowsingDataQuotaHelper*
1782 fun:::CookiesTreeModelTest_ContentSettings_Test::TestBody
1783 }
OLDNEW
« 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