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

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

Issue 10824369: Suppress leak in AppCacheStorageImpl (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 5785 matching lines...) Expand 10 before | Expand all | Expand 10 after
5796 } 5796 }
5797 { 5797 {
5798 bug_143563 5798 bug_143563
5799 Memcheck:Leak 5799 Memcheck:Leak
5800 fun:_Znw* 5800 fun:_Znw*
5801 ... 5801 ...
5802 fun:_ZN16TaskManagerModel28RefreshVideoMemoryUsageStatsEv 5802 fun:_ZN16TaskManagerModel28RefreshVideoMemoryUsageStatsEv
5803 fun:_ZN16TaskManagerModel7RefreshEv 5803 fun:_ZN16TaskManagerModel7RefreshEv
5804 fun:_ZN34TaskManagerTest_RefreshCalled_Test8TestBodyEv 5804 fun:_ZN34TaskManagerTest_RefreshCalled_Test8TestBodyEv
5805 } 5805 }
5806 {
5807 bug_143565
5808 Memcheck:Leak
5809 fun:_Znw*
5810 fun:_ZN8appcache19AppCacheStorageImpl10InitializeERK8FilePathPN4base16Message LoopProxyES6_
5811 fun:_ZN8appcache15AppCacheService10InitializeERK8FilePathPN4base16MessageLoop ProxyES6_
5812 fun:_ZN21ChromeAppCacheService20InitializeOnIOThreadERK8FilePathPN7content15R esourceContextE13scoped_refptrIN5quota20SpecialStoragePolicyEE
5813 }
5806 5814
5807 #----------------------------------------------------------------------- 5815 #-----------------------------------------------------------------------
5808 # 4. These only occur on our Google workstations 5816 # 4. These only occur on our Google workstations
5809 5817
5810 { 5818 {
5811 bug_todo_getdelim 5819 bug_todo_getdelim
5812 Memcheck:Leak 5820 Memcheck:Leak
5813 fun:malloc 5821 fun:malloc
5814 fun:getdelim 5822 fun:getdelim
5815 ... 5823 ...
5816 fun:call_init 5824 fun:call_init
5817 fun:_dl_init 5825 fun:_dl_init
5818 } 5826 }
5819 { 5827 {
5820 bug_todo_getdelim2 5828 bug_todo_getdelim2
5821 Memcheck:Leak 5829 Memcheck:Leak
5822 fun:malloc 5830 fun:malloc
5823 fun:getdelim 5831 fun:getdelim
5824 obj:/lib/libselinux.so.1 5832 obj:/lib/libselinux.so.1
5825 obj:/lib/libselinux.so.1 5833 obj:/lib/libselinux.so.1
5826 obj:/lib/libselinux.so.1 5834 obj:/lib/libselinux.so.1
5827 } 5835 }
5828 { 5836 {
5829 bug_todo_grep 5837 bug_todo_grep
5830 Memcheck:Leak 5838 Memcheck:Leak
5831 fun:malloc 5839 fun:malloc
5832 obj:/bin/grep 5840 obj:/bin/grep
5833 obj:/bin/grep 5841 obj:/bin/grep
5834 } 5842 }
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