[PATCH v2 09/12] xfstests: skip generic/076 which cannot work on tmpfs

Junho Ryu jayr at google.com
Tue Dec 17 16:18:39 CST 2013


Skip generic/076 which tests concurrent access while testing tmpfs
because there are other tests cover the case using fsstress.

Signed-off-by: Hugh Dickins <hughd at google.com>
Signed-off-by: Theodore Ts'o <tytso at mit.edu>
Signed-off-by: Junho Ryu <jayr at google.com>
---

v2: check whether SCRATCH_DEV is a block device instead of checking whether
    FSTYP is tmpfs.

 tests/generic/076 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/generic/076 b/tests/generic/076
index a53840f..7ab2fbc 100755
--- a/tests/generic/076
+++ b/tests/generic/076
@@ -57,6 +57,8 @@ _supported_os IRIX Linux
 
 _require_scratch
 
+[ -d "$SCRATCH_DEV" ] || _notrun "this test requires block device"
+
 echo "*** init fs"
 
 rm -f $seqres.full
-- 
1.8.5.1



More information about the xfs mailing list