From: Paul Floyd Date: Thu, 30 Oct 2025 21:01:44 +0000 (+0100) Subject: Darwin regtest: another leaky xml test and a suppression test X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78ea7c823789e59c0881eb9eb1582e3f3e48dd0d;p=thirdparty%2Fvalgrind.git Darwin regtest: another leaky xml test and a suppression test The suppression test needed to use the same lable for Darwin and other OSes. --- diff --git a/memcheck/tests/posix_memalign_supp.supp b/memcheck/tests/posix_memalign_supp.supp index 23572e40f..b0e59a1af 100644 --- a/memcheck/tests/posix_memalign_supp.supp +++ b/memcheck/tests/posix_memalign_supp.supp @@ -15,7 +15,7 @@ # Darwin uses zones { - posix_memalign zero size + posix_memalign size Memcheck:UnsafeZeroSize fun:malloc_zone_memalign fun:posix_memalign diff --git a/memcheck/tests/posix_memalign_xml.vgtest b/memcheck/tests/posix_memalign_xml.vgtest index db119d952..eb587be17 100644 --- a/memcheck/tests/posix_memalign_xml.vgtest +++ b/memcheck/tests/posix_memalign_xml.vgtest @@ -1,3 +1,3 @@ prog: posix_memalign vgopts: --freelist-vol=100000 --freelist-big-blocks=0 --xml=yes --xml-fd=2 --log-file=/dev/null -stderr_filter: filter_xml +stderr_filter: filter_xml_leak