mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-18 21:55:22 -04:00
test: Add some supressions to fix FLATPAK_TESTS_VALGRIND
Closes: #1720 Approved by: alexlarsson
This commit is contained in:
committed by
Atomic Bot
parent
9cd5a04bb3
commit
bad16e2158
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user