arm64 front end: ufbm/sfbm: handle plain shifts explicitly
[valgrind.git] / none / tests / filter_ioctl_moans
blobd819b6f2f4671bd2fb0931a38e9b0bc8f3445e53
1 #! /bin/sh
3 dir=`dirname $0`
5 $dir/../../tests/filter_stderr_basic |
7 # Filter out differences in the ioctls because IOC_NONE is
8 # not == 0 on all platforms.
9 sed 's/0x[13]/0x./' |
11 # Remove "Nulgrind, ..." line and the following copyright line.
12 sed "/^Nulgrind, the minimal Valgrind tool/ , /./ d"