tests: add valgrind suppression for callouts tests
authorThomas Haller <thaller@redhat.com>
Sat, 7 Feb 2015 15:05:15 +0000 (16:05 +0100)
committerThomas Haller <thaller@redhat.com>
Mon, 9 Feb 2015 10:51:07 +0000 (11:51 +0100)
valgrind.suppressions

index 4b58f9a..8331cf7 100644 (file)
    ...
 }
 
+{
+   # 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
+}
+