Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/librumphijack The nfs_autoload test case has now b...



details:   https://anonhg.NetBSD.org/src/rev/5875a96b4956
branches:  trunk
changeset: 1025539:5875a96b4956
user:      gson <gson%NetBSD.org@localhost>
date:      Thu Nov 11 07:38:21 2021 +0000

description:
The nfs_autoload test case has now been broken for more than four years.
Mark it as an expected failure with a reference to PR kern/54184.

diffstat:

 tests/lib/librumphijack/t_tcpip.sh |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ba3b424629ed -r 5875a96b4956 tests/lib/librumphijack/t_tcpip.sh
--- a/tests/lib/librumphijack/t_tcpip.sh        Thu Nov 11 07:26:41 2021 +0000
+++ b/tests/lib/librumphijack/t_tcpip.sh        Thu Nov 11 07:38:21 2021 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: t_tcpip.sh,v 1.20 2021/09/10 21:21:35 christos Exp $
+#       $NetBSD: t_tcpip.sh,v 1.21 2021/11/11 07:38:21 gson Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -254,6 +254,7 @@
 nfs_autoload_body()
 {
        [ `uname -m` = "i386" ] || atf_skip "test currently valid only on i386"
+       atf_expect_fail "PR lib/54184"
        test_nfs -lrumpvfs -lrumpdev -lrumpnet -lrumpnet_net            \
            -lrumpnet_netinet -lrumpnet_local -lrumpnet_shmif           \
            -lrumpdev_disk -d key=/dk,hostpath=ffs.img,size=host



Home | Main Index | Thread Index | Old Index