]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Darwin regtest: another leaky xml test and a suppression test
authorPaul Floyd <pjfloyd@wanadoo.fr>
Thu, 30 Oct 2025 21:01:44 +0000 (22:01 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Thu, 30 Oct 2025 21:01:44 +0000 (22:01 +0100)
The suppression test needed to use the same lable for Darwin
and other OSes.

memcheck/tests/posix_memalign_supp.supp
memcheck/tests/posix_memalign_xml.vgtest

index 23572e40f1f1b0fc561e3a2d58dec06dea4384d3..b0e59a1af51202d2a38ecfbaee560ee33db44d1d 100644 (file)
@@ -15,7 +15,7 @@
 
 # Darwin uses zones
 {
-   posix_memalign zero size
+   posix_memalign size
    Memcheck:UnsafeZeroSize
    fun:malloc_zone_memalign
    fun:posix_memalign
index db119d9528c34bd0668bdbf2ac373fe4f11fec64..eb587be1740e3fbdf1fa2c93d0e7ab2569ab9587 100644 (file)
@@ -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