From e877fd605cd99d5ebfc069e285944d31fe67ddd7 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 8 May 2017 12:18:51 +1000 Subject: test: suppress Python3 valgrind errors 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 --- test/valgrind.suppressions | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/valgrind.suppressions b/test/valgrind.suppressions index b7f4349..e3ad874 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* +} -- cgit v1.2.3