From fc91e6d143089124630727a86042111a7c1950ae Mon Sep 17 00:00:00 2001 From: "jochen@chromium.org" Date: Wed, 4 May 2011 21:35:42 +0000 Subject: Widen suppression for MessageLoopProxy creation during AutomationProvider startup BUG=81438 TEST=none TBR=glider@chromium.org Review URL: http://codereview.chromium.org/6933017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84136 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/memcheck/suppressions.txt | 35 +++++--------------------------- 1 file changed, 5 insertions(+), 30 deletions(-) (limited to 'tools') diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 248ce3e..2e37189 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -4565,36 +4565,11 @@ { bug_81438 Memcheck:Leak - fun:_Znw* - fun:_ZN4base16MessageLoopProxy22CreateForCurrentThreadEv - fun:_ZN3IPC12ChannelProxy7ContextC2EPNS_7Channel8ListenerEPN4base16MessageLoopProxyE - fun:_ZN3IPC11SyncChannel11SyncContextC2EPNS_7Channel8ListenerEPN4base16MessageLoopProxyEPNS5_13WaitableEventE - fun:_ZN3IPC11SyncChannel11SyncContextC1EPNS_7Channel8ListenerEPN4base16MessageLoopProxyEPNS5_13WaitableEventE - fun:_ZN3IPC11SyncChannelC2ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8ListenerEPN4base16MessageLoopProxyEbPNS8_13WaitableEventE - fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8ListenerEPN4base16MessageLoopProxyEbPNS8_13WaitableEventE - fun:_ZN18AutomationProvider17InitializeChannelERKSs - fun:_ZN11BrowserInit24CreateAutomationProviderI25TestingAutomationProviderEEbRKSsP7Profilem - fun:_ZN11BrowserInit18ProcessCmdLineImplERK11CommandLineRK8FilePathbP7ProfilePiPS_ - fun:_ZN11BrowserInit5StartERK11CommandLineRK8FilePathP7ProfilePi - fun:_Z11BrowserMainRK18MainFunctionParams -} -{ - bug_81441 - Memcheck:Leak - fun:_Znw* - fun:_ZN4base16MessageLoopProxy22CreateForCurrentThreadEv - fun:_ZN3IPC11SyncChannel20ReceivedSyncMsgQueueC2Ev - fun:_ZN3IPC11SyncChannel20ReceivedSyncMsgQueueC1Ev - fun:_ZN3IPC11SyncChannel20ReceivedSyncMsgQueue10AddContextEv - fun:_ZN3IPC11SyncChannel11SyncContextC2EPNS_7Channel8ListenerEPN4base16MessageLoopProxyEPNS5_13WaitableEventE - fun:_ZN3IPC11SyncChannel11SyncContextC1EPNS_7Channel8ListenerEPN4base16MessageLoopProxyEPNS5_13WaitableEventE - fun:_ZN3IPC11SyncChannelC2ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8ListenerEPN4base16MessageLoopProxyEbPNS8_13WaitableEventE - fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8ListenerEPN4base16MessageLoopProxyEbPNS8_13WaitableEventE - fun:_ZN18AutomationProvider17InitializeChannelERKSs - fun:_ZN11BrowserInit24CreateAutomationProviderI25TestingAutomationProviderEEbRKSsP7Profilem - fun:_ZN11BrowserInit18ProcessCmdLineImplERK11CommandLineRK8FilePathbP7ProfilePiPS_ - fun:_ZN11BrowserInit5StartERK11CommandLineRK8FilePathP7ProfilePi - fun:_Z11BrowserMainRK18MainFunctionParams + ... + fun:*base16MessageLoopProxy22CreateForCurrentThread* + ... + fun:*AutomationProvider17InitializeChannel* + fun:*BrowserInit24CreateAutomationProvider*TestingAutomationProvider* } #----------------------------------------------------------------------- # These only occur on our Google workstations -- cgit v1.1