mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-05 19:40:19 +01:00
test: add valgrind suppressions
`make check` failed on fc20.armv7hl Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
a6767f215e
commit
31483e23d1
1 changed files with 20 additions and 0 deletions
|
|
@ -109,3 +109,23 @@
|
|||
...
|
||||
}
|
||||
|
||||
|
||||
# The following suppressions were needed on fc20.armv7hl
|
||||
{
|
||||
_fun_malloc
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: possible
|
||||
fun:malloc
|
||||
}
|
||||
{
|
||||
_fun_realloc
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: possible
|
||||
fun:realloc
|
||||
}
|
||||
{
|
||||
_fun_calloc
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: possible
|
||||
fun:calloc
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue