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/44383: whiteouts are generally sp...



details:   https://anonhg.NetBSD.org/src/rev/ecaa291c4047
branches:  trunk
changeset: 760807:ecaa291c4047
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Jan 13 11:00:19 2011 +0000

description:
xfail PR kern/44383: whiteouts are generally speaking kaput

diffstat:

 tests/fs/vfs/t_union.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8d905011e473 -r ecaa291c4047 tests/fs/vfs/t_union.c
--- a/tests/fs/vfs/t_union.c    Thu Jan 13 10:55:19 2011 +0000
+++ b/tests/fs/vfs/t_union.c    Thu Jan 13 11:00:19 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_union.c,v 1.4 2011/01/13 10:33:01 pooka Exp $        */
+/*     $NetBSD: t_union.c,v 1.5 2011/01/13 11:00:19 pooka Exp $        */
 
 #include <sys/types.h>
 #include <sys/mount.h>
@@ -180,6 +180,8 @@
 
        mountunion(mp, lower);
 
+       /* all file systems fail sooner or later */
+       atf_tc_expect_fail("PR kern/44383");
        FSTEST_ENTER();
        RL(rump_sys_rmdir(TDIR));
        ATF_REQUIRE_ERRNO(ENOENT, rump_sys_stat(TDFILE, &sb) == -1);



Home | Main Index | Thread Index | Old Index