mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-05-05 13:38:03 +02:00
tests: Ignore more python leaks
This commit is contained in:
parent
9141014456
commit
28b9ab7e37
1 changed files with 28 additions and 0 deletions
|
|
@ -67,3 +67,31 @@
|
|||
...
|
||||
fun:_Py*
|
||||
}
|
||||
|
||||
{
|
||||
ignore__libpython_leaks
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
obj:/usr/lib*/libpython3*.so.*
|
||||
}
|
||||
|
||||
{
|
||||
ignore__libpython_leaks
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
obj:/usr/lib/*/libpython3*.so.*
|
||||
}
|
||||
|
||||
{
|
||||
ignore__libpython_leaks
|
||||
Memcheck:Leak
|
||||
fun:realloc
|
||||
obj:/usr/lib*/libpython3*.so.*
|
||||
}
|
||||
|
||||
{
|
||||
ignore__libpython_leaks
|
||||
Memcheck:Leak
|
||||
fun:realloc
|
||||
obj:/usr/lib/*/libpython3*.so.*
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue