diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-04 21:35:42 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-04 21:35:42 +0000 |
commit | fc91e6d143089124630727a86042111a7c1950ae (patch) | |
tree | 0cb81c4da07e63e958d3b2371e9c93e51394d055 /tools | |
parent | 3fedb0433c996ff640c3d4d02574e3f57f74ac2d (diff) | |
download | chromium_src-fc91e6d143089124630727a86042111a7c1950ae.zip chromium_src-fc91e6d143089124630727a86042111a7c1950ae.tar.gz chromium_src-fc91e6d143089124630727a86042111a7c1950ae.tar.bz2 |
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
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 35 |
1 files changed, 5 insertions, 30 deletions
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 |