Add /none/tests/use_after_close to .gitignore
[valgrind.git] / memcheck / tests / freebsd / filter_fstat
blob04b3629f6f507d4f9392a64e6ed53b156b2050fb
1 #! /bin/sh
3 ../filter_stderr "$@" |
5 gsed '/by 0x........: stat (in \/...libc...)/d;/by 0x........: fstat (in \/...libc...)/d;/by 0x........: fstatat (in \/...libc...)/d' |
6 gsed '/by 0x........: statfs (in \/...libc...)/d;/by 0x........: fstatfs (in \/...libc...)/d' |
7 gsed 's/at 0x........: fstatat (in \/...libc...)/.../' |
8 gsed 's/: fstatfs/: __sys_fstatfs/' |
9 gsed 's/: statfs/: _statfs/' |
10 gsed 's/: fstat/: __sys_fstat/' |
12 # fox x86 compatibility
14 gsed 's/bytes inside a block of size 208 free/bytes inside a block of size 224 free/'
16 exit 0