mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-04-25 00:30:46 +02:00
tests: valgrind: update python and libfprint suppressions list
This commit is contained in:
parent
d492901c3e
commit
db2fa81358
2 changed files with 21 additions and 0 deletions
|
|
@ -17,3 +17,10 @@
|
|||
...
|
||||
}
|
||||
|
||||
{
|
||||
<ignore-g-thread-new-leak>
|
||||
Memcheck:Leak
|
||||
fun:calloc
|
||||
...
|
||||
fun:g_thread_new
|
||||
}
|
||||
|
|
|
|||
|
|
@ -40,6 +40,20 @@
|
|||
fun:_Py*
|
||||
}
|
||||
|
||||
{
|
||||
ignore__py_addr32
|
||||
Memcheck:Addr32
|
||||
...
|
||||
fun:_Py*
|
||||
}
|
||||
|
||||
{
|
||||
ignore__py_addr32
|
||||
Memcheck:Addr32
|
||||
...
|
||||
fun:Py*
|
||||
}
|
||||
|
||||
{
|
||||
ignore_py_leaks
|
||||
Memcheck:Leak
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue