From e92ba835ad9622f8ac09b6edbcf72ea31dc07932 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Sat, 7 Feb 2015 16:05:15 +0100 Subject: [PATCH] tests: add valgrind suppression for callouts tests (cherry picked from commit d5f83129967b8884f9adf28a8ba71535e81bbb3e) --- valgrind.suppressions | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 +} +