Running through mesontest also runs parse-hwdb through valgrind and gives us a bunch of leaks that originate within Python somewhere - we don't care about those.
Signed-off-by: Peter Hutterer <[email protected]> --- test/valgrind.suppressions | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/valgrind.suppressions b/test/valgrind.suppressions index b7f43499..e3ad874f 100644 --- a/test/valgrind.suppressions +++ b/test/valgrind.suppressions @@ -39,3 +39,9 @@ ... fun:litest_backtrace } +{ + python:PyUnicode_New + Memcheck:Leak + ... + obj:/usr/lib*/libpython3*.so* +} -- 2.12.2 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
