Mark this test as "expected failure" since rump doesn't include the
COMPAT_43 code.
This commit is contained in:
parent
96ab24d97f
commit
4276333739
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: t_compat.c,v 1.1 2010/11/07 19:53:42 pooka Exp $ */
|
||||
/* $NetBSD: t_compat.c,v 1.2 2016/11/07 02:59:29 pgoyette Exp $ */
|
||||
|
||||
#include <sys/socket.h>
|
||||
#include <sys/ioctl.h>
|
||||
@ -65,6 +65,8 @@ ATF_TC_BODY(OOSIOCGIFBRDADDR, tc)
|
||||
sprintf(ifreq.ifr_name, "shmif%d", ifnum);
|
||||
netcfg_rump_if(ifreq.ifr_name, "1.7.64.10", "255.255.0.0");
|
||||
|
||||
atf_tc_expect_fail("rump does not include COMPAT_43");
|
||||
|
||||
/* query kernel for iface bcast */
|
||||
RL(fd = rump_sys_socket(AF_INET, SOCK_DGRAM, 0));
|
||||
RL(rump_sys_ioctl(fd, OOSIOCGIFBRDADDR, &ifreq));
|
||||
|
Loading…
Reference in New Issue
Block a user