Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/lfs Re-add PR number and expected failure condition...



details:   https://anonhg.NetBSD.org/src/rev/a529a83e9038
branches:  trunk
changeset: 756020:a529a83e9038
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Sat Jul 03 08:31:37 2010 +0000

description:
Re-add PR number and expected failure condition (as a comment, because the
problem is resolved).  Per pooka's request.

diffstat:

 tests/fs/lfs/t_pr.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f088adfdbb59 -r a529a83e9038 tests/fs/lfs/t_pr.c
--- a/tests/fs/lfs/t_pr.c       Sat Jul 03 08:19:14 2010 +0000
+++ b/tests/fs/lfs/t_pr.c       Sat Jul 03 08:31:37 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_pr.c,v 1.2 2010/07/03 08:18:30 jmmv Exp $    */
+/*     $NetBSD: t_pr.c,v 1.3 2010/07/03 08:31:37 jmmv Exp $    */
 
 #include <sys/types.h>
 #include <sys/mount.h>
@@ -48,6 +48,7 @@
        if (rump_sys_mount(MOUNT_LFS, "/mp", 0, &args, sizeof(args)) == -1)
                atf_tc_fail_errno("rump_sys_mount failed");
 
+       //atf_tc_expect_timeout("PR kern/43503");
        if (rump_sys_mknod("/mp/node", S_IFCHR | 0777, 0) == -1)
                atf_tc_fail_errno("mknod failed");
 }



Home | Main Index | Thread Index | Old Index