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 kern/43626 now that it exists.



details:   https://anonhg.NetBSD.org/src/rev/0d8cdb62c548
branches:  trunk
changeset: 756397:0d8cdb62c548
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Jul 16 11:46:31 2010 +0000

description:
Fill in PR kern/43626 now that it exists.

diffstat:

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

diffs (18 lines):

diff -r 7b70593a59fc -r 0d8cdb62c548 tests/fs/vfs/t_renamerace.c
--- a/tests/fs/vfs/t_renamerace.c       Fri Jul 16 11:33:45 2010 +0000
+++ b/tests/fs/vfs/t_renamerace.c       Fri Jul 16 11:46:31 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_renamerace.c,v 1.4 2010/07/16 11:33:45 pooka Exp $   */
+/*     $NetBSD: t_renamerace.c,v 1.5 2010/07/16 11:46:31 pooka Exp $   */
 
 /*
  * Modified for rump and atf from a program supplied
@@ -115,7 +115,7 @@
        /* XXX: msdosfs also sometimes hangs */
        if (FSTYPE_FFS(tc) || FSTYPE_EXT2FS(tc) || FSTYPE_LFS(tc) ||
            FSTYPE_MSDOS(tc))
-               atf_tc_expect_signal(-1, "PR notyet");
+               atf_tc_expect_signal(-1, "PR kern/43626");
 
        pthread_create(&pt1, NULL, w1_dirs, __UNCONST(mp));
        pthread_create(&pt2, NULL, w2, __UNCONST(mp));



Home | Main Index | Thread Index | Old Index