mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
tests: Add setup mode to run tests using valgrind
In such case we need to ignore the python errors, so including a suppression file when using --setup=valgrind.
This commit is contained in:
55
tests/valgrind-python.supp
Normal file
55
tests/valgrind-python.supp
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
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*
|
||||
}
|
||||
Reference in New Issue
Block a user