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

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

Issue 10875071: Suppress another memory leak in skia to get the bots green(er) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 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 5806 matching lines...) Expand 10 before | Expand all | Expand 10 after
5817 fun:_ZN8chromeos21DBusThreadManagerImplC1ENS_28DBusClientImplementationTypeE 5817 fun:_ZN8chromeos21DBusThreadManagerImplC1ENS_28DBusClientImplementationTypeE
5818 fun:_ZN8chromeos17DBusThreadManager10InitializeEv 5818 fun:_ZN8chromeos17DBusThreadManager10InitializeEv
5819 fun:_ZN8chromeos23KioskModeIdleLogoutTest5SetUpEv 5819 fun:_ZN8chromeos23KioskModeIdleLogoutTest5SetUpEv
5820 } 5820 }
5821 { 5821 {
5822 bug_144930 5822 bug_144930
5823 Memcheck:Leak 5823 Memcheck:Leak
5824 fun:_Znw* 5824 fun:_Znw*
5825 fun:_ZL20cachedPaintLuminancef 5825 fun:_ZL20cachedPaintLuminancef
5826 } 5826 }
5827 {
5828 bug_144930_b
5829 Memcheck:Leak
5830 fun:_Znw*
5831 fun:_ZL21cachedDeviceLuminancef
5832 }
5827 5833
5828 #----------------------------------------------------------------------- 5834 #-----------------------------------------------------------------------
5829 # 4. These only occur on our Google workstations 5835 # 4. These only occur on our Google workstations
5830 5836
5831 { 5837 {
5832 bug_todo_getdelim 5838 bug_todo_getdelim
5833 Memcheck:Leak 5839 Memcheck:Leak
5834 fun:malloc 5840 fun:malloc
5835 fun:getdelim 5841 fun:getdelim
5836 ... 5842 ...
5837 fun:call_init 5843 fun:call_init
5838 fun:_dl_init 5844 fun:_dl_init
5839 } 5845 }
5840 { 5846 {
5841 bug_todo_getdelim2 5847 bug_todo_getdelim2
5842 Memcheck:Leak 5848 Memcheck:Leak
5843 fun:malloc 5849 fun:malloc
5844 fun:getdelim 5850 fun:getdelim
5845 obj:/lib/libselinux.so.1 5851 obj:/lib/libselinux.so.1
5846 obj:/lib/libselinux.so.1 5852 obj:/lib/libselinux.so.1
5847 obj:/lib/libselinux.so.1 5853 obj:/lib/libselinux.so.1
5848 } 5854 }
5849 { 5855 {
5850 bug_todo_grep 5856 bug_todo_grep
5851 Memcheck:Leak 5857 Memcheck:Leak
5852 fun:malloc 5858 fun:malloc
5853 obj:/bin/grep 5859 obj:/bin/grep
5854 obj:/bin/grep 5860 obj:/bin/grep
5855 } 5861 }
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