Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/vfs msdosfs xfail for PR kern/44661



details:   https://anonhg.NetBSD.org/src/rev/28afe6abe4dc
branches:  trunk
changeset: 762821:28afe6abe4dc
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Mar 01 20:16:33 2011 +0000

description:
msdosfs xfail for PR kern/44661

diffstat:

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

diffs (19 lines):

diff -r 56a726e6c2a7 -r 28afe6abe4dc tests/fs/vfs/t_vnops.c
--- a/tests/fs/vfs/t_vnops.c    Tue Mar 01 19:41:05 2011 +0000
+++ b/tests/fs/vfs/t_vnops.c    Tue Mar 01 20:16:33 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_vnops.c,v 1.19 2011/03/01 15:33:35 pooka Exp $       */
+/*     $NetBSD: t_vnops.c,v 1.20 2011/03/01 20:16:33 pooka Exp $       */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -298,6 +298,9 @@
        if (FSTYPE_TMPFS(tc))
                atf_tc_expect_signal(-1, "PR kern/44288");
        RL(rump_sys_rmdir(pb1));
+
+       if (FSTYPE_MSDOS(tc))
+               atf_tc_expect_fail("PR kern/44661");
 }
 
 static void



Home | Main Index | Thread Index | Old Index