[PATCH libinput 2/2] test: suppress Python3 valgrind errors

Peter Hutterer peter.hutterer at who-t.net
Mon May 8 04:12:03 UTC 2017


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 <peter.hutterer at who-t.net>
---
 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



More information about the wayland-devel mailing list