From 259d680620a073b41b8317be74227106d443c302 Mon Sep 17 00:00:00 2001 From: Lukas Czerner Date: Fri, 4 Apr 2014 17:18:50 +1100 Subject: [PATCH] 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 --- tests/{shared/243 => ext4/002} | 4 ++-- tests/{shared/243.out => ext4/002.out} | 2 +- tests/ext4/group | 1 + tests/shared/group | 1 - 4 files changed, 4 insertions(+), 4 deletions(-) rename tests/{shared/243 => ext4/002} (99%) rename tests/{shared/243.out => ext4/002.out} (95%) diff --git a/tests/shared/243 b/tests/ext4/002 similarity index 99% rename from tests/shared/243 rename to tests/ext4/002 index e0f2db25..12be2539 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 290a0054..3dcca877 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 dd2841e7..7e660354 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 53352961..429f2b43 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 -- 2.47.3