From df712c9dbbc7de388a83a7edbc1f90832b0feaf2 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 1 May 2019 12:02:42 +1000 Subject: [PATCH] test: update valgrind suppressions for a glib leak Fixed upstream, but it's not in F30 yet so the valgrind tests fail there. https://gitlab.gnome.org/GNOME/glib/merge_requests/338 Signed-off-by: Peter Hutterer (cherry picked from commit c35e0e734f022ac1ae7e45c1f1066b2bfb351ee5) --- test/valgrind.suppressions | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/valgrind.suppressions b/test/valgrind.suppressions index f242b9e0..7ca3b5b5 100644 --- a/test/valgrind.suppressions +++ b/test/valgrind.suppressions @@ -31,6 +31,13 @@ ... fun:g_malloc0 } +{ + + Memcheck:Leak + fun:malloc + ... + fun:g_get_language_names_with_category +} { libunwind:msync_uninitialized_bytes Memcheck:Param