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

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

Issue 10870095: valgrind: Suppress another leak after r152830 (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 5768 matching lines...) Expand 10 before | Expand all | Expand 10 after
5779 fun:_ZN8appcache19AppCacheStorageImpl10InitializeERK8FilePathPN4base16Message LoopProxyES6_ 5779 fun:_ZN8appcache19AppCacheStorageImpl10InitializeERK8FilePathPN4base16Message LoopProxyES6_
5780 fun:_ZN8appcache15AppCacheService10InitializeERK8FilePathPN4base16MessageLoop ProxyES6_ 5780 fun:_ZN8appcache15AppCacheService10InitializeERK8FilePathPN4base16MessageLoop ProxyES6_
5781 fun:_ZN21ChromeAppCacheService20InitializeOnIOThreadERK8FilePathPN7content15R esourceContextE13scoped_refptrIN5quota20SpecialStoragePolicyEE 5781 fun:_ZN21ChromeAppCacheService20InitializeOnIOThreadERK8FilePathPN7content15R esourceContextE13scoped_refptrIN5quota20SpecialStoragePolicyEE
5782 } 5782 }
5783 { 5783 {
5784 bug_144898 5784 bug_144898
5785 Memcheck:Leak 5785 Memcheck:Leak
5786 fun:_Znw* 5786 fun:_Znw*
5787 fun:_ZN50PrintSystemTaskProxyTest_DetectDuplexModeCUPS_Test8TestBodyEv 5787 fun:_ZN50PrintSystemTaskProxyTest_DetectDuplexModeCUPS_Test8TestBodyEv
5788 } 5788 }
5789 {
5790 bug_144898_b
5791 Memcheck:Leak
5792 fun:_Znw*
5793 fun:_ZN52PrintSystemTaskProxyTest_DetectNoDuplexModeCUPS_Test8TestBodyEv
5794 }
5789 5795
5790 #----------------------------------------------------------------------- 5796 #-----------------------------------------------------------------------
5791 # 4. These only occur on our Google workstations 5797 # 4. These only occur on our Google workstations
5792 5798
5793 { 5799 {
5794 bug_todo_getdelim 5800 bug_todo_getdelim
5795 Memcheck:Leak 5801 Memcheck:Leak
5796 fun:malloc 5802 fun:malloc
5797 fun:getdelim 5803 fun:getdelim
5798 ... 5804 ...
5799 fun:call_init 5805 fun:call_init
5800 fun:_dl_init 5806 fun:_dl_init
5801 } 5807 }
5802 { 5808 {
5803 bug_todo_getdelim2 5809 bug_todo_getdelim2
5804 Memcheck:Leak 5810 Memcheck:Leak
5805 fun:malloc 5811 fun:malloc
5806 fun:getdelim 5812 fun:getdelim
5807 obj:/lib/libselinux.so.1 5813 obj:/lib/libselinux.so.1
5808 obj:/lib/libselinux.so.1 5814 obj:/lib/libselinux.so.1
5809 obj:/lib/libselinux.so.1 5815 obj:/lib/libselinux.so.1
5810 } 5816 }
5811 { 5817 {
5812 bug_todo_grep 5818 bug_todo_grep
5813 Memcheck:Leak 5819 Memcheck:Leak
5814 fun:malloc 5820 fun:malloc
5815 obj:/bin/grep 5821 obj:/bin/grep
5816 obj:/bin/grep 5822 obj:/bin/grep
5817 } 5823 }
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