From 9cfd9950dbe9e4fa01103525a95a6164483da902 Mon Sep 17 00:00:00 2001 From: anton Date: Sat, 19 Oct 2024 07:10:55 +0000 Subject: [PATCH] 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. --- regress/sbin/ifconfig/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 # @@ -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 -- 2.20.1