test: add valgrind suppressions

`make check` failed on fc20.armv7hl

Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Thomas Haller 2014-02-18 20:33:10 +01:00
parent a6767f215e
commit 31483e23d1

View file

@ -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
}