diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-05-08 12:18:51 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-05-08 20:51:15 +1000 |
commit | e877fd605cd99d5ebfc069e285944d31fe67ddd7 (patch) | |
tree | 83510e1723991fac39074c6df7e6b26c131f765e /test/valgrind.suppressions | |
parent | 27c9736e27c1545be195bf9477aab54b40311e14 (diff) |
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 <peter.hutterer@who-t.net>
Diffstat (limited to 'test/valgrind.suppressions')
-rw-r--r-- | test/valgrind.suppressions | 6 |
1 files changed, 6 insertions, 0 deletions
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* +} |