]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add filter for size of stat structure
authorPaul Floyd <pjfloyd@wanadoo.fr>
Thu, 19 May 2022 19:28:35 +0000 (21:28 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Thu, 19 May 2022 19:28:35 +0000 (21:28 +0200)
memcheck/tests/freebsd/filter_fstat

index b3bdb245e40a96b3ca8045cb022de260e42614cc..65a5a1320524379dd1b71f900fec34e79ff82b6d 100755 (executable)
@@ -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