From fb4a8dda211c4bc036781f2b0d706266e95ce068 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 12 Apr 2019 13:01:08 +0200 Subject: [PATCH] tests: Add gnutls valgrind suppression --- tests/flatpak.supp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/flatpak.supp b/tests/flatpak.supp index d1e4ae5e..b5207ccf 100644 --- a/tests/flatpak.supp +++ b/tests/flatpak.supp @@ -229,3 +229,11 @@ fun:g_malloc0 fun:push_repo_lock } +# Some gnutls conditional failure +{ + gnutls_import_fail + Memcheck:Cond + ... + fun:gnutls_x509_ext_import_subject_alt_names + fun:gnutls_x509_crt_import +}