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

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

Issue 10443113: Fix memory leak in OneClickSigninHelperTest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Put back commented out call Created 8 years, 6 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
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 5773 matching lines...) Expand 10 before | Expand all | Expand 10 after
5784 fun:_ZN36RefcountedProfileKeyedServiceFactory20GetServiceForProfileEP7Profile b 5784 fun:_ZN36RefcountedProfileKeyedServiceFactory20GetServiceForProfileEP7Profile b
5785 fun:_ZN36RefcountedProfileKeyedServiceFactory23SetTestingFactoryAndUseEP7Prof ilePF13scoped_refptrI29RefcountedProfileKeyedServiceES1_E 5785 fun:_ZN36RefcountedProfileKeyedServiceFactory23SetTestingFactoryAndUseEP7Prof ilePF13scoped_refptrI29RefcountedProfileKeyedServiceES1_E
5786 fun:_ZN14TestingProfile20CreateWebDataServiceEv 5786 fun:_ZN14TestingProfile20CreateWebDataServiceEv
5787 } 5787 }
5788 { 5788 {
5789 bug_127931 5789 bug_127931
5790 Memcheck:Unaddressable 5790 Memcheck:Unaddressable
5791 fun:_ZN4base6Thread10ThreadMainEv 5791 fun:_ZN4base6Thread10ThreadMainEv
5792 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv 5792 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv
5793 } 5793 }
5794 {
5795 bug_130246
5796 Memcheck:Leak
5797 fun:_Znw*
5798 fun:_ZN16SiteInstanceImpl10GetProcessEv
5799 fun:_ZN7content18RenderViewHostImplC1EPNS_12SiteInstanceEPNS_22RenderViewHost DelegateEPNS_24RenderWidgetHostDelegateEibPNS_23SessionStorageNamespaceE
5800 fun:_ZN21RenderViewHostFactory6CreateEPN7content12SiteInstanceEPNS0_22RenderV iewHostDelegateEPNS0_24RenderWidgetHostDelegateEibPNS0_23SessionStorageNamespace E
5801 fun:_ZN21RenderViewHostManager4InitEPN7content14BrowserContextEPNS0_12SiteIns tanceEi
5802 fun:_ZN15WebContentsImplC2EPN7content14BrowserContextEPNS0_12SiteInstanceEiPK S_PS_P27SessionStorageNamespaceImpl
5803 fun:_ZN7content15TestWebContentsC1EPNS_14BrowserContextEPNS_12SiteInstanceE
5804 fun:_ZN7content17WebContentsTester21CreateTestWebContentsEPNS_14BrowserContex tEPNS_12SiteInstanceE
5805 fun:_ZN12_GLOBAL__N_124OneClickSigninHelperTest21CreateMockWebContentsEb
5806 fun:_ZN*OneClickSigninHelperTest_*
5807 }
5808 5794
5809 { 5795 {
5810 bug_130311 5796 bug_130311
5811 Memcheck:Leak 5797 Memcheck:Leak
5812 fun:_Znw* 5798 fun:_Znw*
5813 fun:_ZN26SQLiteServerBoundCertStore7Backend4LoadEPSt6vectorIPN3net20ServerBou ndCertStore15ServerBoundCertESaIS5_EE 5799 fun:_ZN26SQLiteServerBoundCertStore7Backend4LoadEPSt6vectorIPN3net20ServerBou ndCertStore15ServerBoundCertESaIS5_EE
5814 fun:_ZN26SQLiteServerBoundCertStore4LoadEPSt6vectorIPN3net20ServerBoundCertSt ore15ServerBoundCertESaIS4_EE 5800 fun:_ZN26SQLiteServerBoundCertStore4LoadEPSt6vectorIPN3net20ServerBoundCertSt ore15ServerBoundCertESaIS4_EE
5815 fun:_ZN57SQLiteServerBoundCertStoreTest_TestClearOnExitPolicy_Test8TestBodyEv 5801 fun:_ZN57SQLiteServerBoundCertStoreTest_TestClearOnExitPolicy_Test8TestBodyEv
5816 } 5802 }
5817 5803
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
5860 obj:/lib/libselinux.so.1 5846 obj:/lib/libselinux.so.1
5861 obj:/lib/libselinux.so.1 5847 obj:/lib/libselinux.so.1
5862 } 5848 }
5863 { 5849 {
5864 bug_todo_grep 5850 bug_todo_grep
5865 Memcheck:Leak 5851 Memcheck:Leak
5866 fun:malloc 5852 fun:malloc
5867 obj:/bin/grep 5853 obj:/bin/grep
5868 obj:/bin/grep 5854 obj:/bin/grep
5869 } 5855 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698