diff options
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 |