From: Paul Floyd Date: Thu, 19 May 2022 19:28:35 +0000 (+0200) Subject: Add filter for size of stat structure X-Git-Tag: VALGRIND_3_20_0~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c10e4e864fe98b77f946bbfc6547d5e27d982590;p=thirdparty%2Fvalgrind.git Add filter for size of stat structure --- diff --git a/memcheck/tests/freebsd/filter_fstat b/memcheck/tests/freebsd/filter_fstat index b3bdb245e4..65a5a13205 100755 --- a/memcheck/tests/freebsd/filter_fstat +++ b/memcheck/tests/freebsd/filter_fstat @@ -3,6 +3,10 @@ ../filter_stderr "$@" | gsed '/by 0x........: stat (in \/...libc...)/d;/by 0x........: fstat (in \/...libc...)/d;/by 0x........: fstatat (in \/...libc...)/d' | -gsed '/by 0x........: statfs (in \/...libc...)/d;/by 0x........: fstatfs (in \/...libc...)/d' +gsed '/by 0x........: statfs (in \/...libc...)/d;/by 0x........: fstatfs (in \/...libc...)/d' | + +# fox x86 compatibility + +gsed 's/bytes inside a block of size 208 free/bytes inside a block of size 224 free/' exit 0