mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-14 00:14:16 +09:00
In such case we need to ignore the python errors, so including a suppression file when using --setup=valgrind.
56 lines
485 B
Plaintext
56 lines
485 B
Plaintext
{
|
|
ignore_py_cond
|
|
Memcheck:Cond
|
|
...
|
|
fun:Py*
|
|
}
|
|
|
|
{
|
|
ignore__py_cond
|
|
Memcheck:Cond
|
|
...
|
|
fun:_Py*
|
|
}
|
|
|
|
{
|
|
ignore_py_value8
|
|
Memcheck:Value8
|
|
...
|
|
fun:Py*
|
|
}
|
|
|
|
{
|
|
ignore__py_value8
|
|
Memcheck:Value8
|
|
...
|
|
fun:_Py*
|
|
}
|
|
|
|
{
|
|
ignore_py_addr4
|
|
Memcheck:Addr4
|
|
...
|
|
fun:Py*
|
|
}
|
|
|
|
{
|
|
ignore__py_addr4
|
|
Memcheck:Addr4
|
|
...
|
|
fun:_Py*
|
|
}
|
|
|
|
{
|
|
ignore_py_leaks
|
|
Memcheck:Leak
|
|
...
|
|
fun:Py*
|
|
}
|
|
|
|
{
|
|
ignore__py_leaks
|
|
Memcheck:Leak
|
|
...
|
|
fun:_Py*
|
|
}
|