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

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: " 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
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 5829 matching lines...) Expand 10 before | Expand all | Expand 10 after
5840 fun:_mesa_LinkProgramARB 5840 fun:_mesa_LinkProgramARB
5841 fun:glLinkProgram 5841 fun:glLinkProgram
5842 fun:_ZN3gpu5gles214ProgramManager11ProgramInfo4LinkEPNS0_13ShaderManagerEPNS0 _16ShaderTranslatorES6_PNS0_11FeatureInfoE 5842 fun:_ZN3gpu5gles214ProgramManager11ProgramInfo4LinkEPNS0_13ShaderManagerEPNS0 _16ShaderTranslatorES6_PNS0_11FeatureInfoE
5843 fun:_ZN3gpu5gles216GLES2DecoderImpl13DoLinkProgramEj 5843 fun:_ZN3gpu5gles216GLES2DecoderImpl13DoLinkProgramEj
5844 fun:_ZN3gpu5gles216GLES2DecoderImpl17HandleLinkProgramEjRKNS0_11LinkProgramE 5844 fun:_ZN3gpu5gles216GLES2DecoderImpl17HandleLinkProgramEjRKNS0_11LinkProgramE
5845 fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv 5845 fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv
5846 fun:_ZN3gpu13CommandParser14ProcessCommandEv 5846 fun:_ZN3gpu13CommandParser14ProcessCommandEv
5847 fun:_ZN3gpu12GpuScheduler10PutChangedEv 5847 fun:_ZN3gpu12GpuScheduler10PutChangedEv
5848 fun:_ZN6webkit3gpu18GLInProcessContext12PumpCommandsEv 5848 fun:_ZN6webkit3gpu18GLInProcessContext12PumpCommandsEv
5849 } 5849 }
5850 {
5851 bug_140041
5852 Memcheck:Leak
5853 fun:_Znw*
5854 fun:_ZN15WebsiteSettings11OnUIClosingEv
5855 fun:_ZN36WebsiteSettingsTest_ShowInfoBar_Test8TestBodyEv
5856 }
5857 5850
5858 #----------------------------------------------------------------------- 5851 #-----------------------------------------------------------------------
5859 # 4. These only occur on our Google workstations 5852 # 4. These only occur on our Google workstations
5860 5853
5861 { 5854 {
5862 bug_todo_getdelim 5855 bug_todo_getdelim
5863 Memcheck:Leak 5856 Memcheck:Leak
5864 fun:malloc 5857 fun:malloc
5865 fun:getdelim 5858 fun:getdelim
5866 ... 5859 ...
5867 fun:call_init 5860 fun:call_init
5868 fun:_dl_init 5861 fun:_dl_init
5869 } 5862 }
5870 { 5863 {
5871 bug_todo_getdelim2 5864 bug_todo_getdelim2
5872 Memcheck:Leak 5865 Memcheck:Leak
5873 fun:malloc 5866 fun:malloc
5874 fun:getdelim 5867 fun:getdelim
5875 obj:/lib/libselinux.so.1 5868 obj:/lib/libselinux.so.1
5876 obj:/lib/libselinux.so.1 5869 obj:/lib/libselinux.so.1
5877 obj:/lib/libselinux.so.1 5870 obj:/lib/libselinux.so.1
5878 } 5871 }
5879 { 5872 {
5880 bug_todo_grep 5873 bug_todo_grep
5881 Memcheck:Leak 5874 Memcheck:Leak
5882 fun:malloc 5875 fun:malloc
5883 obj:/bin/grep 5876 obj:/bin/grep
5884 obj:/bin/grep 5877 obj:/bin/grep
5885 } 5878 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698