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

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

Issue 10908027: Fix an AppCacheStorageImpl leak in SiteInstanceTest.SiteInstanceDestructor by running the message l… (Closed) Base URL: svn://chrome-svn/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 | « content/browser/site_instance_impl_unittest.cc ('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 5650 matching lines...) Expand 10 before | Expand all | Expand 10 after
5661 { 5661 {
5662 bug_143563 5662 bug_143563
5663 Memcheck:Leak 5663 Memcheck:Leak
5664 fun:_Znw* 5664 fun:_Znw*
5665 ... 5665 ...
5666 fun:_ZN16TaskManagerModel28RefreshVideoMemoryUsageStatsEv 5666 fun:_ZN16TaskManagerModel28RefreshVideoMemoryUsageStatsEv
5667 fun:_ZN16TaskManagerModel7RefreshEv 5667 fun:_ZN16TaskManagerModel7RefreshEv
5668 fun:_ZN34TaskManagerTest_RefreshCalled_Test8TestBodyEv 5668 fun:_ZN34TaskManagerTest_RefreshCalled_Test8TestBodyEv
5669 } 5669 }
5670 { 5670 {
5671 bug_143565
5672 Memcheck:Leak
5673 fun:_Znw*
5674 fun:_ZN8appcache19AppCacheStorageImpl10InitializeERK8FilePathPN4base16Message LoopProxyES6_
5675 fun:_ZN8appcache15AppCacheService10InitializeERK8FilePathPN4base16MessageLoop ProxyES6_
5676 fun:_ZN21ChromeAppCacheService20InitializeOnIOThreadERK8FilePathPN7content15R esourceContextE13scoped_refptrIN5quota20SpecialStoragePolicyEE
5677 }
5678 {
5679 bug_144913 5671 bug_144913
5680 Memcheck:Leak 5672 Memcheck:Leak
5681 fun:_Znw* 5673 fun:_Znw*
5682 fun:_ZN8chromeos30BluetoothAdapterClientStubImplC1Ev 5674 fun:_ZN8chromeos30BluetoothAdapterClientStubImplC1Ev
5683 fun:_ZN8chromeos22BluetoothAdapterClient6CreateENS_28DBusClientImplementation TypeEPN4dbus3BusEPNS_22BluetoothManagerClientE 5675 fun:_ZN8chromeos22BluetoothAdapterClient6CreateENS_28DBusClientImplementation TypeEPN4dbus3BusEPNS_22BluetoothManagerClientE
5684 fun:_ZN8chromeos21DBusThreadManagerImplC1ENS_28DBusClientImplementationTypeE 5676 fun:_ZN8chromeos21DBusThreadManagerImplC1ENS_28DBusClientImplementationTypeE
5685 fun:_ZN8chromeos17DBusThreadManager10InitializeEv 5677 fun:_ZN8chromeos17DBusThreadManager10InitializeEv
5686 fun:_ZN8chromeos23KioskModeIdleLogoutTest5SetUpEv 5678 fun:_ZN8chromeos23KioskModeIdleLogoutTest5SetUpEv
5687 } 5679 }
5688 { 5680 {
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
6050 bug_146464 6042 bug_146464
6051 Memcheck:Leak 6043 Memcheck:Leak
6052 fun:realloc 6044 fun:realloc
6053 fun:add_codeset.isra.10 6045 fun:add_codeset.isra.10
6054 ... 6046 ...
6055 fun:XCreatePixmap 6047 fun:XCreatePixmap
6056 fun:XCreateBitmapFromData 6048 fun:XCreateBitmapFromData
6057 ... 6049 ...
6058 fun:_ZN4aura19RootWindowHostLinuxC1EPNS_22RootWindowHostDelegateERKN3gfx4Rect E 6050 fun:_ZN4aura19RootWindowHostLinuxC1EPNS_22RootWindowHostDelegateERKN3gfx4Rect E
6059 } 6051 }
OLDNEW
« no previous file with comments | « content/browser/site_instance_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698