From 1917502caa4e45c805f28ab1dd1dfc2248ea4fe0 Mon Sep 17 00:00:00 2001 From: "cbentzel@chromium.org" Date: Thu, 17 Feb 2011 17:04:36 +0000 Subject: Suppressions for BrowserRenderProcessHost::CreateMessageFilters BUG=73299 TEST=None Review URL: http://codereview.chromium.org/6519054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75280 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/memcheck/suppressions.txt | 26 ++++++++++++++++++++++++++ tools/valgrind/memcheck/suppressions_mac.txt | 26 ++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) (limited to 'tools') diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index b22c91d..cae8cd6 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -3767,3 +3767,29 @@ fun:_ZN29ExtensionSpecialStoragePolicy18IsStorage*ERK4GURL fun:_ZN*ExtensionSpecialStoragePolicyTest_*_Test8TestBodyEv } +{ + bug_73299_a + Memcheck:Leak + fun:_Znw* + fun:_ZN24BrowserRenderProcessHost20CreateMessageFiltersEv + fun:_ZN24BrowserRenderProcessHost4InitEbb + fun:_ZN14RenderViewHost16CreateRenderViewERKSbItN4base20string16_char_traitsESaItEE + fun:_ZN11TabContents32CreateRenderViewForRenderManagerEP14RenderViewHost + fun:_ZN21RenderViewHostManager14InitRenderViewEP14RenderViewHostRK15NavigationEntry + fun:_ZN21RenderViewHostManager8NavigateERK15NavigationEntry + fun:_ZN11TabContents15NavigateToEntryERK15NavigationEntryN20NavigationController10ReloadTypeE + fun:_ZN11TabContents22NavigateToPendingEntryEN20NavigationController10ReloadTypeE + fun:_ZN20NavigationController22NavigateToPendingEntryENS_10ReloadTypeE + fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry + fun:_ZN20NavigationController7LoadURLERK4GURLS2_j + fun:_ZN7browser8NavigateEPNS_14NavigateParamsE + fun:_ZN11BrowserInit17LaunchWithProfile17OpenTabsInBrowserEP7BrowserbRKSt6vectorINS0_3TabESaIS4_EE + fun:_ZN11BrowserInit17LaunchWithProfile17OpenURLsInBrowserEP7BrowserbRKSt6vectorI4GURLSaIS4_EE + fun:_ZN11BrowserInit17LaunchWithProfile17ProcessLaunchURLsEbRKSt6vectorI4GURLSaIS2_EE + fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7ProfileRKSt6vectorI4GURLSaIS4_EEb + fun:_ZN11BrowserInit13LaunchBrowserERK11CommandLineP7ProfileRK8FilePathbPi + fun:_ZN11BrowserInit18ProcessCmdLineImplERK11CommandLineRK8FilePathbP7ProfilePiPS_ + fun:_ZN11BrowserInit5StartERK11CommandLineRK8FilePathP7ProfilePi + fun:_Z11BrowserMainRK18MainFunctionParams + fun:_ZN47_GLOBAL__N__Z22CheckUserDataDirPolicyP8FilePath23RunNamedProcessTypeMainERKSsRK18MainFunctionParams +} diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index 319a574..37d0349 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -1412,3 +1412,29 @@ fun:_ZN25RenderViewHostTestHarness5SetUpEv fun:_ZN30AutocompleteHistoryManagerTest5SetUpEv } +{ + bug_73299_b + Memcheck:Leak + fun:_Znw* + fun:_ZN24BrowserRenderProcessHost20CreateMessageFiltersEv + fun:_ZN24BrowserRenderProcessHost4InitEbb + fun:_ZN14RenderViewHost16CreateRenderViewERKSbItN4base20string16_char_traitsESaItEE + fun:_ZN13ExtensionHost19CreateRenderViewNowEv + fun:_ZN13ExtensionHost20ProcessCreationQueue14ProcessOneHostEv + fun:_Z16DispatchToMethodIN13ExtensionHost20ProcessCreationQueueEMS1_FvvEEvPT_T0_RK6Tuple0 + fun:_ZN27ScopedRunnableMethodFactoryIN13ExtensionHost20ProcessCreationQueueEE14RunnableMethodIMS1_FvvE6Tuple0E3RunEv + fun:_ZN11MessageLoop7RunTaskEP4Task + fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE + fun:_ZN11MessageLoop6DoWorkEv + fun:_ZN4base24MessagePumpCFRunLoopBase7RunWorkEv + fun:_ZN4base24MessagePumpCFRunLoopBase13RunWorkSourceEPv + fun:CFRunLoopRunSpecific + fun:CFRunLoopRunInMode + fun:RunCurrentEventLoopInMode + fun:ReceiveNextEventCommon + fun:BlockUntilNextEventMatchingListInMode + fun:_DPSNextEvent + fun:-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + fun:-[NSApplication run] + fun:_ZN4base24MessagePumpNSApplication5DoRunEPNS_11MessagePump8DelegateE +} -- cgit v1.1