Module Name:    src
Committed By:   pooka
Date:           Thu Jan 13 11:00:20 UTC 2011

Modified Files:
        src/tests/fs/vfs: t_union.c

Log Message:
xfail PR kern/44383: whiteouts are generally speaking kaput


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/fs/vfs/t_union.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/fs/vfs/t_union.c
diff -u src/tests/fs/vfs/t_union.c:1.4 src/tests/fs/vfs/t_union.c:1.5
--- src/tests/fs/vfs/t_union.c:1.4	Thu Jan 13 10:33:01 2011
+++ src/tests/fs/vfs/t_union.c	Thu Jan 13 11:00:19 2011
@@ -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);

Reply via email to