Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/fs/vfs ffs and ffslog are no longer xfail.



details:   https://anonhg.NetBSD.org/src/rev/b9d7075c8ec1
branches:  trunk
changeset: 767426:b9d7075c8ec1
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon Jul 18 06:47:08 2011 +0000

description:
ffs and ffslog are no longer xfail.

diffstat:

 tests/fs/vfs/t_renamerace.c |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r ac20f08a6c0d -r b9d7075c8ec1 tests/fs/vfs/t_renamerace.c
--- a/tests/fs/vfs/t_renamerace.c       Mon Jul 18 06:46:05 2011 +0000
+++ b/tests/fs/vfs/t_renamerace.c       Mon Jul 18 06:47:08 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_renamerace.c,v 1.22 2011/03/14 19:05:19 pooka Exp $  */
+/*     $NetBSD: t_renamerace.c,v 1.23 2011/07/18 06:47:08 dholland Exp $       */
 
 /*
  * Modified for rump and atf from a program supplied
@@ -139,8 +139,7 @@
                atf_tc_skip("rename not supported by fs");
 
        /* XXX: msdosfs also sometimes hangs */
-       if (FSTYPE_FFS(tc) || FSTYPE_EXT2FS(tc) || FSTYPE_LFS(tc) ||
-           FSTYPE_MSDOS(tc) || FSTYPE_FFSLOG(tc))
+       if (FSTYPE_EXT2FS(tc) || FSTYPE_LFS(tc) || FSTYPE_MSDOS(tc))
                atf_tc_expect_signal(-1, "PR kern/43626");
 
        /* XXX: unracy execution not caught */
@@ -165,8 +164,7 @@
         * Doesn't always trigger when run on a slow backend
         * (i.e. not on tmpfs/mfs).  So do the usual kludge.
         */
-       if (FSTYPE_FFS(tc) || FSTYPE_EXT2FS(tc) || FSTYPE_LFS(tc) ||
-           FSTYPE_MSDOS(tc) || FSTYPE_FFSLOG(tc))
+       if (FSTYPE_EXT2FS(tc) || FSTYPE_LFS(tc) || FSTYPE_MSDOS(tc))
                abort();
 
        if (FSTYPE_P2K_FFS(tc)) {



Home | Main Index | Thread Index | Old Index