summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@cvs.openbsd.org>2024-10-19 07:10:56 +0000
committerAnton Lindqvist <anton@cvs.openbsd.org>2024-10-19 07:10:56 +0000
commit6e92ff29ec202a38b81b24ad13b9a7c97eb56ab9 (patch)
tree8ae0688db903282d6e96a4f4271351a22506ee45 /regress
parentf8356be3868362f362cbb400b877d7f35881804c (diff)
Mark two regress/sbin/ifconfig tests as expected failures.
They make use of the by now unsupported SIOCSIFDSTADDR ioctl command. They should instead make use of the SIOCAIFADDR ioctl command, however figuring out such change is above my pay grade.
Diffstat (limited to 'regress')
-rw-r--r--regress/sbin/ifconfig/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/regress/sbin/ifconfig/Makefile b/regress/sbin/ifconfig/Makefile
index 8a7acc19c08..225b878ea93 100644
--- a/regress/sbin/ifconfig/Makefile
+++ b/regress/sbin/ifconfig/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2020/12/17 00:51:12 bluhm Exp $
+# $OpenBSD: Makefile,v 1.7 2024/10/19 07:10:55 anton Exp $
# Copyright (c) 2019 Alexander Bluhm <bluhm@openbsd.org>
#
@@ -291,6 +291,8 @@ run-ether-ifaddr-prefixlen:
grep 'inet ${ETHER_ADDR} netmask 0xffffff00 ' ifconfig.out
REGRESS_TARGETS += run-ppp-ifaddr-destination
+# XXX uses unsupported SIOCSIFDSTADDR ioctl command.
+REGRESS_EXPECTED_FAILURES += run-ppp-ifaddr-destination
run-ppp-ifaddr-destination:
${IFADDR} ${PPP_IF} ${PPP_ADDR} ${PPP_DEST}
/sbin/ifconfig ${PPP_IF} >ifconfig.out
@@ -320,6 +322,8 @@ run-ether-ifaddr-change-netmask:
grep 'inet ${ETHER_NET}.2 netmask 0xffffff00 ' ifconfig.out
REGRESS_TARGETS += run-ppp-ifaddr-change-destination
+# XXX uses unsupported SIOCSIFDSTADDR ioctl command.
+REGRESS_EXPECTED_FAILURES += run-ppp-ifaddr-change-destination
run-ppp-ifaddr-change-destination:
${IFADDR} ${PPP_IF} ${PPP_NET}.1 ${PPP_NET}.11
${IFADDR} ${PPP_IF} ${PPP_NET}.2 ${PPP_NET}.12 alias