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

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

Issue 10828128: Suppress memory leaks in WebsiteSettings/OnUIClosing unit_tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 5802 matching lines...) Expand 10 before | Expand all | Expand 10 after
5813 fun:_mesa_LinkProgramARB 5813 fun:_mesa_LinkProgramARB
5814 fun:glLinkProgram 5814 fun:glLinkProgram
5815 fun:_ZN3gpu5gles214ProgramManager11ProgramInfo4LinkEPNS0_13ShaderManagerEPNS0 _16ShaderTranslatorES6_PNS0_11FeatureInfoE 5815 fun:_ZN3gpu5gles214ProgramManager11ProgramInfo4LinkEPNS0_13ShaderManagerEPNS0 _16ShaderTranslatorES6_PNS0_11FeatureInfoE
5816 fun:_ZN3gpu5gles216GLES2DecoderImpl13DoLinkProgramEj 5816 fun:_ZN3gpu5gles216GLES2DecoderImpl13DoLinkProgramEj
5817 fun:_ZN3gpu5gles216GLES2DecoderImpl17HandleLinkProgramEjRKNS0_11LinkProgramE 5817 fun:_ZN3gpu5gles216GLES2DecoderImpl17HandleLinkProgramEjRKNS0_11LinkProgramE
5818 fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv 5818 fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv
5819 fun:_ZN3gpu13CommandParser14ProcessCommandEv 5819 fun:_ZN3gpu13CommandParser14ProcessCommandEv
5820 fun:_ZN3gpu12GpuScheduler10PutChangedEv 5820 fun:_ZN3gpu12GpuScheduler10PutChangedEv
5821 fun:_ZN6webkit3gpu18GLInProcessContext12PumpCommandsEv 5821 fun:_ZN6webkit3gpu18GLInProcessContext12PumpCommandsEv
5822 } 5822 }
5823 {
5824 bug_140041
5825 Memcheck:Leak
5826 fun:_Znw*
5827 fun:_ZN15WebsiteSettings11OnUIClosingEv
5828 fun:_ZN36WebsiteSettingsTest_ShowInfoBar_Test8TestBodyEv
5829 }
5823 5830
5824 #----------------------------------------------------------------------- 5831 #-----------------------------------------------------------------------
5825 # 4. These only occur on our Google workstations 5832 # 4. These only occur on our Google workstations
5826 5833
5827 { 5834 {
5828 bug_todo_getdelim 5835 bug_todo_getdelim
5829 Memcheck:Leak 5836 Memcheck:Leak
5830 fun:malloc 5837 fun:malloc
5831 fun:getdelim 5838 fun:getdelim
5832 ... 5839 ...
5833 fun:call_init 5840 fun:call_init
5834 fun:_dl_init 5841 fun:_dl_init
5835 } 5842 }
5836 { 5843 {
5837 bug_todo_getdelim2 5844 bug_todo_getdelim2
5838 Memcheck:Leak 5845 Memcheck:Leak
5839 fun:malloc 5846 fun:malloc
5840 fun:getdelim 5847 fun:getdelim
5841 obj:/lib/libselinux.so.1 5848 obj:/lib/libselinux.so.1
5842 obj:/lib/libselinux.so.1 5849 obj:/lib/libselinux.so.1
5843 obj:/lib/libselinux.so.1 5850 obj:/lib/libselinux.so.1
5844 } 5851 }
5845 { 5852 {
5846 bug_todo_grep 5853 bug_todo_grep
5847 Memcheck:Leak 5854 Memcheck:Leak
5848 fun:malloc 5855 fun:malloc
5849 obj:/bin/grep 5856 obj:/bin/grep
5850 obj:/bin/grep 5857 obj:/bin/grep
5851 } 5858 }
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