From dd4c11ae9819c7a5290a2fc286dbacb69a287096 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Fri, 12 Nov 2021 17:01:26 +0000 Subject: ci: Exclude a system leak in Fedora 35 This leak causes a CI failure running test-listen test with Valgrind. Note that "check-valgrind" CI job will still fail but with less issues. Signed-off-by: Frediano Ziglio --- server/tests/valgrind/spice.supp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/server/tests/valgrind/spice.supp b/server/tests/valgrind/spice.supp index 97d8d80d..555bf109 100644 --- a/server/tests/valgrind/spice.supp +++ b/server/tests/valgrind/spice.supp @@ -135,3 +135,14 @@ ... fun:g_thread_pool_push } + +{ + g_tls_client_connection_new + Memcheck:Leak + match-leak-kinds:possible,definite + fun:malloc + ... + fun:_dl_close + ... + fun:g_tls_client_connection_new +} -- cgit v1.2.3