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 for PR kern/44377



details:   https://anonhg.NetBSD.org/src/rev/f92921db801a
branches:  trunk
changeset: 760767:f92921db801a
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Jan 12 22:42:24 2011 +0000

description:
xfail for PR kern/44377

diffstat:

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

diffs (21 lines):

diff -r 9515327203ea -r f92921db801a tests/fs/vfs/t_union.c
--- a/tests/fs/vfs/t_union.c    Wed Jan 12 21:45:39 2011 +0000
+++ b/tests/fs/vfs/t_union.c    Wed Jan 12 22:42:24 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_union.c,v 1.2 2011/01/12 21:45:39 pooka Exp $        */
+/*     $NetBSD: t_union.c,v 1.3 2011/01/12 22:42:24 pooka Exp $        */
 
 #include <sys/types.h>
 #include <sys/mount.h>
@@ -106,7 +106,11 @@
        
        /* check that we can whiteout stuff in the upper layer */
        FSTEST_ENTER();
+       if (FSTYPE_FFSLOG(tc)) {
+               atf_tc_expect_signal(SIGABRT, "PR kern/44377");
+       }
        RL(rump_sys_unlink(TFILE));
+       atf_tc_expect_pass();
        ATF_REQUIRE_ERRNO(ENOENT, rump_sys_stat(TFILE, &sb) == -1);
        FSTEST_EXIT();
 



Home | Main Index | Thread Index | Old Index