summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-04 19:01:52 +0000
committerstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-04 19:01:52 +0000
commit00cea5f7625061c82a9b9413d78ee974e05b0538 (patch)
tree789af6a681db1e52dd1c3e83aa4c3f0732fba303 /tools
parentf3626dae84105bbde85f7b896e34af0e2bf9596d (diff)
downloadchromium_src-00cea5f7625061c82a9b9413d78ee974e05b0538.zip
chromium_src-00cea5f7625061c82a9b9413d78ee974e05b0538.tar.gz
chromium_src-00cea5f7625061c82a9b9413d78ee974e05b0538.tar.bz2
Suppress a new Mac valgrind leak
TBR=thakis BUG=61929 TEST=Greener valgrind bots Review URL: http://codereview.chromium.org/4491001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65090 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions_mac.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index 8757908..c211de9 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -1118,3 +1118,25 @@
fun:_ZN9CocoaTest8TearDownEv
fun:_ZN7testingL35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_FS2_vEPKc
}
+{
+ bug_61929
+ Memcheck:Leak
+ fun:calloc
+ fun:IOAlloc
+ fun:CMOpenOrNewAccess
+ fun:CMOpenProfile
+ fun:_CMGetProfileOfSuite
+ fun:CMGetProfileByAVID
+ fun:CMSCreateDisplayProfile
+ fun:create
+ fun:CMSTransformCreate
+ fun:createBase
+ fun:initialize
+ fun:createColorTransform
+ fun:CGColorTransformCreateMutable
+ fun:CGBitmapColorTransformCreate
+ fun:__CGBitmapContextDelegateCreate
+ fun:__CGBitmapContextDelegateCreate
+ fun:createBitmapContext
+ fun:CGBitmapContextCreate
+}