From: Paul Floyd Date: Mon, 12 May 2025 19:38:46 +0000 (+0200) Subject: illumos regtest: mask a leak in memcheck/tests/realloc_size_zero_xml X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=21a098eadf71c4ce75e2b288a23835f403b065ae;p=thirdparty%2Fvalgrind.git illumos regtest: mask a leak in memcheck/tests/realloc_size_zero_xml There's what looks like a libc printf buffer possible leak in this test on illumos. With xml output leak reporting is hard coded to on. So to avoid this extra error add --show-possibly-lost=no Maybe this should be suppressed. I haven't managed to reproduce it without xml and outside of perl regtest. --- diff --git a/memcheck/tests/realloc_size_zero_xml.vgtest b/memcheck/tests/realloc_size_zero_xml.vgtest index 1b88b523b..226289cb0 100644 --- a/memcheck/tests/realloc_size_zero_xml.vgtest +++ b/memcheck/tests/realloc_size_zero_xml.vgtest @@ -1,5 +1,5 @@ prog: realloc_size_zero -vgopts: -q --xml=yes --xml-fd=2 --log-file=/dev/null +vgopts: -q --xml=yes --xml-fd=2 --log-file=/dev/null --show-possibly-lost=no stderr_filter: filter_xml