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

Side by Side Diff: tools/heapcheck/suppressions.txt

Issue 7387007: Adding usage and quota entry to chrome://settings/cookies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed leak suppressions. 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 | « chrome/chrome_tests.gypi ('k') | 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 1681 matching lines...) Expand 10 before | Expand all | Expand 10 after
1692 ... 1692 ...
1693 fun:?? 1693 fun:??
1694 } 1694 }
1695 { 1695 {
1696 bug_91491 1696 bug_91491
1697 Heapcheck:Leak 1697 Heapcheck:Leak
1698 ... 1698 ...
1699 fun:CrxUpdateService::ProcessPendingItems 1699 fun:CrxUpdateService::ProcessPendingItems
1700 } 1700 }
1701 { 1701 {
1702 bug_91816_a
1703 Heapcheck:Leak
1704 fun:__gnu_cxx::new_allocator::allocate
1705 fun:std::_Vector_base::_M_allocate
1706 fun:std::vector::_M_insert_aux
1707 fun:std::vector::push_back
1708 fun:MockBrowsingDataQuotaHelper::AddHost
1709 fun:MockBrowsingDataQuotaHelper::AddQuotaSamples
1710 fun:::CookiesTreeModelTest::CreateCookiesTreeModelWithInitialSample
1711 }
1712 {
1713 bug_91816_b
1714 Heapcheck:Leak
1715 fun:__gnu_cxx::new_allocator::allocate
1716 fun:std::_Vector_base::_M_allocate
1717 fun:std::vector::_M_insert_aux
1718 fun:std::vector::push_back
1719 fun:MockBrowsingDataQuotaHelper::AddHost
1720 fun:MockBrowsingDataQuotaHelper::AddQuotaSamples
1721 fun:::CookiesTreeModelTest_RemoveSingleCookieNode_Test::TestBody
1722 }
1723 {
1724 bug_91816_c
1725 Heapcheck:Leak
1726 fun:__gnu_cxx::new_allocator::allocate
1727 fun:std::_Vector_base::_M_allocate
1728 fun:std::vector::_M_insert_aux
1729 fun:std::vector::push_back
1730 fun:MockBrowsingDataQuotaHelper::AddHost
1731 fun:MockBrowsingDataQuotaHelper::AddQuotaSamples
1732 fun:::CookiesTreeModelTest_RemoveSingleCookieNodeOf3_Test::TestBody
1733 }
1734 {
1735 bug_91816_d
1736 Heapcheck:Leak
1737 fun:::CookiesTreeModelTest::SetUp
1738 }
1739 {
1740 bug_91816_e
1741 Heapcheck:Leak
1742 fun:BrowserThread::GetMessageLoopProxyForThread
1743 fun:MockBrowsingDataQuotaHelper*
1744 fun:::CookiesTreeModelTest::SetUp
1745 }
1746 {
1747 bug_91816_f
1748 Heapcheck:Leak
1749 fun:::CookiesTreeModelTest_OriginOrdering_Test::TestBody
1750 }
1751 {
1752 bug_91816_g
1753 Heapcheck:Leak
1754 fun:BrowserThread::GetMessageLoopProxyForThread
1755 fun:MockBrowsingDataQuotaHelper*
1756 fun:::CookiesTreeModelTest_OriginOrdering_Test::TestBody
1757 }
1758 {
1759 bug_91816_h
1760 Heapcheck:Leak
1761 fun:::CookiesTreeModelTest_ContentSettings_Test::TestBody
1762 }
1763 {
1764 bug_91816_i
1765 Heapcheck:Leak
1766 fun:BrowserThread::GetMessageLoopProxyForThread
1767 fun:MockBrowsingDataQuotaHelper*
1768 fun:::CookiesTreeModelTest_ContentSettings_Test::TestBody
1769 }
1770 {
1771 bug_91836_a
1772 Heapcheck:Leak
1773 ...
1774 fun:std::basic_string::basic_string
1775 fun:GURL::ComponentString
1776 fun:GURL::host
1777 fun:BrowsingDataQuotaHelperImpl::GotOrigins
1778 fun:void DispatchToMethod
1779 fun:base::ScopedCallbackFactory::CallbackImpl::RunWithParams
1780 fun:CallbackRunner::Run
1781 fun:quota::QuotaManager::GetModifiedSinceTask::DatabaseTaskCompleted
1782 fun:quota::QuotaManager::DatabaseTaskBase::Completed
1783 fun:quota::QuotaTask::CallCompleted
1784 ...
1785 fun:BrowsingDataQuotaHelperTest_FetchData_Test::TestBody
1786 }
1787 {
1788 bug_91836_b
1789 Heapcheck:Leak
1790 fun:BrowsingDataQuotaHelperTest::SetUp
1791 }
1792 {
1793 bug_91836_c
1794 Heapcheck:Leak
1795 fun:quota::QuotaManager::QuotaManager
1796 fun:BrowsingDataQuotaHelperTest::SetUp
1797 }
1798 {
1799 bug_91836_d
1800 Heapcheck:Leak
1801 ...
1802 fun:std::deque::deque
1803 fun:quota::CallbackQueueBase::CallbackQueueBase
1804 fun:quota::CallbackQueue3::CallbackQueue3
1805 fun:quota::QuotaManager::QuotaManager
1806 fun:BrowsingDataQuotaHelperTest::SetUp
1807 }
1808 {
1809 bug_91836_e
1810 Heapcheck:Leak
1811 fun:__gnu_cxx::new_allocator::allocate
1812 ...
1813 fun:std::_Deque_base::_M_initialize_map
1814 fun:std::_Deque_base::_Deque_base
1815 fun:std::deque::deque
1816 fun:quota::CallbackQueueBase::CallbackQueueBase
1817 fun:quota::CallbackQueue3::CallbackQueue3
1818 fun:quota::UsageTracker::UsageTracker
1819 fun:quota::QuotaManager::LazyInitialize
1820 fun:quota::QuotaManager::GetOriginsModifiedSince
1821 fun:BrowsingDataQuotaHelperImpl::FetchQuotaInfo
1822 fun:BrowsingDataQuotaHelperImpl::StartFetching
1823 fun:BrowsingDataQuotaHelperTest::StartFetching
1824 fun:BrowsingDataQuotaHelperTest_Empty_Test::TestBody
1825 }
1826 {
1827 bug_91836_f
1828 Heapcheck:Leak
1829 fun:quota::QuotaManager::LazyInitialize
1830 fun:quota::QuotaManager::GetOriginsModifiedSince
1831 fun:BrowsingDataQuotaHelperImpl::FetchQuotaInfo
1832 fun:BrowsingDataQuotaHelperImpl::StartFetching
1833 fun:BrowsingDataQuotaHelperTest::StartFetching
1834 fun:BrowsingDataQuotaHelperTest_Empty_Test::TestBody
1835 }
1836 {
1837 bug_91836_g
1838 Heapcheck:Leak
1839 ...
1840 fun:std::string::append
1841 fun:FilePath::Append
1842 fun:FilePath::AppendASCII
1843 fun:quota::QuotaManager::LazyInitialize
1844 fun:quota::QuotaManager::GetOriginsModifiedSince
1845 fun:BrowsingDataQuotaHelperImpl::FetchQuotaInfo
1846 fun:BrowsingDataQuotaHelperImpl::StartFetching
1847 fun:BrowsingDataQuotaHelperTest::StartFetching
1848 fun:BrowsingDataQuotaHelperTest_Empty_Test::TestBody
1849 }
1850 {
1851 bug_91836_h
1852 Heapcheck:Leak
1853 ...
1854 fun:std::map::insert
1855 fun:std::map::operator[]
1856 fun:BrowsingDataQuotaHelperImpl::GotHostUsage
1857 fun:void DispatchToMethod
1858 fun:base::ScopedCallbackFactory::CallbackImpl::RunWithParams
1859 fun:CallbackRunner::Run
1860 fun:quota::CallbackQueue3::Run
1861 fun:quota::CallbackQueueMap3::Run
1862 fun:quota::UsageTracker::DidGetClientHostUsage
1863 fun:void DispatchToMethod
1864 fun:base::ScopedCallbackFactory::CallbackImpl::RunWithParams
1865 fun:CallbackRunner::Run
1866 fun:quota::ClientUsageTracker::GetHostUsage
1867 fun:quota::UsageTracker::GetHostUsage
1868 fun:quota::QuotaManager::GetHostUsage
1869 }
1870 {
1871 bug_91836_i
1872 Heapcheck:Leak
1873 fun:quota::QuotaManager::StartEviction
1874 fun:quota::QuotaManager::InitializeTemporaryOriginsInfoTask::DatabaseTaskComp leted
1875 fun:quota::QuotaManager::DatabaseTaskBase::Completed
1876 fun:quota::QuotaTask::CallCompleted
1877 ...
1878 fun:BrowsingDataQuotaHelperTest_Empty_Test::TestBody
1879 }
1880 {
1881 bug_91836_j
1882 Heapcheck:Leak
1883 fun:BrowserThread::GetMessageLoopProxyForThread
1884 fun:BrowsingDataQuotaHelperTest::SetUp
1885 }
1886 {
1887 bug_91836_k
1888 Heapcheck:Leak
1889 fun:quota::QuotaDatabase::LazyOpen
1890 fun:quota::QuotaDatabase::SetGlobalQuota
1891 fun:quota::QuotaManager::InitializeTask::RunOnTargetThread
1892 ...
1893 fun:BrowsingDataQuotaHelperTest_Empty_Test::TestBody
1894 }
1895 {
1896 bug_91836_l
1897 Heapcheck:Leak
1898 fun:__gnu_cxx::new_allocator::allocate
1899 fun:std::string::_Rep::_S_create
1900 fun:std::string::_S_construct
1901 fun:std::string::_S_construct_aux
1902 fun:std::string::_S_construct
1903 fun:std::basic_string::basic_string
1904 fun:file_util::CreateTemporaryDirInDirImpl
1905 fun:file_util::CreateNewTempDirectory
1906 fun:ScopedTempDir::CreateUniqueTempDir
1907 fun:BrowsingDataQuotaHelperTest::SetUp
1908 }
1909 {
1910 bug_91845_a 1702 bug_91845_a
1911 Heapcheck:Leak 1703 Heapcheck:Leak
1912 ... 1704 ...
1913 fun:BrowserAccessibilityManager::CreateAccessibilityTree 1705 fun:BrowserAccessibilityManager::CreateAccessibilityTree
1914 ... 1706 ...
1915 fun:BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test::TestBody 1707 fun:BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test::TestBody
1916 } 1708 }
1917 { 1709 {
1918 bug_91845_b 1710 bug_91845_b
1919 Heapcheck:Leak 1711 Heapcheck:Leak
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
1998 fun:webkit_glue::WebMediaPlayerImpl::Proxy::PipelineEndedTask 1790 fun:webkit_glue::WebMediaPlayerImpl::Proxy::PipelineEndedTask
1999 ... 1791 ...
2000 fun:MediaLeakTest_VideoBear_Test::TestBody 1792 fun:MediaLeakTest_VideoBear_Test::TestBody
2001 } 1793 }
2002 { 1794 {
2003 bug_91950 1795 bug_91950
2004 Heapcheck:Leak 1796 Heapcheck:Leak
2005 fun:WebIntentsRegistry::GetIntentProviders 1797 fun:WebIntentsRegistry::GetIntentProviders
2006 fun:WebIntentsRegistryTest_BasicTests_Test::TestBody 1798 fun:WebIntentsRegistryTest_BasicTests_Test::TestBody
2007 } 1799 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698