]> sourceware.org Git - valgrind.git/commitdiff
Darwin regtest: add filtering for zone functions and realloc
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 5 Feb 2023 10:35:28 +0000 (11:35 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sun, 5 Feb 2023 10:35:28 +0000 (11:35 +0100)
For test of C++17 new/delete variations

memcheck/tests/filter_malloc_free

index 9d4c52559c01faee859a49862ddc88fce6cd89f1..3927792ef079e459715c6dbc49f0471866d3eaf6 100755 (executable)
@@ -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'
 
This page took 0.0342 seconds and 5 git commands to generate.