Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/vfs fill in PR number: kern/43843



details:   https://anonhg.NetBSD.org/src/rev/ff69bf5199e2
branches:  trunk
changeset: 757577:ff69bf5199e2
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Sep 06 15:27:18 2010 +0000

description:
fill in PR number: kern/43843

diffstat:

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

diffs (21 lines):

diff -r f6ba3fa2c611 -r ff69bf5199e2 tests/fs/vfs/t_vnops.c
--- a/tests/fs/vfs/t_vnops.c    Mon Sep 06 15:22:09 2010 +0000
+++ b/tests/fs/vfs/t_vnops.c    Mon Sep 06 15:27:18 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_vnops.c,v 1.7 2010/09/06 15:21:34 pooka Exp $        */
+/*     $NetBSD: t_vnops.c,v 1.8 2010/09/06 15:27:18 pooka Exp $        */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -449,6 +449,11 @@
        USES_SYMLINKS;
 
        RL(rump_sys_chdir(mp));
+
+       if (FSTYPE_TMPFS(tc)) {
+               atf_tc_expect_signal(SIGABRT, "PR kern/43843");
+       }
+
        RL(rump_sys_symlink("", "afile"));
        RL(rump_sys_chdir("/"));
 }



Home | Main Index | Thread Index | Old Index