From: Dave Chinner Date: Fri, 15 Mar 2013 12:27:57 +0000 (+0000) Subject: xfstests: move xfs specific tests out of top directory X-Git-Tag: v2022.05.01~3482 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=fc48dfb96676c140ab371ab7723d59e3a4445d84;p=users%2Fhch%2Fxfstests-dev.git 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 Reviewed-by: Phil White [rjohnston@sgi.com did not move test 032, belongs in shared] Signed-off-by: Rich Johnston --- diff --git a/check b/check index da2611a15..42b25b562 100755 --- a/check +++ b/check @@ -38,6 +38,7 @@ FSTYP=xfs SUPPORTED_TESTS="[0-9][0-9][0-9] [0-9][0-9][0-9][0-9]" TEST_GROUP_DIR="tests" GENERIC_GROUP_DIR="$TEST_GROUP_DIR/generic" +XFS_GROUP_DIR="$TEST_GROUP_DIR/xfs" # generic initialization iam=check @@ -86,7 +87,7 @@ _setenvironment() get_group_list() { grp=$1 - dirs=". $GENERIC_GROUP_DIR" + dirs=". $GENERIC_GROUP_DIR $XFS_GROUP_DIR" for d in $dirs; do l=$(sed -n < $d/group \ diff --git a/group b/group index 07ba4f613..d1469709a 100644 --- a/group +++ b/group @@ -3,324 +3,25 @@ # - do not start group names with a digit # - comment line before each group is "new" description # - -# catch-all -other - -# read/write integrity -rw - -# directory operations, e.g. create/unlink -dir - -# metadata and inodes in particular -metadata - -# xfs_db -db - -# extended attributes -attr - -# xfs_logprint -logprint - -# XFS log related testing -log - -# XFS log related testing -v2log - -# xfsdump, xfsrestore, xfsinvutil -dump - -# xfsdump, xfsrestore to tapes -tape - -# xfsdump, xfsrestore to remote tapes -remote - -# xfs_copy -copy - -# chacl, libacl -acl - -# capabilities -cap - -# permissions -perms - -# xfs_growfs -growfs - -# fsr.xfs -fsr - -# mkfs.xfs -mkfs - -# xfs_repair -repair - -# quota tools and XFS quota kernel code (XQM) -quota - -# auto - tests to be run as part of nightly qa -auto - -# ioctl - tests which use ioctl commands (directly/indirectly) -ioctl - -# udf filesystem -udf - -# AIO operations -aio - -# Pattern writing and checking -pattern - -# dmapi based tests -dmapi - -# filestreams based tests -filestreams - -# case-insensitive based tests -ci - -# test the mount/remount path -mount - -# test the NFS v4 ACL code if it exists -nfs4acl - -# test access time -atime - -# Test preallocation calls -prealloc - -# Test filesystem freeze -freeze - -# Tests which may oops or hang -dangerous - -# Old tests that we won't spend any effort trying to run and make work -# on current systems -deprecated - -# Stress test with probable behaviour, the longer test run the -# larger corner cases will be covered. Configurable variables: -# LOAD_FACTOR: Usually means factor number of running tasks -# TIME_FACTOR: Usually means factor of run time, or number of operations -stress - # test-group association ... one line per test # -003 db auto quick -004 db auto quick -008 rw ioctl auto quick -009 rw ioctl auto prealloc quick -012 rw auto quick -016 rw auto quick -017 mount auto quick stress -018 deprecated # log logprint v2log -019 mkfs auto quick -021 db attr auto quick -022 dump ioctl tape -023 dump ioctl tape -024 dump ioctl tape -025 dump ioctl tape -026 dump ioctl auto quick -027 dump ioctl auto quick -028 dump ioctl auto quick -029 mkfs logprint log auto quick -030 repair auto quick -031 repair mkfs auto quick 032 mkfs auto quick -033 repair auto quick -034 other auto quick -035 dump ioctl tape auto -036 dump ioctl remote tape -037 dump ioctl remote tape -038 dump ioctl remote tape -039 dump ioctl remote tape 040 other auto -041 growfs ioctl auto -042 fsr ioctl auto -043 dump ioctl tape -044 other auto -045 other auto quick -046 dump ioctl auto quick -047 dump ioctl auto -048 other auto quick -049 rw auto quick -050 quota auto quick 051 acl udf auto quick -052 quota db auto quick -054 quota auto quick -055 dump ioctl remote tape -056 dump ioctl auto quick -057 acl auto -058 acl auto -059 dump ioctl auto quick -060 dump ioctl auto quick -061 dump ioctl auto quick -063 dump attr auto quick -064 dump auto -065 dump auto -066 dump ioctl auto quick -067 acl attr auto quick -071 rw auto -072 rw auto prealloc quick -073 copy auto -078 growfs auto quick -080 rw ioctl -081 deprecated # log logprint quota -082 deprecated # log logprint v2log -083 rw auto enospc stress -084 ioctl rw auto -085 log auto quick -086 log v2log auto -087 log v2log auto quota stress -090 rw auto -092 other auto quick -094 metadata dir ioctl auto -095 log v2log auto -096 mkfs v2log auto quick 098 udf auto 101 udf 102 udf -103 metadata dir ioctl auto quick -104 growfs ioctl prealloc auto stress -106 quota -107 quota -108 quota auto quick -109 metadata auto -110 repair auto -111 ioctl -114 parent attr stress -115 parent attr -116 quota auto quick -118 quota auto quick -119 log v2log auto freeze dangerous -121 log auto quick -122 other auto quick -134 quota auto quick -136 attr2 -137 metadata log auto -138 metadata log auto -139 metadata log auto -140 metadata log auto -142 dmapi auto -143 dmapi auto -144 dmapi auto -145 dmapi auto -146 dmapi auto -147 dmapi auto -148 repair auto -149 repair auto -150 dmapi auto -151 dmapi auto -152 dmapi auto -153 dmapi auto -154 dmapi auto -155 dmapi auto -156 dmapi auto -157 dmapi auto -158 dmapi auto -159 dmapi auto -160 dmapi auto -161 dmapi auto -162 dmapi auto -163 dmapi auto -164 rw pattern auto prealloc quick -165 rw pattern auto prealloc quick -166 rw metadata auto quick -167 rw metadata auto stress -168 dmapi auto -169 rw metadata auto quick -170 rw filestreams auto quick -# the next three tests are not deterministic enough to get the -# "right" result on all platforms/configuration, so don't run -# them by default. -171 rw filestreams -172 rw filestreams -173 rw filestreams -174 rw filestreams auto -175 dmapi auto -176 dmapi auto 177 rw other auto -178 mkfs other auto -179 metadata rw auto -180 metadata rw auto -181 log auto quick -182 metadata rw auto -183 rw other auto quick -184 metadata auto quick -185 dmapi auto -186 attr auto quick -187 attr auto quick -188 ci dir auto -189 mount auto quick -190 rw auto quick -191 nfs4acl auto -194 rw auto -195 ioctl dump auto quick -196 quota auto quick -197 dir auto quick -199 mount auto quick -200 mount auto quick -201 metadata auto quick -202 repair auto quick -203 ioctl auto -205 metadata rw auto -206 growfs auto quick -216 log metadata auto quick -217 log metadata auto 218 auto fsr quick -220 auto quota quick -222 auto fsr ioctl quick -227 auto fsr -229 auto rw -238 auto quick metadata ioctl -242 auto quick prealloc 243 auto quick prealloc -244 auto quota quick -250 auto quick rw prealloc metadata -252 auto quick prealloc -253 auto quick 254 auto quick -259 auto quick -261 auto quick quota -262 auto quick quota 264 auto 265 auto -266 dump ioctl auto quick -267 dump ioctl tape -268 dump ioctl tape 271 auto rw quick 272 auto enospc rw 276 auto rw metadata -278 repair auto -279 auto mkfs -281 dump ioctl auto quick -282 dump ioctl auto quick -283 dump ioctl auto quick 284 auto -287 auto dump quota quick 289 auto quick -290 auto rw prealloc quick ioctl -291 repair -292 auto mkfs quick -293 auto quick -295 auto logprint quick -296 dump auto quick -297 auto freeze 298 auto trim 301 aio dangerous ioctl rw stress 302 aio dangerous ioctl rw stress diff --git a/003 b/tests/xfs/003 similarity index 100% rename from 003 rename to tests/xfs/003 diff --git a/003.out b/tests/xfs/003.out similarity index 100% rename from 003.out rename to tests/xfs/003.out diff --git a/004 b/tests/xfs/004 similarity index 100% rename from 004 rename to tests/xfs/004 diff --git a/004.out b/tests/xfs/004.out similarity index 100% rename from 004.out rename to tests/xfs/004.out diff --git a/008 b/tests/xfs/008 similarity index 100% rename from 008 rename to tests/xfs/008 diff --git a/008.out b/tests/xfs/008.out similarity index 100% rename from 008.out rename to tests/xfs/008.out diff --git a/009 b/tests/xfs/009 similarity index 100% rename from 009 rename to tests/xfs/009 diff --git a/009.out b/tests/xfs/009.out similarity index 100% rename from 009.out rename to tests/xfs/009.out diff --git a/012 b/tests/xfs/012 similarity index 100% rename from 012 rename to tests/xfs/012 diff --git a/012.out b/tests/xfs/012.out similarity index 100% rename from 012.out rename to tests/xfs/012.out diff --git a/016 b/tests/xfs/016 similarity index 100% rename from 016 rename to tests/xfs/016 diff --git a/016.out b/tests/xfs/016.out similarity index 100% rename from 016.out rename to tests/xfs/016.out diff --git a/017 b/tests/xfs/017 similarity index 100% rename from 017 rename to tests/xfs/017 diff --git a/017.out b/tests/xfs/017.out similarity index 100% rename from 017.out rename to tests/xfs/017.out diff --git a/018 b/tests/xfs/018 similarity index 100% rename from 018 rename to tests/xfs/018 diff --git a/018.op.irix b/tests/xfs/018.op.irix similarity index 100% rename from 018.op.irix rename to tests/xfs/018.op.irix diff --git a/018.op.linux b/tests/xfs/018.op.linux similarity index 100% rename from 018.op.linux rename to tests/xfs/018.op.linux diff --git a/018.out b/tests/xfs/018.out similarity index 100% rename from 018.out rename to tests/xfs/018.out diff --git a/018.trans_buf b/tests/xfs/018.trans_buf similarity index 100% rename from 018.trans_buf rename to tests/xfs/018.trans_buf diff --git a/018.trans_inode b/tests/xfs/018.trans_inode similarity index 100% rename from 018.trans_inode rename to tests/xfs/018.trans_inode diff --git a/019 b/tests/xfs/019 similarity index 100% rename from 019 rename to tests/xfs/019 diff --git a/019.out b/tests/xfs/019.out similarity index 100% rename from 019.out rename to tests/xfs/019.out diff --git a/021 b/tests/xfs/021 similarity index 100% rename from 021 rename to tests/xfs/021 diff --git a/021.out b/tests/xfs/021.out similarity index 100% rename from 021.out rename to tests/xfs/021.out diff --git a/022 b/tests/xfs/022 similarity index 100% rename from 022 rename to tests/xfs/022 diff --git a/022.out.irix b/tests/xfs/022.out.irix similarity index 100% rename from 022.out.irix rename to tests/xfs/022.out.irix diff --git a/022.out.linux b/tests/xfs/022.out.linux similarity index 100% rename from 022.out.linux rename to tests/xfs/022.out.linux diff --git a/023 b/tests/xfs/023 similarity index 100% rename from 023 rename to tests/xfs/023 diff --git a/023.out.irix b/tests/xfs/023.out.irix similarity index 100% rename from 023.out.irix rename to tests/xfs/023.out.irix diff --git a/023.out.linux b/tests/xfs/023.out.linux similarity index 100% rename from 023.out.linux rename to tests/xfs/023.out.linux diff --git a/024 b/tests/xfs/024 similarity index 100% rename from 024 rename to tests/xfs/024 diff --git a/024.out b/tests/xfs/024.out similarity index 100% rename from 024.out rename to tests/xfs/024.out diff --git a/025 b/tests/xfs/025 similarity index 100% rename from 025 rename to tests/xfs/025 diff --git a/025.out b/tests/xfs/025.out similarity index 100% rename from 025.out rename to tests/xfs/025.out diff --git a/026 b/tests/xfs/026 similarity index 100% rename from 026 rename to tests/xfs/026 diff --git a/026.out b/tests/xfs/026.out similarity index 100% rename from 026.out rename to tests/xfs/026.out diff --git a/027 b/tests/xfs/027 similarity index 100% rename from 027 rename to tests/xfs/027 diff --git a/027.out b/tests/xfs/027.out similarity index 100% rename from 027.out rename to tests/xfs/027.out diff --git a/028 b/tests/xfs/028 similarity index 100% rename from 028 rename to tests/xfs/028 diff --git a/028.out b/tests/xfs/028.out similarity index 100% rename from 028.out rename to tests/xfs/028.out diff --git a/029 b/tests/xfs/029 similarity index 100% rename from 029 rename to tests/xfs/029 diff --git a/029.out b/tests/xfs/029.out similarity index 100% rename from 029.out rename to tests/xfs/029.out diff --git a/030 b/tests/xfs/030 similarity index 100% rename from 030 rename to tests/xfs/030 diff --git a/030.out.irix b/tests/xfs/030.out.irix similarity index 100% rename from 030.out.irix rename to tests/xfs/030.out.irix diff --git a/030.out.linux b/tests/xfs/030.out.linux similarity index 100% rename from 030.out.linux rename to tests/xfs/030.out.linux diff --git a/031 b/tests/xfs/031 similarity index 100% rename from 031 rename to tests/xfs/031 diff --git a/031.out.irix b/tests/xfs/031.out.irix similarity index 100% rename from 031.out.irix rename to tests/xfs/031.out.irix diff --git a/031.out.linux b/tests/xfs/031.out.linux similarity index 100% rename from 031.out.linux rename to tests/xfs/031.out.linux diff --git a/033 b/tests/xfs/033 similarity index 100% rename from 033 rename to tests/xfs/033 diff --git a/033.out.irix b/tests/xfs/033.out.irix similarity index 100% rename from 033.out.irix rename to tests/xfs/033.out.irix diff --git a/033.out.linux b/tests/xfs/033.out.linux similarity index 100% rename from 033.out.linux rename to tests/xfs/033.out.linux diff --git a/034 b/tests/xfs/034 similarity index 100% rename from 034 rename to tests/xfs/034 diff --git a/034.out b/tests/xfs/034.out similarity index 100% rename from 034.out rename to tests/xfs/034.out diff --git a/035 b/tests/xfs/035 similarity index 100% rename from 035 rename to tests/xfs/035 diff --git a/035.out.irix b/tests/xfs/035.out.irix similarity index 100% rename from 035.out.irix rename to tests/xfs/035.out.irix diff --git a/035.out.linux b/tests/xfs/035.out.linux similarity index 100% rename from 035.out.linux rename to tests/xfs/035.out.linux diff --git a/036 b/tests/xfs/036 similarity index 100% rename from 036 rename to tests/xfs/036 diff --git a/036.out.irix b/tests/xfs/036.out.irix similarity index 100% rename from 036.out.irix rename to tests/xfs/036.out.irix diff --git a/036.out.linux b/tests/xfs/036.out.linux similarity index 100% rename from 036.out.linux rename to tests/xfs/036.out.linux diff --git a/037 b/tests/xfs/037 similarity index 100% rename from 037 rename to tests/xfs/037 diff --git a/037.out b/tests/xfs/037.out similarity index 100% rename from 037.out rename to tests/xfs/037.out diff --git a/038 b/tests/xfs/038 similarity index 100% rename from 038 rename to tests/xfs/038 diff --git a/038.out b/tests/xfs/038.out similarity index 100% rename from 038.out rename to tests/xfs/038.out diff --git a/039 b/tests/xfs/039 similarity index 100% rename from 039 rename to tests/xfs/039 diff --git a/039.out.irix b/tests/xfs/039.out.irix similarity index 100% rename from 039.out.irix rename to tests/xfs/039.out.irix diff --git a/039.out.linux b/tests/xfs/039.out.linux similarity index 100% rename from 039.out.linux rename to tests/xfs/039.out.linux diff --git a/041 b/tests/xfs/041 similarity index 100% rename from 041 rename to tests/xfs/041 diff --git a/041.out b/tests/xfs/041.out similarity index 100% rename from 041.out rename to tests/xfs/041.out diff --git a/042 b/tests/xfs/042 similarity index 100% rename from 042 rename to tests/xfs/042 diff --git a/042.out b/tests/xfs/042.out similarity index 100% rename from 042.out rename to tests/xfs/042.out diff --git a/043 b/tests/xfs/043 similarity index 100% rename from 043 rename to tests/xfs/043 diff --git a/043.out.irix b/tests/xfs/043.out.irix similarity index 100% rename from 043.out.irix rename to tests/xfs/043.out.irix diff --git a/043.out.linux b/tests/xfs/043.out.linux similarity index 100% rename from 043.out.linux rename to tests/xfs/043.out.linux diff --git a/044 b/tests/xfs/044 similarity index 100% rename from 044 rename to tests/xfs/044 diff --git a/044.out b/tests/xfs/044.out similarity index 100% rename from 044.out rename to tests/xfs/044.out diff --git a/045 b/tests/xfs/045 similarity index 100% rename from 045 rename to tests/xfs/045 diff --git a/045.out b/tests/xfs/045.out similarity index 100% rename from 045.out rename to tests/xfs/045.out diff --git a/046 b/tests/xfs/046 similarity index 100% rename from 046 rename to tests/xfs/046 diff --git a/046.out b/tests/xfs/046.out similarity index 100% rename from 046.out rename to tests/xfs/046.out diff --git a/047 b/tests/xfs/047 similarity index 100% rename from 047 rename to tests/xfs/047 diff --git a/047.out b/tests/xfs/047.out similarity index 100% rename from 047.out rename to tests/xfs/047.out diff --git a/048 b/tests/xfs/048 similarity index 100% rename from 048 rename to tests/xfs/048 diff --git a/048.out b/tests/xfs/048.out similarity index 100% rename from 048.out rename to tests/xfs/048.out diff --git a/049 b/tests/xfs/049 similarity index 100% rename from 049 rename to tests/xfs/049 diff --git a/049.out b/tests/xfs/049.out similarity index 100% rename from 049.out rename to tests/xfs/049.out diff --git a/050 b/tests/xfs/050 similarity index 100% rename from 050 rename to tests/xfs/050 diff --git a/050.out b/tests/xfs/050.out similarity index 100% rename from 050.out rename to tests/xfs/050.out diff --git a/052 b/tests/xfs/052 similarity index 100% rename from 052 rename to tests/xfs/052 diff --git a/052.out b/tests/xfs/052.out similarity index 100% rename from 052.out rename to tests/xfs/052.out diff --git a/054 b/tests/xfs/054 similarity index 100% rename from 054 rename to tests/xfs/054 diff --git a/054.out b/tests/xfs/054.out similarity index 100% rename from 054.out rename to tests/xfs/054.out diff --git a/055 b/tests/xfs/055 similarity index 100% rename from 055 rename to tests/xfs/055 diff --git a/055.out.irix b/tests/xfs/055.out.irix similarity index 100% rename from 055.out.irix rename to tests/xfs/055.out.irix diff --git a/055.out.linux b/tests/xfs/055.out.linux similarity index 100% rename from 055.out.linux rename to tests/xfs/055.out.linux diff --git a/056 b/tests/xfs/056 similarity index 100% rename from 056 rename to tests/xfs/056 diff --git a/056.out b/tests/xfs/056.out similarity index 100% rename from 056.out rename to tests/xfs/056.out diff --git a/057 b/tests/xfs/057 similarity index 100% rename from 057 rename to tests/xfs/057 diff --git a/057.out b/tests/xfs/057.out similarity index 100% rename from 057.out rename to tests/xfs/057.out diff --git a/058 b/tests/xfs/058 similarity index 100% rename from 058 rename to tests/xfs/058 diff --git a/058.out b/tests/xfs/058.out similarity index 100% rename from 058.out rename to tests/xfs/058.out diff --git a/059 b/tests/xfs/059 similarity index 100% rename from 059 rename to tests/xfs/059 diff --git a/059.out b/tests/xfs/059.out similarity index 100% rename from 059.out rename to tests/xfs/059.out diff --git a/060 b/tests/xfs/060 similarity index 100% rename from 060 rename to tests/xfs/060 diff --git a/060.out b/tests/xfs/060.out similarity index 100% rename from 060.out rename to tests/xfs/060.out diff --git a/061 b/tests/xfs/061 similarity index 100% rename from 061 rename to tests/xfs/061 diff --git a/061.out b/tests/xfs/061.out similarity index 100% rename from 061.out rename to tests/xfs/061.out diff --git a/063 b/tests/xfs/063 similarity index 100% rename from 063 rename to tests/xfs/063 diff --git a/063.out b/tests/xfs/063.out similarity index 100% rename from 063.out rename to tests/xfs/063.out diff --git a/064 b/tests/xfs/064 similarity index 100% rename from 064 rename to tests/xfs/064 diff --git a/064.out b/tests/xfs/064.out similarity index 100% rename from 064.out rename to tests/xfs/064.out diff --git a/065 b/tests/xfs/065 similarity index 100% rename from 065 rename to tests/xfs/065 diff --git a/065.out b/tests/xfs/065.out similarity index 100% rename from 065.out rename to tests/xfs/065.out diff --git a/066 b/tests/xfs/066 similarity index 100% rename from 066 rename to tests/xfs/066 diff --git a/066.out b/tests/xfs/066.out similarity index 100% rename from 066.out rename to tests/xfs/066.out diff --git a/067 b/tests/xfs/067 similarity index 100% rename from 067 rename to tests/xfs/067 diff --git a/067.out b/tests/xfs/067.out similarity index 100% rename from 067.out rename to tests/xfs/067.out diff --git a/071 b/tests/xfs/071 similarity index 100% rename from 071 rename to tests/xfs/071 diff --git a/071.out b/tests/xfs/071.out similarity index 100% rename from 071.out rename to tests/xfs/071.out diff --git a/071.out.32 b/tests/xfs/071.out.32 similarity index 100% rename from 071.out.32 rename to tests/xfs/071.out.32 diff --git a/071.out.64 b/tests/xfs/071.out.64 similarity index 100% rename from 071.out.64 rename to tests/xfs/071.out.64 diff --git a/072 b/tests/xfs/072 similarity index 100% rename from 072 rename to tests/xfs/072 diff --git a/072.out b/tests/xfs/072.out similarity index 100% rename from 072.out rename to tests/xfs/072.out diff --git a/073 b/tests/xfs/073 similarity index 100% rename from 073 rename to tests/xfs/073 diff --git a/073.out b/tests/xfs/073.out similarity index 100% rename from 073.out rename to tests/xfs/073.out diff --git a/078 b/tests/xfs/078 similarity index 100% rename from 078 rename to tests/xfs/078 diff --git a/078.out b/tests/xfs/078.out similarity index 100% rename from 078.out rename to tests/xfs/078.out diff --git a/080 b/tests/xfs/080 similarity index 100% rename from 080 rename to tests/xfs/080 diff --git a/080.out b/tests/xfs/080.out similarity index 100% rename from 080.out rename to tests/xfs/080.out diff --git a/081 b/tests/xfs/081 similarity index 100% rename from 081 rename to tests/xfs/081 diff --git a/081.out b/tests/xfs/081.out similarity index 100% rename from 081.out rename to tests/xfs/081.out diff --git a/081.ugquota.trans_inode b/tests/xfs/081.ugquota.trans_inode similarity index 100% rename from 081.ugquota.trans_inode rename to tests/xfs/081.ugquota.trans_inode diff --git a/082 b/tests/xfs/082 similarity index 100% rename from 082 rename to tests/xfs/082 diff --git a/082.op.irix b/tests/xfs/082.op.irix similarity index 100% rename from 082.op.irix rename to tests/xfs/082.op.irix diff --git a/082.op.linux b/tests/xfs/082.op.linux similarity index 100% rename from 082.op.linux rename to tests/xfs/082.op.linux diff --git a/082.out b/tests/xfs/082.out similarity index 100% rename from 082.out rename to tests/xfs/082.out diff --git a/082.trans_buf b/tests/xfs/082.trans_buf similarity index 100% rename from 082.trans_buf rename to tests/xfs/082.trans_buf diff --git a/082.trans_inode b/tests/xfs/082.trans_inode similarity index 100% rename from 082.trans_inode rename to tests/xfs/082.trans_inode diff --git a/084 b/tests/xfs/084 similarity index 100% rename from 084 rename to tests/xfs/084 diff --git a/084.out b/tests/xfs/084.out similarity index 100% rename from 084.out rename to tests/xfs/084.out diff --git a/085 b/tests/xfs/085 similarity index 100% rename from 085 rename to tests/xfs/085 diff --git a/085.out b/tests/xfs/085.out similarity index 100% rename from 085.out rename to tests/xfs/085.out diff --git a/086 b/tests/xfs/086 similarity index 100% rename from 086 rename to tests/xfs/086 diff --git a/086.out b/tests/xfs/086.out similarity index 100% rename from 086.out rename to tests/xfs/086.out diff --git a/087 b/tests/xfs/087 similarity index 100% rename from 087 rename to tests/xfs/087 diff --git a/087.out b/tests/xfs/087.out similarity index 100% rename from 087.out rename to tests/xfs/087.out diff --git a/090 b/tests/xfs/090 similarity index 100% rename from 090 rename to tests/xfs/090 diff --git a/090.out b/tests/xfs/090.out similarity index 100% rename from 090.out rename to tests/xfs/090.out diff --git a/092 b/tests/xfs/092 similarity index 100% rename from 092 rename to tests/xfs/092 diff --git a/092.out b/tests/xfs/092.out similarity index 100% rename from 092.out rename to tests/xfs/092.out diff --git a/094 b/tests/xfs/094 similarity index 100% rename from 094 rename to tests/xfs/094 diff --git a/094.out b/tests/xfs/094.out similarity index 100% rename from 094.out rename to tests/xfs/094.out diff --git a/095 b/tests/xfs/095 similarity index 100% rename from 095 rename to tests/xfs/095 diff --git a/095.out b/tests/xfs/095.out similarity index 100% rename from 095.out rename to tests/xfs/095.out diff --git a/096 b/tests/xfs/096 similarity index 100% rename from 096 rename to tests/xfs/096 diff --git a/096.external b/tests/xfs/096.external similarity index 100% rename from 096.external rename to tests/xfs/096.external diff --git a/096.internal b/tests/xfs/096.internal similarity index 100% rename from 096.internal rename to tests/xfs/096.internal diff --git a/103 b/tests/xfs/103 similarity index 100% rename from 103 rename to tests/xfs/103 diff --git a/103.out b/tests/xfs/103.out similarity index 100% rename from 103.out rename to tests/xfs/103.out diff --git a/104 b/tests/xfs/104 similarity index 100% rename from 104 rename to tests/xfs/104 diff --git a/104.out b/tests/xfs/104.out similarity index 100% rename from 104.out rename to tests/xfs/104.out diff --git a/106 b/tests/xfs/106 similarity index 100% rename from 106 rename to tests/xfs/106 diff --git a/106.out b/tests/xfs/106.out similarity index 100% rename from 106.out rename to tests/xfs/106.out diff --git a/107 b/tests/xfs/107 similarity index 100% rename from 107 rename to tests/xfs/107 diff --git a/107.out b/tests/xfs/107.out similarity index 100% rename from 107.out rename to tests/xfs/107.out diff --git a/108 b/tests/xfs/108 similarity index 100% rename from 108 rename to tests/xfs/108 diff --git a/108.out b/tests/xfs/108.out similarity index 100% rename from 108.out rename to tests/xfs/108.out diff --git a/109 b/tests/xfs/109 similarity index 100% rename from 109 rename to tests/xfs/109 diff --git a/109.out b/tests/xfs/109.out similarity index 100% rename from 109.out rename to tests/xfs/109.out diff --git a/110 b/tests/xfs/110 similarity index 100% rename from 110 rename to tests/xfs/110 diff --git a/110.out b/tests/xfs/110.out similarity index 100% rename from 110.out rename to tests/xfs/110.out diff --git a/111 b/tests/xfs/111 similarity index 100% rename from 111 rename to tests/xfs/111 diff --git a/111.out b/tests/xfs/111.out similarity index 100% rename from 111.out rename to tests/xfs/111.out diff --git a/114 b/tests/xfs/114 similarity index 100% rename from 114 rename to tests/xfs/114 diff --git a/114.out b/tests/xfs/114.out similarity index 100% rename from 114.out rename to tests/xfs/114.out diff --git a/115 b/tests/xfs/115 similarity index 100% rename from 115 rename to tests/xfs/115 diff --git a/115.out b/tests/xfs/115.out similarity index 100% rename from 115.out rename to tests/xfs/115.out diff --git a/116 b/tests/xfs/116 similarity index 100% rename from 116 rename to tests/xfs/116 diff --git a/116.out b/tests/xfs/116.out similarity index 100% rename from 116.out rename to tests/xfs/116.out diff --git a/118 b/tests/xfs/118 similarity index 100% rename from 118 rename to tests/xfs/118 diff --git a/118.out b/tests/xfs/118.out similarity index 100% rename from 118.out rename to tests/xfs/118.out diff --git a/119 b/tests/xfs/119 similarity index 100% rename from 119 rename to tests/xfs/119 diff --git a/119.out b/tests/xfs/119.out similarity index 100% rename from 119.out rename to tests/xfs/119.out diff --git a/121 b/tests/xfs/121 similarity index 100% rename from 121 rename to tests/xfs/121 diff --git a/121.out b/tests/xfs/121.out similarity index 100% rename from 121.out rename to tests/xfs/121.out diff --git a/122 b/tests/xfs/122 similarity index 100% rename from 122 rename to tests/xfs/122 diff --git a/122.out b/tests/xfs/122.out similarity index 100% rename from 122.out rename to tests/xfs/122.out diff --git a/134 b/tests/xfs/134 similarity index 100% rename from 134 rename to tests/xfs/134 diff --git a/134.out b/tests/xfs/134.out similarity index 100% rename from 134.out rename to tests/xfs/134.out diff --git a/136 b/tests/xfs/136 similarity index 100% rename from 136 rename to tests/xfs/136 diff --git a/136.out b/tests/xfs/136.out similarity index 100% rename from 136.out rename to tests/xfs/136.out diff --git a/137 b/tests/xfs/137 similarity index 100% rename from 137 rename to tests/xfs/137 diff --git a/137.out b/tests/xfs/137.out similarity index 100% rename from 137.out rename to tests/xfs/137.out diff --git a/138 b/tests/xfs/138 similarity index 100% rename from 138 rename to tests/xfs/138 diff --git a/138.out b/tests/xfs/138.out similarity index 100% rename from 138.out rename to tests/xfs/138.out diff --git a/139 b/tests/xfs/139 similarity index 100% rename from 139 rename to tests/xfs/139 diff --git a/139.out b/tests/xfs/139.out similarity index 100% rename from 139.out rename to tests/xfs/139.out diff --git a/140 b/tests/xfs/140 similarity index 100% rename from 140 rename to tests/xfs/140 diff --git a/140.out b/tests/xfs/140.out similarity index 100% rename from 140.out rename to tests/xfs/140.out diff --git a/142 b/tests/xfs/142 similarity index 100% rename from 142 rename to tests/xfs/142 diff --git a/142.out b/tests/xfs/142.out similarity index 100% rename from 142.out rename to tests/xfs/142.out diff --git a/143 b/tests/xfs/143 similarity index 100% rename from 143 rename to tests/xfs/143 diff --git a/143.out b/tests/xfs/143.out similarity index 100% rename from 143.out rename to tests/xfs/143.out diff --git a/144 b/tests/xfs/144 similarity index 100% rename from 144 rename to tests/xfs/144 diff --git a/144.out b/tests/xfs/144.out similarity index 100% rename from 144.out rename to tests/xfs/144.out diff --git a/145 b/tests/xfs/145 similarity index 100% rename from 145 rename to tests/xfs/145 diff --git a/145.out b/tests/xfs/145.out similarity index 100% rename from 145.out rename to tests/xfs/145.out diff --git a/146 b/tests/xfs/146 similarity index 100% rename from 146 rename to tests/xfs/146 diff --git a/146.out.irix b/tests/xfs/146.out.irix similarity index 100% rename from 146.out.irix rename to tests/xfs/146.out.irix diff --git a/146.out.linux b/tests/xfs/146.out.linux similarity index 100% rename from 146.out.linux rename to tests/xfs/146.out.linux diff --git a/147 b/tests/xfs/147 similarity index 100% rename from 147 rename to tests/xfs/147 diff --git a/147.out b/tests/xfs/147.out similarity index 100% rename from 147.out rename to tests/xfs/147.out diff --git a/148 b/tests/xfs/148 similarity index 100% rename from 148 rename to tests/xfs/148 diff --git a/148.out b/tests/xfs/148.out similarity index 100% rename from 148.out rename to tests/xfs/148.out diff --git a/149 b/tests/xfs/149 similarity index 100% rename from 149 rename to tests/xfs/149 diff --git a/149.out b/tests/xfs/149.out similarity index 100% rename from 149.out rename to tests/xfs/149.out diff --git a/150 b/tests/xfs/150 similarity index 100% rename from 150 rename to tests/xfs/150 diff --git a/150.out b/tests/xfs/150.out similarity index 100% rename from 150.out rename to tests/xfs/150.out diff --git a/151 b/tests/xfs/151 similarity index 100% rename from 151 rename to tests/xfs/151 diff --git a/151.out b/tests/xfs/151.out similarity index 100% rename from 151.out rename to tests/xfs/151.out diff --git a/152 b/tests/xfs/152 similarity index 100% rename from 152 rename to tests/xfs/152 diff --git a/152.out b/tests/xfs/152.out similarity index 100% rename from 152.out rename to tests/xfs/152.out diff --git a/153 b/tests/xfs/153 similarity index 100% rename from 153 rename to tests/xfs/153 diff --git a/153.out b/tests/xfs/153.out similarity index 100% rename from 153.out rename to tests/xfs/153.out diff --git a/154 b/tests/xfs/154 similarity index 100% rename from 154 rename to tests/xfs/154 diff --git a/154.out b/tests/xfs/154.out similarity index 100% rename from 154.out rename to tests/xfs/154.out diff --git a/155 b/tests/xfs/155 similarity index 100% rename from 155 rename to tests/xfs/155 diff --git a/155.out b/tests/xfs/155.out similarity index 100% rename from 155.out rename to tests/xfs/155.out diff --git a/156 b/tests/xfs/156 similarity index 100% rename from 156 rename to tests/xfs/156 diff --git a/156.out b/tests/xfs/156.out similarity index 100% rename from 156.out rename to tests/xfs/156.out diff --git a/157 b/tests/xfs/157 similarity index 100% rename from 157 rename to tests/xfs/157 diff --git a/157.out b/tests/xfs/157.out similarity index 100% rename from 157.out rename to tests/xfs/157.out diff --git a/158 b/tests/xfs/158 similarity index 100% rename from 158 rename to tests/xfs/158 diff --git a/158.out b/tests/xfs/158.out similarity index 100% rename from 158.out rename to tests/xfs/158.out diff --git a/159 b/tests/xfs/159 similarity index 100% rename from 159 rename to tests/xfs/159 diff --git a/159.out b/tests/xfs/159.out similarity index 100% rename from 159.out rename to tests/xfs/159.out diff --git a/160 b/tests/xfs/160 similarity index 100% rename from 160 rename to tests/xfs/160 diff --git a/160.out b/tests/xfs/160.out similarity index 100% rename from 160.out rename to tests/xfs/160.out diff --git a/161 b/tests/xfs/161 similarity index 100% rename from 161 rename to tests/xfs/161 diff --git a/161.out b/tests/xfs/161.out similarity index 100% rename from 161.out rename to tests/xfs/161.out diff --git a/162 b/tests/xfs/162 similarity index 100% rename from 162 rename to tests/xfs/162 diff --git a/162.out b/tests/xfs/162.out similarity index 100% rename from 162.out rename to tests/xfs/162.out diff --git a/163 b/tests/xfs/163 similarity index 100% rename from 163 rename to tests/xfs/163 diff --git a/163.out b/tests/xfs/163.out similarity index 100% rename from 163.out rename to tests/xfs/163.out diff --git a/164 b/tests/xfs/164 similarity index 100% rename from 164 rename to tests/xfs/164 diff --git a/164.out b/tests/xfs/164.out similarity index 100% rename from 164.out rename to tests/xfs/164.out diff --git a/165 b/tests/xfs/165 similarity index 100% rename from 165 rename to tests/xfs/165 diff --git a/165.out b/tests/xfs/165.out similarity index 100% rename from 165.out rename to tests/xfs/165.out diff --git a/166 b/tests/xfs/166 similarity index 100% rename from 166 rename to tests/xfs/166 diff --git a/166.out b/tests/xfs/166.out similarity index 100% rename from 166.out rename to tests/xfs/166.out diff --git a/167 b/tests/xfs/167 similarity index 100% rename from 167 rename to tests/xfs/167 diff --git a/167.out b/tests/xfs/167.out similarity index 100% rename from 167.out rename to tests/xfs/167.out diff --git a/168 b/tests/xfs/168 similarity index 100% rename from 168 rename to tests/xfs/168 diff --git a/168.out b/tests/xfs/168.out similarity index 100% rename from 168.out rename to tests/xfs/168.out diff --git a/170 b/tests/xfs/170 similarity index 100% rename from 170 rename to tests/xfs/170 diff --git a/170.out b/tests/xfs/170.out similarity index 100% rename from 170.out rename to tests/xfs/170.out diff --git a/171 b/tests/xfs/171 similarity index 100% rename from 171 rename to tests/xfs/171 diff --git a/171.out b/tests/xfs/171.out similarity index 100% rename from 171.out rename to tests/xfs/171.out diff --git a/172 b/tests/xfs/172 similarity index 100% rename from 172 rename to tests/xfs/172 diff --git a/172.out b/tests/xfs/172.out similarity index 100% rename from 172.out rename to tests/xfs/172.out diff --git a/173 b/tests/xfs/173 similarity index 100% rename from 173 rename to tests/xfs/173 diff --git a/173.out b/tests/xfs/173.out similarity index 100% rename from 173.out rename to tests/xfs/173.out diff --git a/174 b/tests/xfs/174 similarity index 100% rename from 174 rename to tests/xfs/174 diff --git a/174.out b/tests/xfs/174.out similarity index 100% rename from 174.out rename to tests/xfs/174.out diff --git a/175 b/tests/xfs/175 similarity index 100% rename from 175 rename to tests/xfs/175 diff --git a/175.out b/tests/xfs/175.out similarity index 100% rename from 175.out rename to tests/xfs/175.out diff --git a/176 b/tests/xfs/176 similarity index 100% rename from 176 rename to tests/xfs/176 diff --git a/176.out b/tests/xfs/176.out similarity index 100% rename from 176.out rename to tests/xfs/176.out diff --git a/178 b/tests/xfs/178 similarity index 100% rename from 178 rename to tests/xfs/178 diff --git a/178.out b/tests/xfs/178.out similarity index 100% rename from 178.out rename to tests/xfs/178.out diff --git a/179 b/tests/xfs/179 similarity index 100% rename from 179 rename to tests/xfs/179 diff --git a/179.out b/tests/xfs/179.out similarity index 100% rename from 179.out rename to tests/xfs/179.out diff --git a/180 b/tests/xfs/180 similarity index 100% rename from 180 rename to tests/xfs/180 diff --git a/180.out b/tests/xfs/180.out similarity index 100% rename from 180.out rename to tests/xfs/180.out diff --git a/181 b/tests/xfs/181 similarity index 100% rename from 181 rename to tests/xfs/181 diff --git a/181.out b/tests/xfs/181.out similarity index 100% rename from 181.out rename to tests/xfs/181.out diff --git a/182 b/tests/xfs/182 similarity index 100% rename from 182 rename to tests/xfs/182 diff --git a/182.out b/tests/xfs/182.out similarity index 100% rename from 182.out rename to tests/xfs/182.out diff --git a/183 b/tests/xfs/183 similarity index 100% rename from 183 rename to tests/xfs/183 diff --git a/183.out b/tests/xfs/183.out similarity index 100% rename from 183.out rename to tests/xfs/183.out diff --git a/185 b/tests/xfs/185 similarity index 100% rename from 185 rename to tests/xfs/185 diff --git a/185.out b/tests/xfs/185.out similarity index 100% rename from 185.out rename to tests/xfs/185.out diff --git a/186 b/tests/xfs/186 similarity index 100% rename from 186 rename to tests/xfs/186 diff --git a/186.out b/tests/xfs/186.out similarity index 100% rename from 186.out rename to tests/xfs/186.out diff --git a/187 b/tests/xfs/187 similarity index 100% rename from 187 rename to tests/xfs/187 diff --git a/187.out b/tests/xfs/187.out similarity index 100% rename from 187.out rename to tests/xfs/187.out diff --git a/188 b/tests/xfs/188 similarity index 100% rename from 188 rename to tests/xfs/188 diff --git a/188.out b/tests/xfs/188.out similarity index 100% rename from 188.out rename to tests/xfs/188.out diff --git a/189 b/tests/xfs/189 similarity index 100% rename from 189 rename to tests/xfs/189 diff --git a/189.out b/tests/xfs/189.out similarity index 100% rename from 189.out rename to tests/xfs/189.out diff --git a/190 b/tests/xfs/190 similarity index 100% rename from 190 rename to tests/xfs/190 diff --git a/190.out b/tests/xfs/190.out similarity index 100% rename from 190.out rename to tests/xfs/190.out diff --git a/191 b/tests/xfs/191 similarity index 100% rename from 191 rename to tests/xfs/191 diff --git a/191.out b/tests/xfs/191.out similarity index 100% rename from 191.out rename to tests/xfs/191.out diff --git a/194 b/tests/xfs/194 similarity index 100% rename from 194 rename to tests/xfs/194 diff --git a/194.out b/tests/xfs/194.out similarity index 100% rename from 194.out rename to tests/xfs/194.out diff --git a/195 b/tests/xfs/195 similarity index 100% rename from 195 rename to tests/xfs/195 diff --git a/195.out b/tests/xfs/195.out similarity index 100% rename from 195.out rename to tests/xfs/195.out diff --git a/196 b/tests/xfs/196 similarity index 100% rename from 196 rename to tests/xfs/196 diff --git a/196.out b/tests/xfs/196.out similarity index 100% rename from 196.out rename to tests/xfs/196.out diff --git a/197 b/tests/xfs/197 similarity index 100% rename from 197 rename to tests/xfs/197 diff --git a/197.out b/tests/xfs/197.out similarity index 100% rename from 197.out rename to tests/xfs/197.out diff --git a/199 b/tests/xfs/199 similarity index 100% rename from 199 rename to tests/xfs/199 diff --git a/199.out b/tests/xfs/199.out similarity index 100% rename from 199.out rename to tests/xfs/199.out diff --git a/200 b/tests/xfs/200 similarity index 100% rename from 200 rename to tests/xfs/200 diff --git a/200.out b/tests/xfs/200.out similarity index 100% rename from 200.out rename to tests/xfs/200.out diff --git a/201 b/tests/xfs/201 similarity index 100% rename from 201 rename to tests/xfs/201 diff --git a/201.out b/tests/xfs/201.out similarity index 100% rename from 201.out rename to tests/xfs/201.out diff --git a/202 b/tests/xfs/202 similarity index 100% rename from 202 rename to tests/xfs/202 diff --git a/202.out b/tests/xfs/202.out similarity index 100% rename from 202.out rename to tests/xfs/202.out diff --git a/203 b/tests/xfs/203 similarity index 100% rename from 203 rename to tests/xfs/203 diff --git a/203.out b/tests/xfs/203.out similarity index 100% rename from 203.out rename to tests/xfs/203.out diff --git a/205 b/tests/xfs/205 similarity index 100% rename from 205 rename to tests/xfs/205 diff --git a/205.out b/tests/xfs/205.out similarity index 100% rename from 205.out rename to tests/xfs/205.out diff --git a/206 b/tests/xfs/206 similarity index 100% rename from 206 rename to tests/xfs/206 diff --git a/206.out b/tests/xfs/206.out similarity index 100% rename from 206.out rename to tests/xfs/206.out diff --git a/216 b/tests/xfs/216 similarity index 100% rename from 216 rename to tests/xfs/216 diff --git a/216.out b/tests/xfs/216.out similarity index 100% rename from 216.out rename to tests/xfs/216.out diff --git a/217 b/tests/xfs/217 similarity index 100% rename from 217 rename to tests/xfs/217 diff --git a/217.out b/tests/xfs/217.out similarity index 100% rename from 217.out rename to tests/xfs/217.out diff --git a/220 b/tests/xfs/220 similarity index 100% rename from 220 rename to tests/xfs/220 diff --git a/220.out b/tests/xfs/220.out similarity index 100% rename from 220.out rename to tests/xfs/220.out diff --git a/222 b/tests/xfs/222 similarity index 100% rename from 222 rename to tests/xfs/222 diff --git a/222.out b/tests/xfs/222.out similarity index 100% rename from 222.out rename to tests/xfs/222.out diff --git a/227 b/tests/xfs/227 similarity index 100% rename from 227 rename to tests/xfs/227 diff --git a/227.out b/tests/xfs/227.out similarity index 100% rename from 227.out rename to tests/xfs/227.out diff --git a/229 b/tests/xfs/229 similarity index 100% rename from 229 rename to tests/xfs/229 diff --git a/229.out b/tests/xfs/229.out similarity index 100% rename from 229.out rename to tests/xfs/229.out diff --git a/238 b/tests/xfs/238 similarity index 100% rename from 238 rename to tests/xfs/238 diff --git a/238.out b/tests/xfs/238.out similarity index 100% rename from 238.out rename to tests/xfs/238.out diff --git a/242 b/tests/xfs/242 similarity index 100% rename from 242 rename to tests/xfs/242 diff --git a/242.out b/tests/xfs/242.out similarity index 100% rename from 242.out rename to tests/xfs/242.out diff --git a/244 b/tests/xfs/244 similarity index 100% rename from 244 rename to tests/xfs/244 diff --git a/244.out b/tests/xfs/244.out similarity index 100% rename from 244.out rename to tests/xfs/244.out diff --git a/250 b/tests/xfs/250 similarity index 100% rename from 250 rename to tests/xfs/250 diff --git a/250.out b/tests/xfs/250.out similarity index 100% rename from 250.out rename to tests/xfs/250.out diff --git a/253 b/tests/xfs/253 similarity index 100% rename from 253 rename to tests/xfs/253 diff --git a/253.out b/tests/xfs/253.out similarity index 100% rename from 253.out rename to tests/xfs/253.out diff --git a/259 b/tests/xfs/259 similarity index 100% rename from 259 rename to tests/xfs/259 diff --git a/259.out b/tests/xfs/259.out similarity index 100% rename from 259.out rename to tests/xfs/259.out diff --git a/261 b/tests/xfs/261 similarity index 100% rename from 261 rename to tests/xfs/261 diff --git a/261.out b/tests/xfs/261.out similarity index 100% rename from 261.out rename to tests/xfs/261.out diff --git a/262 b/tests/xfs/262 similarity index 100% rename from 262 rename to tests/xfs/262 diff --git a/262.out b/tests/xfs/262.out similarity index 100% rename from 262.out rename to tests/xfs/262.out diff --git a/266 b/tests/xfs/266 similarity index 100% rename from 266 rename to tests/xfs/266 diff --git a/266.out b/tests/xfs/266.out similarity index 100% rename from 266.out rename to tests/xfs/266.out diff --git a/267 b/tests/xfs/267 similarity index 100% rename from 267 rename to tests/xfs/267 diff --git a/267.out b/tests/xfs/267.out similarity index 100% rename from 267.out rename to tests/xfs/267.out diff --git a/268 b/tests/xfs/268 similarity index 100% rename from 268 rename to tests/xfs/268 diff --git a/268.out b/tests/xfs/268.out similarity index 100% rename from 268.out rename to tests/xfs/268.out diff --git a/278 b/tests/xfs/278 similarity index 100% rename from 278 rename to tests/xfs/278 diff --git a/278.out b/tests/xfs/278.out similarity index 100% rename from 278.out rename to tests/xfs/278.out diff --git a/279 b/tests/xfs/279 similarity index 100% rename from 279 rename to tests/xfs/279 diff --git a/279.out b/tests/xfs/279.out similarity index 100% rename from 279.out rename to tests/xfs/279.out diff --git a/281 b/tests/xfs/281 similarity index 100% rename from 281 rename to tests/xfs/281 diff --git a/281.out b/tests/xfs/281.out similarity index 100% rename from 281.out rename to tests/xfs/281.out diff --git a/282 b/tests/xfs/282 similarity index 100% rename from 282 rename to tests/xfs/282 diff --git a/282.out b/tests/xfs/282.out similarity index 100% rename from 282.out rename to tests/xfs/282.out diff --git a/283 b/tests/xfs/283 similarity index 100% rename from 283 rename to tests/xfs/283 diff --git a/283.out b/tests/xfs/283.out similarity index 100% rename from 283.out rename to tests/xfs/283.out diff --git a/287 b/tests/xfs/287 similarity index 100% rename from 287 rename to tests/xfs/287 diff --git a/287.out b/tests/xfs/287.out similarity index 100% rename from 287.out rename to tests/xfs/287.out diff --git a/290 b/tests/xfs/290 similarity index 100% rename from 290 rename to tests/xfs/290 diff --git a/290.out b/tests/xfs/290.out similarity index 100% rename from 290.out rename to tests/xfs/290.out diff --git a/291 b/tests/xfs/291 similarity index 100% rename from 291 rename to tests/xfs/291 diff --git a/291.out b/tests/xfs/291.out similarity index 100% rename from 291.out rename to tests/xfs/291.out diff --git a/292 b/tests/xfs/292 similarity index 100% rename from 292 rename to tests/xfs/292 diff --git a/292.out b/tests/xfs/292.out similarity index 100% rename from 292.out rename to tests/xfs/292.out diff --git a/293 b/tests/xfs/293 similarity index 100% rename from 293 rename to tests/xfs/293 diff --git a/293.out b/tests/xfs/293.out similarity index 100% rename from 293.out rename to tests/xfs/293.out diff --git a/295 b/tests/xfs/295 similarity index 100% rename from 295 rename to tests/xfs/295 diff --git a/295.out b/tests/xfs/295.out similarity index 100% rename from 295.out rename to tests/xfs/295.out diff --git a/296 b/tests/xfs/296 similarity index 100% rename from 296 rename to tests/xfs/296 diff --git a/296.out b/tests/xfs/296.out similarity index 100% rename from 296.out rename to tests/xfs/296.out diff --git a/297 b/tests/xfs/297 similarity index 100% rename from 297 rename to tests/xfs/297 diff --git a/297.out b/tests/xfs/297.out similarity index 100% rename from 297.out rename to tests/xfs/297.out diff --git a/tests/xfs/group b/tests/xfs/group new file mode 100644 index 000000000..4d7f06f34 --- /dev/null +++ b/tests/xfs/group @@ -0,0 +1,176 @@ +003 db auto quick +004 db auto quick +008 rw ioctl auto quick +009 rw ioctl auto prealloc quick +012 rw auto quick +016 rw auto quick +017 mount auto quick stress +018 deprecated # log logprint v2log +019 mkfs auto quick +021 db attr auto quick +022 dump ioctl tape +023 dump ioctl tape +024 dump ioctl tape +025 dump ioctl tape +026 dump ioctl auto quick +027 dump ioctl auto quick +028 dump ioctl auto quick +029 mkfs logprint log auto quick +030 repair auto quick +031 repair mkfs auto quick +033 repair auto quick +034 other auto quick +035 dump ioctl tape auto +036 dump ioctl remote tape +037 dump ioctl remote tape +038 dump ioctl remote tape +039 dump ioctl remote tape +041 growfs ioctl auto +042 fsr ioctl auto +043 dump ioctl tape +044 other auto +045 other auto quick +046 dump ioctl auto quick +047 dump ioctl auto +048 other auto quick +049 rw auto quick +050 quota auto quick +052 quota db auto quick +054 quota auto quick +055 dump ioctl remote tape +056 dump ioctl auto quick +057 acl auto +058 acl auto +059 dump ioctl auto quick +060 dump ioctl auto quick +061 dump ioctl auto quick +063 dump attr auto quick +064 dump auto +065 dump auto +066 dump ioctl auto quick +067 acl attr auto quick +071 rw auto +072 rw auto prealloc quick +073 copy auto +078 growfs auto quick +080 rw ioctl +081 deprecated # log logprint quota +082 deprecated # log logprint v2log +084 ioctl rw auto +085 log auto quick +086 log v2log auto +087 log v2log auto quota stress +090 rw auto +092 other auto quick +094 metadata dir ioctl auto +095 log v2log auto +096 mkfs v2log auto quick +103 metadata dir ioctl auto quick +104 growfs ioctl prealloc auto stress +106 quota +107 quota +108 quota auto quick +109 metadata auto +110 repair auto +111 ioctl +114 parent attr stress +115 parent attr +116 quota auto quick +118 quota auto quick +119 log v2log auto freeze dangerous +121 log auto quick +122 other auto quick +134 quota auto quick +136 attr2 +137 metadata log auto +138 metadata log auto +139 metadata log auto +140 metadata log auto +142 dmapi auto +143 dmapi auto +144 dmapi auto +145 dmapi auto +146 dmapi auto +147 dmapi auto +148 repair auto +149 repair auto +150 dmapi auto +151 dmapi auto +152 dmapi auto +153 dmapi auto +154 dmapi auto +155 dmapi auto +156 dmapi auto +157 dmapi auto +158 dmapi auto +159 dmapi auto +160 dmapi auto +161 dmapi auto +162 dmapi auto +163 dmapi auto +164 rw pattern auto prealloc quick +165 rw pattern auto prealloc quick +166 rw metadata auto quick +167 rw metadata auto stress +168 dmapi auto +170 rw filestreams auto quick +171 rw filestreams +172 rw filestreams +173 rw filestreams +174 rw filestreams auto +175 dmapi auto +176 dmapi auto +178 mkfs other auto +179 metadata rw auto +180 metadata rw auto +181 log auto quick +182 metadata rw auto +183 rw other auto quick +185 dmapi auto +186 attr auto quick +187 attr auto quick +188 ci dir auto +189 mount auto quick +190 rw auto quick +191 nfs4acl auto +194 rw auto +195 ioctl dump auto quick +196 quota auto quick +197 dir auto quick +199 mount auto quick +200 mount auto quick +201 metadata auto quick +202 repair auto quick +203 ioctl auto +205 metadata rw auto +206 growfs auto quick +216 log metadata auto quick +217 log metadata auto +220 auto quota quick +222 auto fsr ioctl quick +227 auto fsr +229 auto rw +238 auto quick metadata ioctl +242 auto quick prealloc +244 auto quota quick +250 auto quick rw prealloc metadata +253 auto quick +259 auto quick +261 auto quick quota +262 auto quick quota +266 dump ioctl auto quick +267 dump ioctl tape +268 dump ioctl tape +278 repair auto +279 auto mkfs +281 dump ioctl auto quick +282 dump ioctl auto quick +283 dump ioctl auto quick +287 auto dump quota quick +290 auto rw prealloc quick ioctl +291 repair +292 auto mkfs quick +293 auto quick +295 auto logprint quick +296 dump auto quick +297 auto freeze