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

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

Issue 10383167: PPAPI/NaCl: Fix leaky NaClIPCAdapter test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 7 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 | « ipc/ipc_channel_win.cc ('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 1824 matching lines...) Expand 10 before | Expand all | Expand 10 after
1835 fun:SkBitmap::allocPixels 1835 fun:SkBitmap::allocPixels
1836 fun:SkBitmap::allocPixels 1836 fun:SkBitmap::allocPixels
1837 } 1837 }
1838 { 1838 {
1839 bug_127718 1839 bug_127718
1840 Heapcheck:Leak 1840 Heapcheck:Leak
1841 fun:gfx::JPEGCodec::Decode 1841 fun:gfx::JPEGCodec::Decode
1842 fun:history::HistoryBackendTest_DeleteAll_Test::TestBody 1842 fun:history::HistoryBackendTest_DeleteAll_Test::TestBody
1843 } 1843 }
1844 { 1844 {
1845 bug_127954a
1846 Heapcheck:Leak
1847 fun:::NaClIPCAdapterTest::SetUp
1848 }
1849 {
1850 bug_127954b
1851 Heapcheck:Leak
1852 fun:__gnu_cxx::new_allocator::allocate
1853 fun:std::_Vector_base::_M_allocate
1854 fun:std::vector::_M_insert_aux
1855 fun:std::vector::push_back
1856 fun:IPC::TestSink::OnMessageReceived
1857 fun:IPC::TestSink::Send
1858 fun:NaClIPCAdapter::SendMessageOnIOThread
1859 }
1860 {
1861 bug_127954c
1862 Heapcheck:Leak
1863 fun:base::internal::WeakReferenceOwner::GetRef
1864 fun:base::SupportsWeakPtr::AsWeakPtr
1865 fun:*Iterator
1866 fun:IPC::TestSink::OnMessageReceived
1867 fun:IPC::TestSink::Send
1868 fun:NaClIPCAdapter::SendMessageOnIOThread
1869 }
1870 {
1871 bug_127954d
1872 Heapcheck:Leak
1873 fun:Pickle::Resize
1874 fun:Pickle::Pickle
1875 fun:*Message
1876 fun:__gnu_cxx::new_allocator::construct
1877 fun:std::vector::push_back
1878 fun:IPC::TestSink::OnMessageReceived
1879 fun:IPC::TestSink::Send
1880 fun:NaClIPCAdapter::SendMessageOnIOThread
1881 }
1882 {
1883 bug_128145 1845 bug_128145
1884 Heapcheck:Leak 1846 Heapcheck:Leak
1885 ... 1847 ...
1886 fun:BuildWebDataService 1848 fun:BuildWebDataService
1887 fun:RefcountedProfileKeyedServiceFactory::GetServiceForProfile 1849 fun:RefcountedProfileKeyedServiceFactory::GetServiceForProfile
1888 fun:RefcountedProfileKeyedServiceFactory::SetTestingFactoryAndUse 1850 fun:RefcountedProfileKeyedServiceFactory::SetTestingFactoryAndUse
1889 fun:TestingProfile::CreateWebDataService 1851 fun:TestingProfile::CreateWebDataService
1890 } 1852 }
OLDNEW
« no previous file with comments | « ipc/ipc_channel_win.cc ('k') | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698