OLD | NEW |
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 1823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1834 } | 1834 } |
1835 { | 1835 { |
1836 bug_246567c | 1836 bug_246567c |
1837 Heapcheck:Leak | 1837 Heapcheck:Leak |
1838 fun:v8::internal::PerThreadAssertScopeBase::AssertData | 1838 fun:v8::internal::PerThreadAssertScopeBase::AssertData |
1839 fun:v8::internal::PerThreadAssertScope::IsAllowed | 1839 fun:v8::internal::PerThreadAssertScope::IsAllowed |
1840 fun:v8::internal::HandleScope::CreateHandle | 1840 fun:v8::internal::HandleScope::CreateHandle |
1841 fun:Handle | 1841 fun:Handle |
1842 } | 1842 } |
1843 { | 1843 { |
1844 bug_246825a | |
1845 Heapcheck:Leak | |
1846 ... | |
1847 fun:sql::Connection::GetCachedStatement | |
1848 ... | |
1849 fun:extensions::ActivityDatabase::Init | |
1850 } | |
1851 { | |
1852 bug_246825b | |
1853 Heapcheck:Leak | |
1854 fun:__gnu_cxx::new_allocator::allocate | |
1855 fun:std::_Vector_base::_M_allocate | |
1856 fun:std::vector::_M_insert_aux | |
1857 fun:std::vector::push_back | |
1858 fun:extensions::ActivityDatabase::RecordAction | |
1859 } | |
1860 { | |
1861 bug_246825c | |
1862 Heapcheck:Leak | |
1863 fun:base::Bind | |
1864 fun:base::BaseTimerMethodPointer::Start | |
1865 fun:extensions::ActivityDatabase::Init | |
1866 } | |
1867 { | |
1868 bug_246825d | |
1869 Heapcheck:Leak | |
1870 ... | |
1871 fun:LogExtensionActivity | |
1872 fun:ExtensionWebRequestEventRouter::DecrementBlockCount | |
1873 fun:ExtensionWebRequestEventRouter::OnEventHandled | |
1874 fun:EventHandledOnIOThread | |
1875 } | |
1876 { | |
1877 bug_246825e | |
1878 Heapcheck:Leak | |
1879 fun:sqlite3MemMalloc | |
1880 ... | |
1881 fun:extensions::ActivityDatabase::Init | |
1882 } | |
1883 { | |
1884 bug_247525 | 1844 bug_247525 |
1885 Heapcheck:Leak | 1845 Heapcheck:Leak |
1886 ... | 1846 ... |
1887 fun:appcache::AppCacheStorageImpl::Initialize | 1847 fun:appcache::AppCacheStorageImpl::Initialize |
1888 fun:appcache::AppCacheService::Initialize | 1848 fun:appcache::AppCacheService::Initialize |
1889 fun:content::ChromeAppCacheService::InitializeOnIOThread | 1849 fun:content::ChromeAppCacheService::InitializeOnIOThread |
1890 } | 1850 } |
OLD | NEW |