summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-02-18 20:33:10 +0100
committerThomas Haller <thaller@redhat.com>2014-02-18 20:33:10 +0100
commit31483e23d1405af0c0781f5edebbc2a6fa9a8291 (patch)
treeeb15099bb3a076c0531c2c09d07ce34a0884f357
parenta6767f215e0b7ab55949e4410d399f315a225578 (diff)
downloadNetworkManager-31483e23d1405af0c0781f5edebbc2a6fa9a8291.tar.gz
test: add valgrind suppressions
`make check` failed on fc20.armv7hl Signed-off-by: Thomas Haller <thaller@redhat.com>
-rw-r--r--valgrind.suppressions20
1 files changed, 20 insertions, 0 deletions
diff --git a/valgrind.suppressions b/valgrind.suppressions
index 369d7a4855..c418b4b617 100644
--- a/valgrind.suppressions
+++ b/valgrind.suppressions
@@ -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
+}