diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-24 14:42:04 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-24 14:42:04 +0000 |
commit | 3c521f7ca5d09cba6153967e61e6327df0204b02 (patch) | |
tree | 5d844934741f2494ded1e6bc5e4c664ab371f859 /tools | |
parent | b6377105dfe796e793bf066c74126657d4889e42 (diff) | |
download | chromium_src-3c521f7ca5d09cba6153967e61e6327df0204b02.zip chromium_src-3c521f7ca5d09cba6153967e61e6327df0204b02.tar.gz chromium_src-3c521f7ca5d09cba6153967e61e6327df0204b02.tar.bz2 |
Some suppressions for the mac_valgrind trybot
Extend the suppression for gleUpdateState (issue 79994)
Extend the suppression for HALCADClient::AddPropertyListener (issue 46186)
Suppress a leak in InProcessBrowserTest.Empty (issue 101359)
Extend the suppression for the leaks in SecTrustEvaluate (issue 96300)
Issue 79878 is a metabug for mac_valgrind trybot issues.
TBR=oshima
BUG=46186,79994,79878,96300,101359
Review URL: http://codereview.chromium.org/8381008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106914 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 57 |
1 files changed, 23 insertions, 34 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index 1241708..077da81 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -727,28 +727,13 @@ { bug_46186_d Memcheck:Leak - fun:_Znw* - fun:_ZN12HALCADClient19AddPropertyListenerEmPK26AudioObjectPropertyAddressPFlmmS2_PvES3_ - fun:_ZN16HALDefaultDevice22InstallServerListenersEv - fun:_ZN16HALDefaultDevice10InitializeEv - fun:_ZN9HALSystem15InitializeShellEv - fun:_ZN9HALSystem16CheckOutInstanceEv - fun:AudioObjectGetPropertyData - fun:*16HasAudioHardwareEm - fun:_ZN15AudioManagerMac21HasAudioOutputDevicesEv -} -{ - bug_46186_e - Memcheck:Leak - fun:_Znw* + ... fun:_ZN12HALCADClient19AddPropertyListenerEmPK26AudioObjectPropertyAddressPFlmmS2_PvES3_ + ... fun:_ZN9HALSystem15InitializeShellEv fun:_ZN9HALSystem16CheckOutInstanceEv fun:AudioObjectGetPropertyData - fun:*16HasAudioHardwareEm - fun:_ZN15AudioManagerMac21HasAudioOutputDevicesEv - fun:_ZN5mediaL21HasAudioOutputDevicesEv - fun:_ZN5media45AudioOutputControllerTest_CreateAndClose_Test8TestBodyEv + fun:*16HasAudioHardware* } { bug_47949 @@ -1490,13 +1475,6 @@ fun:gliCreateContext fun:CGLRestoreDispatchFunction fun:CGLCreateContext - fun:-[NSOpenGLContext initWithFormat:shareContext:] - fun:-[AcceleratedPluginView initWithRenderWidgetHostViewMac:pluginHandle:] - fun:_ZN23RenderWidgetHostViewMac30AllocateFakePluginWindowHandleEbb - fun:_ZN27RenderWidgetHostViewMacTest24AddAcceleratedPluginViewEii - fun:_ZN53RenderWidgetHostViewMacTest_FocusAcceleratedView_Test8TestBodyEv - fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc - fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc } { bug_80036 @@ -1816,19 +1794,11 @@ { bug_96300 Memcheck:Leak - fun:malloc ... - fun:_ZN12OCSPResponseC2ERK9cssm_datad - fun:tpVerifyCertGroupWithOCSP - fun:_ZN14AppleTPSession15CertGroupVerifyEllRK14cssm_certgroupPK22cssm_tp_verify_contextP29cssm_tp_verify_context_result - fun:_Z20cssm_CertGroupVerifylllPK14cssm_certgroupPK22cssm_tp_verify_contextP29cssm_tp_verify_context_result - fun:CSSM_TP_CertGroupVerify - fun:_ZN8Security10CssmClient6TPImpl15certGroupVerifyERKNS_9CertGroupERKNS_15TPVerifyContextEPNS_14TPVerifyResultE - fun:_ZN8Security12KeychainCore5Trust8evaluateEv + fun:_ZN8Security12KeychainCore5Trust8evaluate* fun:SecTrustEvaluate fun:_ZNK3net15X509Certificate14VerifyInternalERKSsiPNS_16CertVerifyResultE fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE - fun:_ZN3net44X509CertificateTest_GoogleDigiNotarTest_Test8TestBodyEv } { bug_96559a @@ -1954,3 +1924,22 @@ fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE fun:_ZN11MessageLoop11RunInternalEv } +{ + bug_101359 + Memcheck:Leak + fun:malloc + fun:CGFontNameTableCreate + fun:get_name_table + fun:CGFontCopyPostScriptName + fun:CGFontCreateFontsWithURL + fun:_ZN7TCGFontC2EPK7__CFURLb + fun:_ZNK12TCGFontCache8CopyFontEPK7__CFURL + fun:_ZNK9TBaseFont14CopyNativeFontEv + fun:_ZNK9TBaseFont20CalculateFontMetricsEb + fun:_ZNK9TBaseFont15InitFontMetricsEv + fun:_ZNK9TBaseFont16GetStrikeMetricsEfPK17CGAffineTransformb + fun:_ZNK5TFont17InitStrikeMetricsEv + fun:CTFontGetAscent + fun:__NSFontInstanceInfoInitializeMetricsInfo +} + |