From: Paul Floyd Date: Sun, 5 Feb 2023 10:35:28 +0000 (+0100) Subject: Darwin regtest: add filtering for zone functions and realloc X-Git-Tag: VALGRIND_3_21_0~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eb7257254c55a9d9a28194986fa1efd0f96ad87;p=thirdparty%2Fvalgrind.git Darwin regtest: add filtering for zone functions and realloc For test of C++17 new/delete variations --- diff --git a/memcheck/tests/filter_malloc_free b/memcheck/tests/filter_malloc_free index 9d4c52559c..3927792ef0 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'