mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 08:10:05 +01:00
test: add another valgrind suppression for Python
This triggers on Fedora 30, even though skip skip the tools options test when running under valgrind. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
56dfa2f6c0
commit
31d1aa7f28
1 changed files with 6 additions and 0 deletions
|
|
@ -76,3 +76,9 @@
|
|||
...
|
||||
fun:Py_GetProgramFullPath
|
||||
}
|
||||
{
|
||||
python:_PyEval_EvalFrameDefault
|
||||
Memcheck:Cond
|
||||
...
|
||||
fun:_PyEval_EvalFrameDefault
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue