]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
illumos regtest: mask a leak in memcheck/tests/realloc_size_zero_xml
authorPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 12 May 2025 19:38:46 +0000 (21:38 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 12 May 2025 19:38:46 +0000 (21:38 +0200)
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.

memcheck/tests/realloc_size_zero_xml.vgtest

index 1b88b523bc3141c8602c2d1dab22e7899d52d75c..226289cb0a6b634e1786516473a75304864cb52a 100644 (file)
@@ -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