On 7/19/23 12:50, Peter Krempa wrote: > On Tue, Jul 18, 2023 at 14:28:57 +0200, Michal Privoznik wrote: >> Since nobody is expected to run valgrind over scripts now, we can >> drop plenty of suppressions. Also, there are some old ones that >> no longer exist and new ones, that are not covered. >> >> Signed-off-by: Michal Privoznik <mpriv...@redhat.com> >> --- >> tests/.valgrind.supp | 188 ++++++++++--------------------------------- >> 1 file changed, 41 insertions(+), 147 deletions(-) > > Is it really worth keeping this file in the repository? I don't think > we can keep it current. >
We have valgrind test setup (add_test_setup() in tests/meson.build) that passes this file. What we could have is a configure option that specifies where the file is so that everybody can keep a copy specific to their system. Would that work? Michal