summaryrefslogtreecommitdiff
path: root/valgrind.suppressions
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-02-07 16:05:15 +0100
committerThomas Haller <thaller@redhat.com>2015-02-09 11:51:07 +0100
commitd5f83129967b8884f9adf28a8ba71535e81bbb3e (patch)
tree9c5bae2193ae6fb6a1d1ea4a53c44b4e4bda7ad3 /valgrind.suppressions
parent171a9eabc6ff54e19df34290fa7975a8030889ab (diff)
tests: add valgrind suppression for callouts tests
Diffstat (limited to 'valgrind.suppressions')
-rw-r--r--valgrind.suppressions18
1 files changed, 18 insertions, 0 deletions
diff --git a/valgrind.suppressions b/valgrind.suppressions
index 4b58f9af92..8331cf7c4b 100644
--- a/valgrind.suppressions
+++ b/valgrind.suppressions
@@ -145,3 +145,21 @@
...
}
+{
+ # FIXME: dunny why this is needed. Clean up later.
+ _dispatcher_test
+ Memcheck:Leak
+ match-leak-kinds: definite
+ fun:malloc
+ fun:g_malloc
+ fun:g_slice_alloc
+ fun:g_variant_new_from_bytes
+ fun:g_variant_new_from_trusted
+ fun:parse_dhcp
+ fun:get_dispatcher_file
+ ...
+ fun:g_test_run_suite_internal
+ fun:g_test_run_suite_internal
+ fun:g_test_run_suite
+}
+