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

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

Issue 10882053: Fixed memory leak. (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 | « 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 5763 matching lines...) Expand 10 before | Expand all | Expand 10 after
5774 } 5774 }
5775 { 5775 {
5776 bug_143565 5776 bug_143565
5777 Memcheck:Leak 5777 Memcheck:Leak
5778 fun:_Znw* 5778 fun:_Znw*
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
5785 Memcheck:Leak
5786 fun:_Znw*
5787 fun:_ZN50PrintSystemTaskProxyTest_DetectDuplexModeCUPS_Test8TestBodyEv
5788 }
5789 {
5790 bug_144898_b
5791 Memcheck:Leak
5792 fun:_Znw*
5793 fun:_ZN52PrintSystemTaskProxyTest_DetectNoDuplexModeCUPS_Test8TestBodyEv
5794 }
5795 {
5796 bug_144913 5784 bug_144913
5797 Memcheck:Leak 5785 Memcheck:Leak
5798 fun:_Znw* 5786 fun:_Znw*
5799 fun:_ZN8chromeos30BluetoothAdapterClientStubImplC1Ev 5787 fun:_ZN8chromeos30BluetoothAdapterClientStubImplC1Ev
5800 fun:_ZN8chromeos22BluetoothAdapterClient6CreateENS_28DBusClientImplementation TypeEPN4dbus3BusEPNS_22BluetoothManagerClientE 5788 fun:_ZN8chromeos22BluetoothAdapterClient6CreateENS_28DBusClientImplementation TypeEPN4dbus3BusEPNS_22BluetoothManagerClientE
5801 fun:_ZN8chromeos21DBusThreadManagerImplC1ENS_28DBusClientImplementationTypeE 5789 fun:_ZN8chromeos21DBusThreadManagerImplC1ENS_28DBusClientImplementationTypeE
5802 fun:_ZN8chromeos17DBusThreadManager10InitializeEv 5790 fun:_ZN8chromeos17DBusThreadManager10InitializeEv
5803 fun:_ZN8chromeos23KioskModeIdleLogoutTest5SetUpEv 5791 fun:_ZN8chromeos23KioskModeIdleLogoutTest5SetUpEv
5804 } 5792 }
5805 { 5793 {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
5840 obj:/lib/libselinux.so.1 5828 obj:/lib/libselinux.so.1
5841 obj:/lib/libselinux.so.1 5829 obj:/lib/libselinux.so.1
5842 } 5830 }
5843 { 5831 {
5844 bug_todo_grep 5832 bug_todo_grep
5845 Memcheck:Leak 5833 Memcheck:Leak
5846 fun:malloc 5834 fun:malloc
5847 obj:/bin/grep 5835 obj:/bin/grep
5848 obj:/bin/grep 5836 obj:/bin/grep
5849 } 5837 }
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