From ce9924c3a606332f6b361dd87d309514131f1574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20L=C3=B3pez?= Date: Thu, 2 May 2024 17:58:34 +0200 Subject: [PATCH] TEST: Exclude libnl-3 from valgrind tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because tests are now linked to libnl-3, valgrind tests are failing. We suppress error for this external library. Reviewed-by: Alexey Tikhonov Reviewed-by: Pavel Březina --- contrib/ci/sssd.supp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/contrib/ci/sssd.supp b/contrib/ci/sssd.supp index 5d86049b705..1f4458e3b7b 100644 --- a/contrib/ci/sssd.supp +++ b/contrib/ci/sssd.supp @@ -58,6 +58,15 @@ ... } +# netlink-involved leaks +{ + sssd-leak-netlink + Memcheck:Leak + ... + obj:*/libnl-3.so.* + ... +} + # False positive - pcre_free is called in sss_names_ctx_destructor { sssd-leak-sss_names_pcre2