Skip to content
Snippets Groups Projects
Commit b71d82c8 authored by glider@chromium.org's avatar glider@chromium.org
Browse files

Suppress Memcheck reports for http://build.chromium.org/p/tryserver.chromium/builders/mac_valgrind

(Mac OS 10.6 trybot):
 -- add a new suppression for bug 46186 (leak in HALCADClient::AddPropertyListener)
 -- expand suppression for bug 49250 (errors in remoting::CapturerMac::CaptureRects)
 -- suppress bug 68090 (conditional junp in BuildMacEncTable)
 -- suppress bug 68092 (uninitialized read in _CGSLockWindow)

BUG=46186,49250,68090,68092
TBR=timurrrr

Review URL: http://codereview.chromium.org/6057005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70194 0039d316-1c4b-4281-b951-d872f2087c98
parent 2b8fa188
No related merge requests found
......@@ -602,7 +602,20 @@
fun:_ZN5media45AudioOutputControllerTest_CreateAndClose_Test8TestBodyEv
fun:_ZN7testingL35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_FS2_vEPKc
}
{
bug_46186_e
Memcheck:Leak
fun:_Znw*
fun:_ZN12HALCADClient19AddPropertyListenerEmPK26AudioObjectPropertyAddressPFlmmS2_PvES3_
fun:_ZN9HALSystem15InitializeShellEv
fun:_ZN9HALSystem16CheckOutInstanceEv
fun:AudioObjectGetPropertyData
fun:_ZN12_GLOBAL__N_116HasAudioHardwareEm
fun:_ZN15AudioManagerMac21HasAudioOutputDevicesEv
fun:_ZN5mediaL21HasAudioOutputDevicesEv
fun:_ZN5media45AudioOutputControllerTest_CreateAndClose_Test8TestBodyEv
fun:_ZN7testingL35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_FS2_vEPKc
}
{
bug_47949
Memcheck:Cond
......@@ -661,8 +674,6 @@
fun:CGLRestoreDispatchFunction
fun:CGLCreateContext
fun:_ZN8remoting11CapturerMac26ScreenConfigurationChangedEv
fun:_ZN8remoting15CapturerMacTest5SetUpEv
fun:_ZN7testingL35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_FS2_vEPKc
}
{
bug_50286
......@@ -1215,3 +1226,54 @@
...
fun:_ZN16ExtensionInfoMap12AddExtensionEPK9Extension
}
{
bug_68090
Memcheck:Cond
fun:_ZL10AddEncHashP12EncHashTablePKhij
fun:_Z16BuildMacEncTablev
fun:_ZN15TParsingContext13GetParseProcsEv
fun:_ZN19TSFNTParsingContext13GetParseProcsEv
fun:_ZN18TCIDParsingContext13GetParseProcsEv
fun:_ZN16TType1OTFCIDFont20ParseCFFCIDFontDictsERK19TType1CFFDescriptorP32Type1ProtectionEvaluationContextRVt
fun:_ZN16TType1OTFCIDFont15ParseCFFCIDFontERK19TType1CFFDescriptorP32Type1ProtectionEvaluationContext
fun:_ZN16TType1OTFCIDFontC2ERK19TType1CFFDescriptor
fun:_ZN10TType1Font7GetFontEPK5TFont
fun:_ZN12TType1StrikeC2EPK5TFontmPK13FontVariationRK15StrikeTransform
fun:_ZN12TType1Strike9GetStrikeERK18TStrikeDescription
fun:_Z19Type1GetStrikeSpecsmPK18TStrikeDescriptionP11StrikeSpecs
fun:_ZNK19TConcreteFontScaler14GetFontMetricsEv
fun:_ZNK19TConcreteFontScaler23GetATSCompatibleMetricsERiS0_S0_S0_S0_S0_S0_
fun:FPFontGetGlyphsForUnichars
fun:_ZNK9TBaseFont20CalculateFontMetricsEb
fun:_ZNK9TBaseFont15InitFontMetricsEv
fun:_ZNK9TBaseFont16GetStrikeMetricsEfPK17CGAffineTransformb
fun:_ZNK5TFont17InitStrikeMetricsEv
fun:CTFontGetAscent
fun:__NSFontInstanceInfoInitializeMetricsInfo
}
{
bug_68092
Memcheck:Addr1
fun:_CGSLockWindow
fun:CGSDeviceLock
fun:ripd_Lock
fun:ripl_BltShape
fun:ripc_Render
fun:ripc_DrawRects
fun:CGContextFillRects
fun:createTopShadowWindow
fun:MetalSheetProgress
fun:_NSMoveHelperTimerCallBack
fun:__CFRunLoopRun
fun:CFRunLoopRunSpecific
fun:CFRunLoopRunInMode
fun:-[NSMoveHelper _doAnimation]
fun:-[NSMoveHelper(NSSheets) _moveParent:andOpenSheet:]
fun:-[NSWindow(NSSheets) _orderFrontRelativeToWindow:]
fun:-[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:]
fun:-[NSApplication _orderFrontModalWindow:relativeToWindow:]
fun:-[NSApplication _commonBeginModalSessionForWindow:relativeToWindow:modalDelegate:didEndSelector:contextInfo:]
fun:-[AutoFillDialogController editSelection:]
fun:_ZN12_GLOBAL__N_154AutoFillDialogControllerTest_AutoFillDataMutation_Test8TestBodyEv
fun:_ZN7testingL35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_FS2_vEPKc
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment