[PATCH] tests: Run valgrind also on binary tests.

Mark Wielaard mark@klomp.org
Fri Oct 30 23:56:59 GMT 2020


On Thu, 2020-10-29 at 18:27 +0100, Mark Wielaard wrote:
> When configuring with --enable-valgrind we were only running valgrind
> on tests with a shell wrapper script. This patch makes sure to also
> run
> valgrind on "pure" binary tests. This found one small issue in libasm
> where we could be writing some uninitialized padding to an ELF file.
> And there were a couple tests that didn't clean up all the resources
> they used. Both issues are also fixed with this patch.

Pushed


More information about the Elfutils-devel mailing list