From bad16e2158c762c33caba43fc37ee969b036801f Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 28 May 2018 11:42:03 +0200 Subject: [PATCH] test: Add some supressions to fix FLATPAK_TESTS_VALGRIND Closes: #1720 Approved by: alexlarsson --- tests/flatpak.supp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/tests/flatpak.supp b/tests/flatpak.supp index f053fb12..d6c769c2 100644 --- a/tests/flatpak.supp +++ b/tests/flatpak.supp @@ -138,3 +138,21 @@ fun:_g_local_file_new fun:soup_request_file_ensure_file } + +# glibc valgrind fnmatch issue (https://www.mail-archive.com/kde-bugs-dist@kde.org/msg214842.html) +{ + ignore_glibc_fnmatch + Memcheck:Cond + fun:__wmemchr_avx2 + fun:internal_fnwmatch + fun:fnmatch@@GLIBC_2.2.5 +} + +# ostree reflink check +{ + ignore_ostree_reflink_check_ioctl + Memcheck:Param + ioctl(generic) + fun:ioctl + fun:_check_support_reflink +}