diff options
author | Frediano Ziglio <freddy77@gmail.com> | 2021-11-12 17:01:26 +0000 |
---|---|---|
committer | Frediano Ziglio <freddy77@gmail.com> | 2022-03-23 15:03:23 +0000 |
commit | dd4c11ae9819c7a5290a2fc286dbacb69a287096 (patch) | |
tree | 89bf38bd55326152a79571bfa4876ba0438056f8 | |
parent | 9106365d3e184e751098a26fa3e6fd24d079cd1c (diff) |
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@gmail.com>
-rw-r--r-- | server/tests/valgrind/spice.supp | 11 |
1 files changed, 11 insertions, 0 deletions
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 +} |