summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-28 23:56:21 +0000
committerdkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-28 23:56:21 +0000
commit42dc0a30ad4416a53eacb0d97c1b9a26925474c2 (patch)
tree77792414c6b3d3ccc7e9c1123ce9b48e81791527 /tools
parent6404377ff195711f60b17473d0cabf4dc038165a (diff)
downloadchromium_src-42dc0a30ad4416a53eacb0d97c1b9a26925474c2.zip
chromium_src-42dc0a30ad4416a53eacb0d97c1b9a26925474c2.tar.gz
chromium_src-42dc0a30ad4416a53eacb0d97c1b9a26925474c2.tar.bz2
Add a few mac valgrind suppressions for test_shell_tests.
Review URL: http://codereview.chromium.org/99157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14804 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/suppressions_mac.txt75
1 files changed, 75 insertions, 0 deletions
diff --git a/tools/valgrind/suppressions_mac.txt b/tools/valgrind/suppressions_mac.txt
index 5e944a2..c047bec 100644
--- a/tools/valgrind/suppressions_mac.txt
+++ b/tools/valgrind/suppressions_mac.txt
@@ -8,3 +8,78 @@
fun:__setenv
fun:setenv$UNIX2003
}
+{
+ FIXME mac kevent libevent probably needs valgrind hooks
+ Memcheck:Param
+ kevent(changelist)
+ fun:kevent
+ fun:event_base_new
+}
+{
+ # Mac media_unittests. See http://crbug.com/9351
+ bug_9351
+ Memcheck:Leak
+ fun:_Znwm
+ fun:_ZN12HALCADClient19AddPropertyListenerEmPK26AudioObjectPropertyAddressPFlmmS2_PvES3_
+ fun:_ZN16HALDefaultDevice22InstallServerListenersEv
+ fun:_ZN16HALDefaultDevice10InitializeEv
+ fun:_ZN9HALSystem16CheckOutInstanceEv
+ fun:AudioHardwareGetProperty
+ fun:_ZN15AudioManagerMac15HasAudioDevicesEv
+}
+{
+ # Mac test_shell_tests; skia leak? See http://crbug.com/9563
+ bug_9563
+ Memcheck:Leak
+ fun:malloc_zone_malloc
+ fun:_CFRuntimeCreateInstance
+ fun:CGTypeCreateInstanceWithAllocator
+ fun:CGTypeCreateInstance
+ fun:CGContextCreateWithDelegate
+ fun:CGContextCreate
+ fun:createBitmapContext
+ fun:CGBitmapContextCreate
+ fun:_ZN4skia23BitmapPlatformDeviceMac6CreateEP9CGContextiib
+}
+{
+ # Mac test_shell_tests; skia leak? See http://crbug.com/9563
+ bug_9563b
+ Memcheck:Leak
+ fun:malloc_zone_calloc
+ fun:ripc_Initialize
+ fun:__CGBitmapContextDelegateCreate
+ fun:__CGBitmapContextDelegateCreate
+ fun:createBitmapContext
+ fun:CGBitmapContextCreate
+ fun:_ZN4skia23BitmapPlatformDeviceMac6CreateEP9CGContextiib
+}
+{
+ # Mac test_shell_tests; both test shell and skia leak? See http://crbug.com/9563
+ bug_9563c
+ Memcheck:Leak
+ fun:malloc
+ fun:stdSmartNewPtr
+ fun:stdSmartNewHandle
+ fun:IOCreateAndOpen
+ fun:ScratchInit
+ fun:CMOpenOrNewAccess
+ fun:CMOpenProfile
+}
+{
+ # Mac test_shell_tests. See http://crbug.com/9563
+ bug_9563d
+ Memcheck:Leak
+ fun:malloc_zone_calloc
+ fun:ripc_Initialize
+ fun:__CGWindowContextDelegateCreate
+ fun:CGWindowContextCreate
+ ...
+ fun:_ZN13TestShellTest5SetUpEv
+}
+{
+ # Mac test_shell_tests. See http://crbug.com/11134
+ bug_11134
+ Memcheck:Value4
+ fun:vCMMVectorConvert8BitRGBToRGB
+ fun:_ZNK15CMMConvRGBToRGB7ConvertER8CMM8BitsP14CMMRuntimeInfomm
+}