summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-11 17:59:01 +0000
committerstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-11 17:59:01 +0000
commit74225cdbacb2f587560a35e3631630a873815252 (patch)
treed41a6f06ffe89e708c56e5cd7f775ea72951fcbc /tools
parent84db6b18c67c9d1aa58f2c51331894b18f10091e (diff)
downloadchromium_src-74225cdbacb2f587560a35e3631630a873815252.zip
chromium_src-74225cdbacb2f587560a35e3631630a873815252.tar.gz
chromium_src-74225cdbacb2f587560a35e3631630a873815252.tar.bz2
Re-add a supression that shouldn't have been removed
TBR=dank BUG=20541 TEST=Green Mac valgrind bots Review URL: http://codereview.chromium.org/384046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31674 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions_mac.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index 3baa415..4bc23c5 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -144,6 +144,19 @@
fun:CGContextFillRect
fun:NSRectFill
}
+{
+ # Filed with Apple as rdar://7255382
+ bug_20451
+ Memcheck:Leak
+ fun:malloc_zone_malloc
+ fun:_CFRuntimeCreateInstance
+ fun:CFRunLoopSourceCreate
+ fun:CFMachPortCreateRunLoopSource
+ fun:_ZN8Security12MachPlusPlus10CFAutoPort6enableEv
+ fun:_ZN8Security14SecurityServer14ThreadNotifierC2Ev
+ ...
+ fun:SecTrustSettingsEvaluateCert
+}
# 2. Intentional unit test errors, stuff that is somehow a false positive
# in our own code, or stuff that is so trivial it's not worth fixing.