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

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 10403002: Suppress leaks of WebDataService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 137086)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -5777,6 +5777,41 @@
fun:_Znw*
fun:_ZN12_GLOBAL__N_118NaClIPCAdapterTest5SetUpEv
}
+{
+ bug_128145a
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZNK21WebDataServiceFactory23BuildServiceInstanceForEP7Profile
+ fun:_ZN36RefcountedProfileKeyedServiceFactory20GetServiceForProfileEP7Profileb
+ fun:_ZN21WebDataServiceFactory13GetForProfileEP7ProfileNS0_17ServiceAccessTypeE
+ fun:_ZN12TokenService10InitializeEPKcP7Profile
+ fun:_ZN13SigninManager10InitializeEP7Profile
+ fun:_ZNK20SigninManagerFactory23BuildServiceInstanceForEP7Profile
+ fun:_ZN26ProfileKeyedServiceFactory20GetServiceForProfileEP7Profileb
+ fun:_ZN20SigninManagerFactory13GetForProfileEP7Profile
+ fun:_ZNK25ProfileSyncServiceFactory23BuildServiceInstanceForEP7Profile
+ fun:_ZN26ProfileKeyedServiceFactory20GetServiceForProfileEP7Profileb
+ fun:_ZN25ProfileSyncServiceFactory13GetForProfileEP7Profile
+ fun:_ZN7BrowserC1ENS_4TypeEP7Profile
+ fun:_ZN7Browser6CreateEP7Profile
+ fun:_ZN25StartupBrowserCreatorImpl17OpenTabsInBrowserEP7BrowserbRKSt6vectorI10StartupTabSaIS3_EE
+ fun:_ZN25StartupBrowserCreatorImpl20ProcessSpecifiedURLsERKSt6vectorI4GURLSaIS1_EE
+ fun:_ZN25StartupBrowserCreatorImpl18ProcessStartupURLsERKSt6vectorI4GURLSaIS1_EE
+ fun:_ZN25StartupBrowserCreatorImpl17ProcessLaunchURLsEbRKSt6vectorI4GURLSaIS1_EE
+ fun:_ZN25StartupBrowserCreatorImpl6LaunchEP7ProfileRKSt6vectorI4GURLSaIS3_EEb
+ fun:_ZN21StartupBrowserCreator13LaunchBrowserERK11CommandLineP7ProfileRK8FilePathN7browser7startup16IsProcessStartupENS9_10IsFirstRunEPi
+ fun:_ZN21StartupBrowserCreator18ProcessCmdLineImplERK11CommandLineRK8FilePathbP7ProfileRKSt6vectorIS7_SaIS7_EEPiPS_
+ fun:_ZN21StartupBrowserCreator5StartERK11CommandLineRK8FilePathP7ProfileRKSt6vectorIS7_SaIS7_EEPi
+}
+{
+ bug_128145b
+ Memcheck:Leak
+ ...
+ fun:_ZL19BuildWebDataServiceP7Profile
+ fun:_ZN36RefcountedProfileKeyedServiceFactory20GetServiceForProfileEP7Profileb
+ fun:_ZN36RefcountedProfileKeyedServiceFactory23SetTestingFactoryAndUseEP7ProfilePF13scoped_refptrI29RefcountedProfileKeyedServiceES1_E
+ fun:_ZN14TestingProfile20CreateWebDataServiceEv
+}
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations
« 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