Files
apfstests/tests/xfs/147.out
T
Dave Chinner fc48dfb966 xfstests: move xfs specific tests out of top directory
And into tests/xfs. Tests found and moved via:

$ grep "supported_fs xfs$" [0-2]* | cut -d : -f 1 > xfs.tests
$ for i in `cat xfs.tests`; do
> git mv $i* tests/xfs/
> grep ^$i group >> tests/xfs/group
> sed -i -e "/^$i/d" group
> done

Output now looks like:

 sudo ./check -g quick -r
FSTYP         -- xfs (debug)
PLATFORM      -- Linux/x86_64 test-1 3.5.0-rc5-dgc+
MKFS_OPTIONS  -- -f -bsize=4096 /dev/vdb
MOUNT_OPTIONS -- /dev/vdb /mnt/scratch

xfs/170  4s
generic/120      16s
generic/248      0s
generic/213      0s
generic/256      39s
xfs/121  6s
xfs/026  11s
generic/131      1s
xfs/187  1s
generic/135      0s
....

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Phil White <pwhite@sgi.com>
[rjohnston@sgi.com did not move test 032, belongs in shared]
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
2013-03-26 18:27:34 -05:00

30 lines
1.1 KiB
Plaintext

QA output created by 147
Region test beginning...
Test #0 okay
Test #1 okay
Test #2 okay
Test #3 okay
Test #4 okay
Test #5 okay
Test #6 okay
Test #7 okay
(errno subtests beginning...)
report on test for E2BIG in set: test successful
report on test for E2BIG in set: test successful
report on test for EACCES in no-right set: test successful
report on test for EACCES in SHARED set: test successful
report on test for success in EXCL set: test successful.
report on test for EFAULT in set: test successful
report on test for EFAULT in set: test successful
report on test for EINVAL in set (bad session id): test successful
report on test for E2BIG in get: test successful
report on test for EFAULT in get (bad handle): test successful
report on test for EFAULT in get (bad regbufp): test successful
report on test for EFAULT in get (bad nelemp): test successful
report on test for EACCES in no-right get: test successful
report on test for success in SHARED get: test successful.
report on test for success in EXCL get: test successful.
report on test for EINVAL in get: test successful
(errno subtests complete)
Region test complete.