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

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

Issue 10872080: Suppress a 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 5800 matching lines...) Expand 10 before | Expand all | Expand 10 after
5811 } 5811 }
5812 { 5812 {
5813 bug_144913_c 5813 bug_144913_c
5814 Memcheck:Leak 5814 Memcheck:Leak
5815 fun:_Znw* 5815 fun:_Znw*
5816 ... 5816 ...
5817 fun:_ZN8chromeos21DBusThreadManagerImplC1ENS_28DBusClientImplementationTypeE 5817 fun:_ZN8chromeos21DBusThreadManagerImplC1ENS_28DBusClientImplementationTypeE
5818 fun:_ZN8chromeos17DBusThreadManager10InitializeEv 5818 fun:_ZN8chromeos17DBusThreadManager10InitializeEv
5819 fun:_ZN8chromeos23KioskModeIdleLogoutTest5SetUpEv 5819 fun:_ZN8chromeos23KioskModeIdleLogoutTest5SetUpEv
5820 } 5820 }
5821 {
5822 bug_144930
5823 Memcheck:Leak
5824 fun:_Znw*
5825 fun:_ZL20cachedPaintLuminancef
5826 }
5821 5827
5822 #----------------------------------------------------------------------- 5828 #-----------------------------------------------------------------------
5823 # 4. These only occur on our Google workstations 5829 # 4. These only occur on our Google workstations
5824 5830
5825 { 5831 {
5826 bug_todo_getdelim 5832 bug_todo_getdelim
5827 Memcheck:Leak 5833 Memcheck:Leak
5828 fun:malloc 5834 fun:malloc
5829 fun:getdelim 5835 fun:getdelim
5830 ... 5836 ...
5831 fun:call_init 5837 fun:call_init
5832 fun:_dl_init 5838 fun:_dl_init
5833 } 5839 }
5834 { 5840 {
5835 bug_todo_getdelim2 5841 bug_todo_getdelim2
5836 Memcheck:Leak 5842 Memcheck:Leak
5837 fun:malloc 5843 fun:malloc
5838 fun:getdelim 5844 fun:getdelim
5839 obj:/lib/libselinux.so.1 5845 obj:/lib/libselinux.so.1
5840 obj:/lib/libselinux.so.1 5846 obj:/lib/libselinux.so.1
5841 obj:/lib/libselinux.so.1 5847 obj:/lib/libselinux.so.1
5842 } 5848 }
5843 { 5849 {
5844 bug_todo_grep 5850 bug_todo_grep
5845 Memcheck:Leak 5851 Memcheck:Leak
5846 fun:malloc 5852 fun:malloc
5847 obj:/bin/grep 5853 obj:/bin/grep
5848 obj:/bin/grep 5854 obj:/bin/grep
5849 } 5855 }
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