mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-14 00:14:16 +09: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*
|
||||
}
|
||||
|
||||
{
|
||||
ignore__py_addr32
|
||||
Memcheck:Addr32
|
||||
...
|
||||
fun:_Py*
|
||||
}
|
||||
|
||||
{
|
||||
ignore__py_addr32
|
||||
Memcheck:Addr32
|
||||
...
|
||||
fun:Py*
|
||||
}
|
||||
|
||||
{
|
||||
ignore_py_leaks
|
||||
Memcheck:Leak
|
||||
|
||||
Reference in New Issue
Block a user