public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfstests: enable still more tests for generic filesystems
@ 2009-06-09 18:05 Eric Sandeen
  2009-06-09 18:22 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Sandeen @ 2009-06-09 18:05 UTC (permalink / raw)
  To: xfs mailing list

Make the following tests _supported_fs generic:

088 - test out CAP_DAC_OVERRIDE and CAP_DAC_SEARCH code
089 - Emulate the way Linux mount manipulates /etc/mtab
113 - aio-stress (explicitly mark as generic)
126 - tests various file permission options
129 - looptests

These all pass on ext3, ext4, btrfs, and gfs2 as well
as xfs.

Also remove "generic" group from "groups," which was 
accidentally added.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
---

diff --git a/088 b/088
index 81af19f..3ebda66 100755
--- a/088
+++ b/088
@@ -47,7 +47,7 @@ _filter()
 _link_out_file $seq.out
 
 # real QA test starts here
-_supported_fs xfs
+_supported_fs generic
 _supported_os IRIX Linux
 
 path=$TEST_DIR/t_access
diff --git a/089 b/089
index bd812e9..3fce2f8 100755
--- a/089
+++ b/089
@@ -49,7 +49,7 @@ addentries()
 }
 
 # real QA test starts here
-_supported_fs xfs
+_supported_fs generic
 _supported_os Linux
 
 rm -f $seq.full
diff --git a/113 b/113
index 261873b..f05275d 100755
--- a/113
+++ b/113
@@ -77,6 +77,7 @@ _do_test()
 
 
 # real QA test starts here
+_supported_fs generic
 _supported_os Linux
 
 [ -x $here/ltp/aio-stress ] || _notrun "aio-stress not built for this platform"
diff --git a/126 b/126
index 3550533..7bb10de 100755
--- a/126
+++ b/126
@@ -42,7 +42,7 @@ _cleanup()
 . ./common.filter
 
 # real QA test starts here
-_supported_fs xfs
+_supported_fs generic
 _supported_os Linux
 
 _setup_testdir
diff --git a/129 b/129
index 02d14b9..66b4cb9 100755
--- a/129
+++ b/129
@@ -49,7 +49,7 @@ echo_and_run()
 }
 
 # real QA test starts here
-_supported_fs xfs
+_supported_fs generic
 _supported_os Linux
 
 _setup_testdir
diff --git a/group b/group
index b72fe7b..1268ddd 100644
--- a/group
+++ b/group
@@ -311,9 +311,9 @@ atime
 204 metadata rw auto
 205 metadata rw auto
 206 growfs auto quick
-207 generic auto aio quick
-208 generic auto aio
-209 generic auto aio
-210 generic auto aio quick
-211 generic auto aio quick
-212 generic auto aio quick
+207 auto aio quick
+208 auto aio
+209 auto aio
+210 auto aio quick
+211 auto aio quick
+212 auto aio quick


_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] xfstests: enable still more tests for generic filesystems
  2009-06-09 18:05 [PATCH] xfstests: enable still more tests for generic filesystems Eric Sandeen
@ 2009-06-09 18:22 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2009-06-09 18:22 UTC (permalink / raw)
  To: Eric Sandeen; +Cc: xfs mailing list

On Tue, Jun 09, 2009 at 01:05:40PM -0500, Eric Sandeen wrote:
> Make the following tests _supported_fs generic:
> 
> 088 - test out CAP_DAC_OVERRIDE and CAP_DAC_SEARCH code
> 089 - Emulate the way Linux mount manipulates /etc/mtab
> 113 - aio-stress (explicitly mark as generic)
> 126 - tests various file permission options
> 129 - looptests
> 
> These all pass on ext3, ext4, btrfs, and gfs2 as well
> as xfs.
> 
> Also remove "generic" group from "groups," which was 
> accidentally added.
> 
> Signed-off-by: Eric Sandeen <sandeen@sandeen.net>

Looks good,


Reviewed-by: Christoph Hellwig <hch@lst.de>

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-09 18:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-09 18:05 [PATCH] xfstests: enable still more tests for generic filesystems Eric Sandeen
2009-06-09 18:22 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox