From 5caadd1f943904e6d00a097069c61993911e4a6a Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Wed, 27 Mar 2024 13:52:02 +0100 Subject: [PATCH] Darwin regtest: add suppression for zone memalign --- memcheck/tests/posix_memalign_supp.supp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/memcheck/tests/posix_memalign_supp.supp b/memcheck/tests/posix_memalign_supp.supp index 9f6b5441cb..a38ba23b0c 100644 --- a/memcheck/tests/posix_memalign_supp.supp +++ b/memcheck/tests/posix_memalign_supp.supp @@ -12,3 +12,21 @@ fun:posix_memalign fun:main } + +# Darwin uses zones +{ + posix_memalign size + Memcheck:BadSize + fun:malloc_zone_memalign + fun:posix_memalign + fun:main +} + +{ + posix_memalign align + Memcheck:BadAlign + fun:malloc_zone_memalign + fun:posix_memalign + fun:main +} + -- 2.43.5