]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
regtest: use filter for operator new/delete on 32bit systems
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 13 Sep 2025 21:52:34 +0000 (23:52 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 13 Sep 2025 21:52:34 +0000 (23:52 +0200)
Size is unsigned long on 64 bit systems and unsigned int on
32 bit systems which shows up in the demangled names in the
callstacks.

memcheck/tests/duplicate_align_size_errors.vgtest

index 44362003de57b903473015296e28c093cb282c77..3e1d321d66c888bbd6ec1e25b8caf4ad79b8ac19 100644 (file)
@@ -1,5 +1,5 @@
 prog: duplicate_align_size_errors
 prereq: test -e ./duplicate_align_size_errors
 vgopts: --show-mismatched-frees=yes -q
-#stderr_filter: filter_size_t
+stderr_filter: filter_size_t