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

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 10837049: Fix memory leak in WebsiteSettingsTest.ShowInfoBar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Delete InfoBarDelegate via InfoBarClosed() method. Created 8 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 | « tools/heapcheck/suppressions.txt ('k') | 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 four kinds of suppressions in this file. 1 # There are four 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 5823 matching lines...) Expand 10 before | Expand all | Expand 10 after
5834 fun:glLinkProgram 5834 fun:glLinkProgram
5835 fun:_ZN3gpu5gles214ProgramManager11ProgramInfo4LinkEPNS0_13ShaderManagerEPNS0 _16ShaderTranslatorES6_PNS0_11FeatureInfoE 5835 fun:_ZN3gpu5gles214ProgramManager11ProgramInfo4LinkEPNS0_13ShaderManagerEPNS0 _16ShaderTranslatorES6_PNS0_11FeatureInfoE
5836 fun:_ZN3gpu5gles216GLES2DecoderImpl13DoLinkProgramEj 5836 fun:_ZN3gpu5gles216GLES2DecoderImpl13DoLinkProgramEj
5837 fun:_ZN3gpu5gles216GLES2DecoderImpl17HandleLinkProgramEjRKNS0_11LinkProgramE 5837 fun:_ZN3gpu5gles216GLES2DecoderImpl17HandleLinkProgramEjRKNS0_11LinkProgramE
5838 fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv 5838 fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv
5839 fun:_ZN3gpu13CommandParser14ProcessCommandEv 5839 fun:_ZN3gpu13CommandParser14ProcessCommandEv
5840 fun:_ZN3gpu12GpuScheduler10PutChangedEv 5840 fun:_ZN3gpu12GpuScheduler10PutChangedEv
5841 fun:_ZN6webkit3gpu18GLInProcessContext12PumpCommandsEv 5841 fun:_ZN6webkit3gpu18GLInProcessContext12PumpCommandsEv
5842 } 5842 }
5843 { 5843 {
5844 bug_140041
5845 Memcheck:Leak
5846 fun:_Znw*
5847 fun:_ZN15WebsiteSettings11OnUIClosingEv
5848 fun:_ZN36WebsiteSettingsTest_ShowInfoBar_Test8TestBodyEv
5849 }
5850 {
5851 bug_140196 5844 bug_140196
5852 Memcheck:Uninitialized 5845 Memcheck:Uninitialized
5853 fun:_ZNK12SkDescriptor6equalsERKS_ 5846 fun:_ZNK12SkDescriptor6equalsERKS_
5854 fun:_ZN12SkGlyphCache10VisitCacheEPK12SkDescriptorPFbPKS_PvES5_ 5847 fun:_ZN12SkGlyphCache10VisitCacheEPK12SkDescriptorPFbPKS_PvES5_
5855 ... 5848 ...
5856 fun:_ZNK7SkPaint14descriptorProcEPK8SkMatrixPFvPK12SkDescriptorPvES6_b 5849 fun:_ZNK7SkPaint14descriptorProcEPK8SkMatrixPFvPK12SkDescriptorPvES6_b
5857 } 5850 }
5858 5851
5859 #----------------------------------------------------------------------- 5852 #-----------------------------------------------------------------------
5860 # 4. These only occur on our Google workstations 5853 # 4. These only occur on our Google workstations
(...skipping 16 matching lines...) Expand all
5877 obj:/lib/libselinux.so.1 5870 obj:/lib/libselinux.so.1
5878 obj:/lib/libselinux.so.1 5871 obj:/lib/libselinux.so.1
5879 } 5872 }
5880 { 5873 {
5881 bug_todo_grep 5874 bug_todo_grep
5882 Memcheck:Leak 5875 Memcheck:Leak
5883 fun:malloc 5876 fun:malloc
5884 obj:/bin/grep 5877 obj:/bin/grep
5885 obj:/bin/grep 5878 obj:/bin/grep
5886 } 5879 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698