summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2019-04-12 13:01:08 +0200
committerAlexander Larsson <alexl@redhat.com>2019-04-12 13:01:08 +0200
commitfb4a8dda211c4bc036781f2b0d706266e95ce068 (patch)
treee53095417caa986646d1307f4887aff65fb1971d
parentf904193a282f5697de7215df64aba7c2c099e0cd (diff)
downloadflatpak-fb4a8dda211c4bc036781f2b0d706266e95ce068.tar.gz
tests: Add gnutls valgrind suppression
-rw-r--r--tests/flatpak.supp8
1 files changed, 8 insertions, 0 deletions
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
+}