mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
tests: valgrind: update python and libfprint suppressions list
This commit is contained in:
@@ -17,3 +17,10 @@
|
|||||||
...
|
...
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
<ignore-g-thread-new-leak>
|
||||||
|
Memcheck:Leak
|
||||||
|
fun:calloc
|
||||||
|
...
|
||||||
|
fun:g_thread_new
|
||||||
|
}
|
||||||
|
|||||||
@@ -40,6 +40,20 @@
|
|||||||
fun:_Py*
|
fun:_Py*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
ignore__py_addr32
|
||||||
|
Memcheck:Addr32
|
||||||
|
...
|
||||||
|
fun:_Py*
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
ignore__py_addr32
|
||||||
|
Memcheck:Addr32
|
||||||
|
...
|
||||||
|
fun:Py*
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
ignore_py_leaks
|
ignore_py_leaks
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
|
|||||||
Reference in New Issue
Block a user