Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/vfs The udf_renamerace test case no longer fails du...



details:   https://anonhg.NetBSD.org/src/rev/68ae4c8b91d0
branches:  trunk
changeset: 458928:68ae4c8b91d0
user:      gson <gson%NetBSD.org@localhost>
date:      Sat Aug 17 09:44:01 2019 +0000

description:
The udf_renamerace test case no longer fails due to PR kern/49046, but
it does fail due to PR kern/53865 on real hardware.

diffstat:

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

diffs (18 lines):

diff -r bcc6e22c1360 -r 68ae4c8b91d0 tests/fs/vfs/t_renamerace.c
--- a/tests/fs/vfs/t_renamerace.c       Sat Aug 17 04:04:28 2019 +0000
+++ b/tests/fs/vfs/t_renamerace.c       Sat Aug 17 09:44:01 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_renamerace.c,v 1.35 2019/01/13 14:35:00 gson Exp $   */
+/*     $NetBSD: t_renamerace.c,v 1.36 2019/08/17 09:44:01 gson Exp $   */
 
 /*
  * Modified for rump and atf from a program supplied
@@ -102,7 +102,7 @@
        if (FSTYPE_RUMPFS(tc))
                atf_tc_skip("rename not supported by file system");
        if (FSTYPE_UDF(tc))
-               atf_tc_expect_fail("PR kern/49046");
+               atf_tc_expect_fail("PR kern/53865");
 
        RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
        RL(wrkpid = rump_sys_getpid());



Home | Main Index | Thread Index | Old Index