From 0eb7257254c55a9d9a28194986fa1efd0f96ad87 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sun, 5 Feb 2023 11:35:28 +0100 Subject: [PATCH] Darwin regtest: add filtering for zone functions and realloc For test of C++17 new/delete variations --- memcheck/tests/filter_malloc_free | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memcheck/tests/filter_malloc_free b/memcheck/tests/filter_malloc_free index 9d4c52559..3927792ef 100755 --- a/memcheck/tests/filter_malloc_free +++ b/memcheck/tests/filter_malloc_free @@ -2,5 +2,5 @@ ./filter_stderr "$@" | ./filter_allocs | -sed -e '/^malloc/d;/^free/d;/^calloc/d' +sed -e '/^malloc/d;/^free/d;/^calloc/d;/^zone/d;/^realloc/d' -- 2.11.4.GIT