Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/vfs xfail PR kern/44336



details:   https://anonhg.NetBSD.org/src/rev/dcee3097685b
branches:  trunk
changeset: 760555:dcee3097685b
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Jan 07 12:18:25 2011 +0000

description:
xfail PR kern/44336

diffstat:

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

diffs (28 lines):

diff -r 5049bb1b2178 -r dcee3097685b tests/fs/vfs/t_renamerace.c
--- a/tests/fs/vfs/t_renamerace.c       Fri Jan 07 12:16:17 2011 +0000
+++ b/tests/fs/vfs/t_renamerace.c       Fri Jan 07 12:18:25 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_renamerace.c,v 1.16 2011/01/07 11:53:23 pooka Exp $  */
+/*     $NetBSD: t_renamerace.c,v 1.17 2011/01/07 12:18:25 pooka Exp $  */
 
 /*
  * Modified for rump and atf from a program supplied
@@ -133,6 +133,9 @@
            FSTYPE_MSDOS(tc) || FSTYPE_FFSLOG(tc))
                atf_tc_expect_signal(-1, "PR kern/43626");
 
+       if (FSTYPE_P2K_FFS(tc))
+               atf_tc_expect_fail("PR kern/44336"); /* child dies */
+
        RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
        RL(wrkpid = rump_sys_getpid());
 
@@ -152,7 +155,7 @@
         * (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_MSDOS(tc) || FSTYPE_P2K_FFS(tc))
                abort();
 }
 



Home | Main Index | Thread Index | Old Index