mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-21 22:40:42 +01:00
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>
This commit is contained in:
parent
27c9736e27
commit
e877fd605c
1 changed files with 6 additions and 0 deletions
|
|
@ -39,3 +39,9 @@
|
|||
...
|
||||
fun:litest_backtrace
|
||||
}
|
||||
{
|
||||
python:PyUnicode_New
|
||||
Memcheck:Leak
|
||||
...
|
||||
obj:/usr/lib*/libpython3*.so*
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue