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,84 @@
|
||||
QA output created by 019
|
||||
Wrote 2048.00Kb (value 0x2c)
|
||||
*** create FS version 2
|
||||
*** check FS
|
||||
*** mount FS
|
||||
*** verify FS
|
||||
File: "."
|
||||
Size: <DSIZE> Filetype: Directory
|
||||
Mode: (0777/drwxrwxrwx) Uid: (3) Gid: (1)
|
||||
Device: <DEVICE> Inode: <INODE> Links: 3
|
||||
|
||||
File: "./bigfile"
|
||||
Size: 2097152 Filetype: Regular File
|
||||
Mode: (0666/-rw-rw-rw-) Uid: (3) Gid: (0)
|
||||
Device: <DEVICE> Inode: <INODE> Links: 1
|
||||
|
||||
File: "./block_device"
|
||||
Size: 0 Filetype: Block Device
|
||||
Mode: (0012/b-----x-w-) Uid: (3) Gid: (1)
|
||||
Device: <DEVICE> Inode: <INODE> Links: 1 Device type: 161,162
|
||||
|
||||
File: "./char_device"
|
||||
Size: 0 Filetype: Character Device
|
||||
Mode: (0345/c-wxr--r-x) Uid: (3) Gid: (1)
|
||||
Device: <DEVICE> Inode: <INODE> Links: 1 Device type: 177,178
|
||||
|
||||
File: "./directory"
|
||||
Size: <DSIZE> Filetype: Directory
|
||||
Mode: (0755/drwxr-xr-x) Uid: (3) Gid: (1)
|
||||
Device: <DEVICE> Inode: <INODE> Links: 2
|
||||
|
||||
File: "./directory/file_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_0"
|
||||
Size: 5 Filetype: Regular File
|
||||
Mode: (0755/-rwxr-xr-x) Uid: (3) Gid: (1)
|
||||
Device: <DEVICE> Inode: <INODE> Links: 1
|
||||
|
||||
File: "./directory/file_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_1"
|
||||
Size: 5 Filetype: Regular File
|
||||
Mode: (0755/-rwxr-xr-x) Uid: (3) Gid: (1)
|
||||
Device: <DEVICE> Inode: <INODE> Links: 1
|
||||
|
||||
File: "./directory/file_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_2"
|
||||
Size: 5 Filetype: Regular File
|
||||
Mode: (0755/-rwxr-xr-x) Uid: (3) Gid: (1)
|
||||
Device: <DEVICE> Inode: <INODE> Links: 1
|
||||
|
||||
File: "./directory/file_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_3"
|
||||
Size: 5 Filetype: Regular File
|
||||
Mode: (0755/-rwxr-xr-x) Uid: (3) Gid: (1)
|
||||
Device: <DEVICE> Inode: <INODE> Links: 1
|
||||
|
||||
File: "./directory/file_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_4"
|
||||
Size: 5 Filetype: Regular File
|
||||
Mode: (0755/-rwxr-xr-x) Uid: (3) Gid: (1)
|
||||
Device: <DEVICE> Inode: <INODE> Links: 1
|
||||
|
||||
File: "./pipe"
|
||||
Size: 0 Filetype: Fifo File
|
||||
Mode: (0670/frw-rwx---) Uid: (0) Gid: (0)
|
||||
Device: <DEVICE> Inode: <INODE> Links: 1
|
||||
|
||||
File: "./setgid"
|
||||
Size: 5 Filetype: Regular File
|
||||
Mode: (2666/-rw-rwsrw-) Uid: (0) Gid: (0)
|
||||
Device: <DEVICE> Inode: <INODE> Links: 1
|
||||
|
||||
File: "./setugid"
|
||||
Size: 5 Filetype: Regular File
|
||||
Mode: (6666/-rwsrwsrw-) Uid: (0) Gid: (0)
|
||||
Device: <DEVICE> Inode: <INODE> Links: 1
|
||||
|
||||
File: "./setuid"
|
||||
Size: 5 Filetype: Regular File
|
||||
Mode: (4666/-rwsrw-rw-) Uid: (0) Gid: (0)
|
||||
Device: <DEVICE> Inode: <INODE> Links: 1
|
||||
|
||||
File: "./symlink"
|
||||
Size: 7 Filetype: Symbolic Link
|
||||
Mode: (0123/l--x-w--wx) Uid: (0) Gid: (0)
|
||||
Device: <DEVICE> Inode: <INODE> Links: 1
|
||||
*** unmount FS
|
||||
*** check FS
|
||||
*** done
|
||||
*** unmount
|
||||
Reference in New Issue
Block a user