Source-Changes-HG archive

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

[src/trunk]: src/tests/sbin/ifconfig Expect a timeout for evbarm-aarch64, as ...



details:   https://anonhg.NetBSD.org/src/rev/0136527ce48d
branches:  trunk
changeset: 935437:0136527ce48d
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Fri Jul 03 02:51:13 2020 +0000

description:
Expect a timeout for evbarm-aarch64, as seen in the recent Qemu runs.

diffstat:

 tests/sbin/ifconfig/t_repeated_link_addr.sh |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 885deb0f7e1f -r 0136527ce48d tests/sbin/ifconfig/t_repeated_link_addr.sh
--- a/tests/sbin/ifconfig/t_repeated_link_addr.sh       Thu Jul 02 23:43:01 2020 +0000
+++ b/tests/sbin/ifconfig/t_repeated_link_addr.sh       Fri Jul 03 02:51:13 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_repeated_link_addr.sh,v 1.1 2020/06/30 11:48:20 jruoho Exp $
+# $NetBSD: t_repeated_link_addr.sh,v 1.2 2020/07/03 02:51:13 jruoho Exp $
 #
 # Copyright (c) 2020 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -37,6 +37,12 @@
 
 repeated_link_addr_body() {
 
+       case $(uname -m) in
+               evbarm)
+                       atf_expect_timeout "reason for timeout unknown"
+                       ;;
+       esac
+
        fail=0
        addrs="00:11:00:00:00:00 \
               00:11:11:00:00:00 \



Home | Main Index | Thread Index | Old Index