summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-14 12:05:18 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-14 12:05:18 +0000
commitb1b7ab25dc86ac863579d38ddcd6ae237ab07531 (patch)
tree97fcfaef34e1310be6121f3b114beb6a8a17dde1 /tools
parent341e5580e0d24e1c70be9b52e1d8e389cbcaffb1 (diff)
downloadchromium_src-b1b7ab25dc86ac863579d38ddcd6ae237ab07531.zip
chromium_src-b1b7ab25dc86ac863579d38ddcd6ae237ab07531.tar.gz
chromium_src-b1b7ab25dc86ac863579d38ddcd6ae237ab07531.tar.bz2
Add one more suppression to make the Webkit Mac valgrind bot green
BUG=105341 TBR=rnk Review URL: http://codereview.chromium.org/8938018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114410 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions_mac.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index 9aa0135..c93ca5c 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -1963,6 +1963,18 @@
fun:CGCMSInterfaceTransformConvertColorComponents
}
{
+ bug_105341_c
+ Memcheck:Leak
+ fun:malloc_zone_malloc
+ fun:_CFRuntimeCreateInstance
+ fun:allocWorld
+ fun:create
+ fun:aquireColorWorldByAttributes
+ fun:acquireColorWorld
+ fun:CMSTransformConvertRequired
+ fun:CGCMSInterfaceTransformConvertRequired
+}
+{
bug_105342
Memcheck:Leak
fun:_Znw*
@@ -2315,4 +2327,4 @@
fun:_ZN6WebKit12WebFrameImpl16paintWithContextERN7WebCore15GraphicsContextERKNS_7WebRectE
fun:_ZN6WebKit12WebFrameImpl5paintEP8SkCanvasRKNS_7WebRectE
fun:_ZN6WebKit11WebViewImpl5paintEP8SkCanvasRKNS_7WebRectE
-} \ No newline at end of file
+}