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,100 @@
|
||||
QA output created by 111
|
||||
meta-data=DDEV isize=XXX agcount=N, agsize=XXX blks
|
||||
data = bsize=XXX blocks=XXX, imaxpct=PCT
|
||||
= sunit=XXX swidth=XXX, unwritten=X
|
||||
naming =VERN bsize=XXX
|
||||
log =LDEV bsize=XXX blocks=XXX
|
||||
realtime =RDEV extsz=XXX blocks=XXX, rtextents=XXX
|
||||
Create some files
|
||||
Blat inode clusters
|
||||
Starting overwrite
|
||||
Overwrote IN @offset 2048
|
||||
Overwrote IN @offset 2304
|
||||
Overwrote IN @offset 2560
|
||||
Overwrote IN @offset 2816
|
||||
Overwrote IN @offset 3072
|
||||
Overwrote IN @offset 3328
|
||||
Overwrote IN @offset 3584
|
||||
Overwrote IN @offset 3840
|
||||
Overwrote IN @offset 4096
|
||||
Overwrote IN @offset 4352
|
||||
Overwrote IN @offset 4608
|
||||
Overwrote IN @offset 4864
|
||||
Overwrote IN @offset 5120
|
||||
Overwrote IN @offset 5376
|
||||
Overwrote IN @offset 5632
|
||||
Overwrote IN @offset 5888
|
||||
Overwrote IN @offset 6144
|
||||
Overwrote IN @offset 6400
|
||||
Overwrote IN @offset 6656
|
||||
Overwrote IN @offset 6912
|
||||
Overwrote IN @offset 7168
|
||||
Overwrote IN @offset 7424
|
||||
Overwrote IN @offset 7680
|
||||
Overwrote IN @offset 7936
|
||||
Overwrote IN @offset 8192
|
||||
Overwrote IN @offset 8448
|
||||
Overwrote IN @offset 8704
|
||||
Overwrote IN @offset 8960
|
||||
Overwrote IN @offset 9216
|
||||
Overwrote IN @offset 9472
|
||||
Overwrote IN @offset 9728
|
||||
Overwrote IN @offset 9984
|
||||
Overwrote IN @offset 10240
|
||||
Overwrote IN @offset 10496
|
||||
Overwrote IN @offset 10752
|
||||
Overwrote IN @offset 11008
|
||||
Overwrote IN @offset 11264
|
||||
Overwrote IN @offset 11520
|
||||
Overwrote IN @offset 11776
|
||||
Overwrote IN @offset 12032
|
||||
Overwrote IN @offset 12288
|
||||
Overwrote IN @offset 12544
|
||||
Overwrote IN @offset 12800
|
||||
Overwrote IN @offset 13056
|
||||
Overwrote IN @offset 13312
|
||||
Overwrote IN @offset 13568
|
||||
Overwrote IN @offset 13824
|
||||
Overwrote IN @offset 14080
|
||||
Overwrote IN @offset 14336
|
||||
Overwrote IN @offset 14592
|
||||
Overwrote IN @offset 14848
|
||||
Overwrote IN @offset 15104
|
||||
Overwrote IN @offset 15360
|
||||
Overwrote IN @offset 15616
|
||||
Overwrote IN @offset 15872
|
||||
Overwrote IN @offset 16128
|
||||
Overwrote IN @offset 24576
|
||||
Overwrote IN @offset 24832
|
||||
Overwrote IN @offset 25088
|
||||
Overwrote IN @offset 25344
|
||||
Overwrote IN @offset 25600
|
||||
Overwrote IN @offset 25856
|
||||
Overwrote IN @offset 26112
|
||||
Overwrote IN @offset 26368
|
||||
Overwrote IN @offset 26624
|
||||
Overwrote IN @offset 26880
|
||||
Overwrote IN @offset 27136
|
||||
Overwrote IN @offset 27392
|
||||
Overwrote IN @offset 27648
|
||||
Overwrote IN @offset 27904
|
||||
Overwrote IN @offset 28160
|
||||
Overwrote IN @offset 28416
|
||||
Overwrote IN @offset 28672
|
||||
Overwrote IN @offset 28928
|
||||
Overwrote IN @offset 29184
|
||||
Overwrote IN @offset 29440
|
||||
Overwrote IN @offset 29696
|
||||
Overwrote IN @offset 29952
|
||||
Overwrote IN @offset 30208
|
||||
Overwrote IN @offset 30464
|
||||
Overwrote IN @offset 30720
|
||||
Overwrote IN @offset 30976
|
||||
Overwrote IN @offset 31232
|
||||
Overwrote IN @offset 31488
|
||||
Overwrote IN @offset 31744
|
||||
Overwrote IN @offset 32000
|
||||
Overwrote IN @offset 32256
|
||||
Overwrote IN @offset 32512
|
||||
Overwrite complete
|
||||
Attempting bulkstat
|
||||
Reference in New Issue
Block a user