]> git.ipfire.org Git - thirdparty/valgrind.git/commit
regtest: rename memcheck wcpncpy
authorPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 3 Nov 2025 20:43:17 +0000 (21:43 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 3 Nov 2025 20:43:17 +0000 (21:43 +0100)
commitd2bd46b27e5357b983388d081b559863d7f1be9d
tree45c45a9304289f2897eb47292e3b9a26eb820d66
parentba27d633e870caea84a6b27774c021922c573e0e
regtest: rename memcheck wcpncpy

The perl script filter_memcheck removes callstack elements that
are not of interest and changes vg_replace_strmem.c/vg_replace_malloc.c
line numbers to '...'. It protects lines containing the testcase
name.

When the testcase name is the same as the C function being tested
that's not really what we want. My perl isn't really good enough
to be able to only change the line numbers when it is a 'tool file'.
Instead I'm renaming the testcase.
memcheck/tests/Makefile.am
memcheck/tests/wcpncpy.stderr.exp [deleted file]
memcheck/tests/wcpncpy.vgtest [deleted file]
memcheck/tests/wcpncpy1.c [moved from memcheck/tests/wcpncpy.c with 100% similarity]
memcheck/tests/wcpncpy1.stderr.exp [new file with mode: 0644]
memcheck/tests/wcpncpy1.vgtest [new file with mode: 0644]