[Spice-commits] server/tests
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Thu Mar 24 12:37:05 UTC 2022
server/tests/valgrind/spice.supp | 11 +++++++++++
1 file changed, 11 insertions(+)
New commits:
commit dd4c11ae9819c7a5290a2fc286dbacb69a287096
Author: Frediano Ziglio <freddy77 at gmail.com>
Date: Fri Nov 12 17:01:26 2021 +0000
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 <freddy77 at gmail.com>
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
+}
More information about the Spice-commits
mailing list