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

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

Issue 10861018: Fix memory leaks from adding GPU memory to task manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove suppressions now that issue 143563 is fixed 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 | « 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 5760 matching lines...) Expand 10 before | Expand all | Expand 10 after
5771 } 5771 }
5772 { 5772 {
5773 bug_143545 5773 bug_143545
5774 Memcheck:Uninitialized 5774 Memcheck:Uninitialized
5775 fun:_ZN4aura10RootWindow10ShowCursorEb 5775 fun:_ZN4aura10RootWindow10ShowCursorEb
5776 fun:_ZN3ash5Shell10ShowCursorEb 5776 fun:_ZN3ash5Shell10ShowCursorEb
5777 fun:_ZN3ash13CursorManager10ShowCursorEb 5777 fun:_ZN3ash13CursorManager10ShowCursorEb
5778 fun:_ZN3ash4test11AshTestBase5SetUpEv 5778 fun:_ZN3ash4test11AshTestBase5SetUpEv
5779 } 5779 }
5780 { 5780 {
5781 bug_143563
5782 Memcheck:Leak
5783 fun:_Znw*
5784 ...
5785 fun:_ZN16TaskManagerModel28RefreshVideoMemoryUsageStatsEv
5786 fun:_ZN16TaskManagerModel7RefreshEv
5787 fun:_ZN34TaskManagerTest_RefreshCalled_Test8TestBodyEv
5788 }
5789 {
5790 bug_143565 5781 bug_143565
5791 Memcheck:Leak 5782 Memcheck:Leak
5792 fun:_Znw* 5783 fun:_Znw*
5793 fun:_ZN8appcache19AppCacheStorageImpl10InitializeERK8FilePathPN4base16Message LoopProxyES6_ 5784 fun:_ZN8appcache19AppCacheStorageImpl10InitializeERK8FilePathPN4base16Message LoopProxyES6_
5794 fun:_ZN8appcache15AppCacheService10InitializeERK8FilePathPN4base16MessageLoop ProxyES6_ 5785 fun:_ZN8appcache15AppCacheService10InitializeERK8FilePathPN4base16MessageLoop ProxyES6_
5795 fun:_ZN21ChromeAppCacheService20InitializeOnIOThreadERK8FilePathPN7content15R esourceContextE13scoped_refptrIN5quota20SpecialStoragePolicyEE 5786 fun:_ZN21ChromeAppCacheService20InitializeOnIOThreadERK8FilePathPN7content15R esourceContextE13scoped_refptrIN5quota20SpecialStoragePolicyEE
5796 } 5787 }
5797 5788
5798 #----------------------------------------------------------------------- 5789 #-----------------------------------------------------------------------
5799 # 4. These only occur on our Google workstations 5790 # 4. These only occur on our Google workstations
(...skipping 16 matching lines...) Expand all
5816 obj:/lib/libselinux.so.1 5807 obj:/lib/libselinux.so.1
5817 obj:/lib/libselinux.so.1 5808 obj:/lib/libselinux.so.1
5818 } 5809 }
5819 { 5810 {
5820 bug_todo_grep 5811 bug_todo_grep
5821 Memcheck:Leak 5812 Memcheck:Leak
5822 fun:malloc 5813 fun:malloc
5823 obj:/bin/grep 5814 obj:/bin/grep
5824 obj:/bin/grep 5815 obj:/bin/grep
5825 } 5816 }
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