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

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

Issue 9336001: Suppressed leaks in gfx::Path::CreateNativeRegion (issue 112831) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 10 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 | no next file » | 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 980 matching lines...) Expand 10 before | Expand all | Expand 10 after
991 fun:ExtensionService::UninstallExtension 991 fun:ExtensionService::UninstallExtension
992 fun:BackgroundApplicationListModelTest_Load*Extension*_Test::TestBody 992 fun:BackgroundApplicationListModelTest_Load*Extension*_Test::TestBody
993 } 993 }
994 { 994 {
995 bug_73828 995 bug_73828
996 Heapcheck:Leak 996 Heapcheck:Leak
997 ... 997 ...
998 fun:GpuProcessHostUIShim::GetForRenderer 998 fun:GpuProcessHostUIShim::GetForRenderer
999 } 999 }
1000 { 1000 {
1001 bug_75023
1002 Heapcheck:Leak
1003 ...
1004 fun:::DefaultFocusManagerFactory::CreateFocusManager
1005 fun:views::FocusManagerFactory::Create
1006 fun:views::Widget::OnNativeWidgetCreated
1007 fun:views::NativeWidgetAura::InitNativeWidget
1008 fun:views::Widget::Init
1009 fun:views::::NativeWidgetAuraTest_GetClientAreaScreenBounds_Test::TestBody
1010 }
1011 {
1001 bug_76354 1012 bug_76354
1002 Heapcheck:Leak 1013 Heapcheck:Leak
1003 fun:*ViewHostMsg_ResolveProxy 1014 fun:*ViewHostMsg_ResolveProxy
1004 fun:ResolveProxyMsgHelperTest::GenerateReply 1015 fun:ResolveProxyMsgHelperTest::GenerateReply
1005 fun:ResolveProxyMsgHelperTest_*_Test::TestBody 1016 fun:ResolveProxyMsgHelperTest_*_Test::TestBody
1006 } 1017 }
1007 { 1018 {
1008 bug_76644_a 1019 bug_76644_a
1009 Heapcheck:Leak 1020 Heapcheck:Leak
1010 ... 1021 ...
(...skipping 814 matching lines...) Expand 10 before | Expand all | Expand 10 after
1825 fun:v8::internal::HeapSnapshotGenerator::CountEntriesAndReferences 1836 fun:v8::internal::HeapSnapshotGenerator::CountEntriesAndReferences
1826 fun:v8::internal::HeapSnapshotGenerator::GenerateSnapshot 1837 fun:v8::internal::HeapSnapshotGenerator::GenerateSnapshot
1827 fun:v8::internal::HeapProfiler::TakeSnapshotImpl 1838 fun:v8::internal::HeapProfiler::TakeSnapshotImpl
1828 fun:v8::internal::HeapProfiler::TakeSnapshotImpl 1839 fun:v8::internal::HeapProfiler::TakeSnapshotImpl
1829 fun:v8::internal::HeapProfiler::TakeSnapshot 1840 fun:v8::internal::HeapProfiler::TakeSnapshot
1830 fun:v8::HeapProfiler::TakeSnapshot 1841 fun:v8::HeapProfiler::TakeSnapshot
1831 fun:GetNumObjects 1842 fun:GetNumObjects
1832 ... 1843 ...
1833 } 1844 }
1834 1845
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698