mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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>
This commit is contained in:
committed by
Rich Johnston
parent
797e625f28
commit
fc48dfb966
@@ -0,0 +1,77 @@
|
||||
QA output created by 242
|
||||
1. into a hole
|
||||
0: [0..7]: hole
|
||||
1: [8..23]: unwritten
|
||||
2: [24..39]: hole
|
||||
daa100df6e6711906b61c9ab5aa16032
|
||||
2. into allocated space
|
||||
0: [0..7]: data
|
||||
1: [8..23]: unwritten
|
||||
2: [24..39]: data
|
||||
cc58a7417c2d7763adc45b6fcd3fa024
|
||||
3. into unwritten space
|
||||
0: [0..39]: unwritten
|
||||
daa100df6e6711906b61c9ab5aa16032
|
||||
4. hole -> data
|
||||
0: [0..7]: hole
|
||||
1: [8..23]: unwritten
|
||||
2: [24..31]: data
|
||||
3: [32..39]: hole
|
||||
cc63069677939f69a6e8f68cae6a6dac
|
||||
5. hole -> unwritten
|
||||
0: [0..7]: hole
|
||||
1: [8..31]: unwritten
|
||||
2: [32..39]: hole
|
||||
daa100df6e6711906b61c9ab5aa16032
|
||||
6. data -> hole
|
||||
0: [0..7]: data
|
||||
1: [8..23]: unwritten
|
||||
2: [24..39]: hole
|
||||
1b3779878366498b28c702ef88c4a773
|
||||
7. data -> unwritten
|
||||
0: [0..7]: data
|
||||
1: [8..31]: unwritten
|
||||
2: [32..39]: hole
|
||||
1b3779878366498b28c702ef88c4a773
|
||||
8. unwritten -> hole
|
||||
0: [0..23]: unwritten
|
||||
1: [24..39]: hole
|
||||
daa100df6e6711906b61c9ab5aa16032
|
||||
9. unwritten -> data
|
||||
0: [0..23]: unwritten
|
||||
1: [24..31]: data
|
||||
2: [32..39]: hole
|
||||
cc63069677939f69a6e8f68cae6a6dac
|
||||
10. hole -> data -> hole
|
||||
0: [0..7]: hole
|
||||
1: [8..31]: unwritten
|
||||
2: [32..39]: hole
|
||||
daa100df6e6711906b61c9ab5aa16032
|
||||
11. data -> hole -> data
|
||||
0: [0..7]: data
|
||||
1: [8..31]: unwritten
|
||||
2: [32..39]: data
|
||||
f6aeca13ec49e5b266cd1c913cd726e3
|
||||
12. unwritten -> data -> unwritten
|
||||
0: [0..39]: unwritten
|
||||
daa100df6e6711906b61c9ab5aa16032
|
||||
13. data -> unwritten -> data
|
||||
0: [0..7]: data
|
||||
1: [8..31]: unwritten
|
||||
2: [32..39]: data
|
||||
f6aeca13ec49e5b266cd1c913cd726e3
|
||||
14. data -> hole @ EOF
|
||||
0: [0..23]: data
|
||||
1: [24..39]: unwritten
|
||||
e1f024eedd27ea6b1c3e9b841c850404
|
||||
15. data -> hole @ 0
|
||||
0: [0..15]: unwritten
|
||||
1: [16..39]: data
|
||||
eecb7aa303d121835de05028751d301c
|
||||
16. data -> cache cold ->hole
|
||||
0: [0..15]: unwritten
|
||||
1: [16..39]: data
|
||||
eecb7aa303d121835de05028751d301c
|
||||
17. data -> hole in single block file
|
||||
0: [0..7]: data
|
||||
13535fd4d496bf0b74bb2335aa4d1b31
|
||||
Reference in New Issue
Block a user