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 dir_rmdirdotdot for tmpfs (PR kern/44657)



details:   https://anonhg.NetBSD.org/src/rev/d9821871a380
branches:  trunk
changeset: 762817:d9821871a380
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Mar 01 15:33:35 2011 +0000

description:
xfail dir_rmdirdotdot for tmpfs (PR kern/44657)

diffstat:

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

diffs (18 lines):

diff -r 4830e413bbf3 -r d9821871a380 tests/fs/vfs/t_vnops.c
--- a/tests/fs/vfs/t_vnops.c    Tue Mar 01 15:14:35 2011 +0000
+++ b/tests/fs/vfs/t_vnops.c    Tue Mar 01 15:33:35 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_vnops.c,v 1.18 2011/03/01 15:04:47 pooka Exp $       */
+/*     $NetBSD: t_vnops.c,v 1.19 2011/03/01 15:33:35 pooka Exp $       */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -175,6 +175,8 @@
                xerrno = ESTALE;
        else
                xerrno = ENOENT;
+       if (FSTYPE_TMPFS(tc))
+               atf_tc_expect_signal(-1, "PR kern/44657");
        ATF_REQUIRE_ERRNO(xerrno, rump_sys_chdir("..") == -1);
        FSTEST_EXIT();
 }



Home | Main Index | Thread Index | Old Index