From: Lukas Czerner Date: Fri, 4 Apr 2014 06:18:50 +0000 (+1100) Subject: ext4: Make shared/243 ext4 specific X-Git-Tag: v2022.05.01~3195 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=259d680620a073b41b8317be74227106d443c302;p=users%2Fhch%2Fxfstests-dev.git ext4: Make shared/243 ext4 specific The test shared/243 really is ext4 specific even though currently we would run it on other file systems as well, it would not actually do any testing. So move it to ext4 specific directory and rename it to 002. Signed-off-by: Lukas Czerner Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- diff --git a/tests/shared/243 b/tests/ext4/002 similarity index 99% rename from tests/shared/243 rename to tests/ext4/002 index e0f2db259..12be25393 100755 --- a/tests/shared/243 +++ b/tests/ext4/002 @@ -1,5 +1,5 @@ #! /bin/bash -# FS QA Test No. 243 +# FS QA Test No. ext4/002 # # Test to ensure that the EOFBLOCK_FL gets set/unset correctly. # @@ -117,7 +117,7 @@ _check_ext4_eof_flag() . ./common/filter # Prerequisites for the test run. -_supported_fs ext4 xfs btrfs gfs2 +_supported_fs ext4 _supported_os Linux _require_xfs_io_falloc diff --git a/tests/shared/243.out b/tests/ext4/002.out similarity index 95% rename from tests/shared/243.out rename to tests/ext4/002.out index 290a00541..3dcca8773 100644 --- a/tests/shared/243.out +++ b/tests/ext4/002.out @@ -1,4 +1,4 @@ -QA output created by 243 +QA output created by 002 wrote 4096/4096 bytes at offset 0 XXX Bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) wrote 4096/4096 bytes at offset 0 diff --git a/tests/ext4/group b/tests/ext4/group index dd2841e72..7e660354e 100644 --- a/tests/ext4/group +++ b/tests/ext4/group @@ -4,6 +4,7 @@ # - comment line before each group is "new" description # 001 auto prealloc quick +002 auto quick prealloc 271 auto rw quick 301 aio dangerous ioctl rw stress 302 aio dangerous ioctl rw stress diff --git a/tests/shared/group b/tests/shared/group index 533529613..429f2b434 100644 --- a/tests/shared/group +++ b/tests/shared/group @@ -6,7 +6,6 @@ 006 auto enospc 032 mkfs auto quick 051 acl udf auto quick -243 auto quick prealloc 272 auto enospc rw 289 auto quick 298 auto trim