From: Eric Sandeen <sandeen@sandeen.net>
To: xfs-oss <xfs@oss.sgi.com>
Subject: [PATCH] fix up xfstests a bit for linux+udf
Date: Thu, 17 May 2007 11:47:23 -0500 [thread overview]
Message-ID: <464C871B.3090402@sandeen.net> (raw)
udf on linux doesn't support acls or attrs, so prevent those tests from running.
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Index: xfstests/020
===================================================================
--- xfstests.orig/020
+++ xfstests/020
@@ -65,7 +65,7 @@ _attr_list()
# real QA test starts here
-_supported_fs xfs udf
+_supported_fs xfs
_supported_os Linux
[ -x /usr/bin/attr ] || _notrun "attr is not installed"
Index: xfstests/051
===================================================================
--- xfstests.orig/051
+++ xfstests/051
@@ -56,7 +56,7 @@ _cleanup()
#
# real QA test starts here
-_supported_fs xfs udf
+_supported_fs xfs
_supported_os Linux
[ -x /usr/bin/chacl ] || _notrun "chacl executable not found"
Index: xfstests/062
===================================================================
--- xfstests.orig/062
+++ xfstests/062
@@ -102,7 +102,7 @@ _create_test_bed()
}
# real QA test starts here
-_supported_fs xfs udf nfs
+_supported_fs xfs nfs
_supported_os Linux
_require_scratch
Index: xfstests/070
===================================================================
--- xfstests.orig/070
+++ xfstests/070
@@ -33,6 +33,7 @@ _cleanup()
_supported_fs xfs udf nfs
_supported_os IRIX Linux
+[ "$FSTYP" == udf -a "$HOSTOS" == Linux ] && _notrun "Linux UDF does not support extended attributes"
_setup_testdir
$FSSTRESS_PROG \
Index: xfstests/105
===================================================================
--- xfstests.orig/105
+++ xfstests/105
@@ -35,6 +35,8 @@ _cleanup()
_supported_fs xfs udf
_supported_os IRIX Linux
+[ "$FSTYP" == udf -a "$HOSTOS" == Linux ] && _notrun "Linux UDF does not support ACLS"
+
# real QA test starts here
rm -f $seq.full
next reply other threads:[~2007-05-17 16:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-17 16:47 Eric Sandeen [this message]
2007-05-21 8:14 ` [PATCH] fix up xfstests a bit for linux+udf Timothy Shimmin
2007-05-21 13:15 ` Eric Sandeen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=464C871B.3090402@sandeen.net \
--to=sandeen@sandeen.net \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox