diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-19 19:03:40 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-19 19:03:40 +0000 |
commit | 059d2be690edceee4203e0ba5f217b909cb0f28f (patch) | |
tree | ebd3d17fee9bf4be31e742e65c00b4e2f091e373 /tools | |
parent | e424326059b61d7754df81068a576768db0c1edd (diff) | |
download | chromium_src-059d2be690edceee4203e0ba5f217b909cb0f28f.zip chromium_src-059d2be690edceee4203e0ba5f217b909cb0f28f.tar.gz chromium_src-059d2be690edceee4203e0ba5f217b909cb0f28f.tar.bz2 |
Generalize suppression for 56090
TBR=atwilson@chromium.org
BUG=56090,110741
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9254032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118330 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 50 |
1 files changed, 1 insertions, 49 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 9b2f58c..5302208 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -2267,47 +2267,11 @@ fun:_ZN21MockRenderProcessHost*Profile } { - bug_56090a + bug_56090 Memcheck:Leak fun:_Znw* fun:_ZN11ProfileImpl20CreateWebDataServiceEv fun:_ZN11ProfileImpl17GetWebDataServiceEN7Profile17ServiceAccessTypeE - fun:_ZN12TokenService10InitializeEPKcP7Profile - fun:_ZN13SigninManager10InitializeEP7Profile - fun:_ZN11ProfileImpl* -} -{ - bug_56090b - Memcheck:Leak - fun:_Znw* - fun:_ZN11ProfileImpl20CreateWebDataServiceEv - fun:_ZN11ProfileImpl17GetWebDataServiceEN7Profile17ServiceAccessTypeE - fun:_ZN19PersonalDataManager12LoadProfilesEv - fun:_ZN19PersonalDataManager4InitEP7Profile - fun:_ZN11ProfileImpl22GetPersonalDataManagerEv - fun:_ZN15AutofillManagerC1EP11TabContents - ... - fun:_ZN11TabContentsC1EP7ProfileP12SiteInstanceiPKS_P23SessionStorageNamespace - fun:_ZN7Browser18TabContentsFactoryEP7ProfileP12SiteInstanceiPK11TabContentsP23SessionStorageNamespace - fun:_ZN7browser8NavigateEPNS_14NavigateParamsE - fun:_ZN11BrowserInit17LaunchWithProfile17OpenTabsInBrowserEP7BrowserbRKSt6vectorINS0_3TabESaIS4_EE - fun:_ZN11BrowserInit17LaunchWithProfile17OpenURLsInBrowserEP7BrowserbRKSt6vectorI4GURLSaIS4_EE - fun:_ZN11BrowserInit17LaunchWithProfile17ProcessLaunchURLsEbRKSt6vectorI4GURLSaIS2_EE - fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7Profile* - fun:_ZN11BrowserInit13LaunchBrowserERK11CommandLineP7ProfileRK8FilePathbPi - fun:_ZN11BrowserInit18ProcessCmdLineImplERK11CommandLineRK8FilePathbP7ProfilePiPS_ - fun:_ZN11BrowserInit5StartERK11CommandLineRK8FilePathP7ProfilePi -} -{ - bug_56090c - Memcheck:Leak - fun:_Znw* - fun:_ZN11ProfileImpl20CreateWebDataServiceEv - fun:_ZN11ProfileImpl17GetWebDataServiceEN7Profile17ServiceAccessTypeE - fun:_ZN26AutocompleteHistoryManagerC1EP11TabContents - fun:_ZN18TabContentsWrapperC1EP11TabContents - fun:_ZN7Browser18TabContentsFactoryEP7ProfileP12SiteInstanceiPK11TabContentsP23SessionStorageNamespace - fun:_ZN7browser8NavigateEPNS_14NavigateParamsE } { bug_56676 @@ -5570,18 +5534,6 @@ fun:_ZN15StartupTimeBomb3ArmERKN4base9TimeDeltaE fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv } -{ - bug_110741 - Memcheck:Leak - fun:_Znw* - fun:_ZN11ProfileImpl20CreateWebDataServiceEv - fun:_ZN11ProfileImpl17GetWebDataServiceEN7Profile17ServiceAccessTypeE - fun:_ZN12TokenService10InitializeEPKcP7Profile - fun:_ZN13SigninManager10InitializeEP7Profile - fun:_ZN18ProfileSyncService10InitializeEv - fun:_ZN11ProfileImpl15InitSyncServiceEv - fun:_ZN11ProfileImpl21GetProfileSyncServiceEv -} #----------------------------------------------------------------------- # 4. These only occur on our Google workstations |