Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net/if Mark this test as "expected failure" since rump...
details: https://anonhg.NetBSD.org/src/rev/f40ae3f7ff56
branches: trunk
changeset: 818920:f40ae3f7ff56
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Mon Nov 07 02:59:29 2016 +0000
description:
Mark this test as "expected failure" since rump doesn't include the
COMPAT_43 code.
diffstat:
tests/net/if/t_compat.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 2dcde5d5a788 -r f40ae3f7ff56 tests/net/if/t_compat.c
--- a/tests/net/if/t_compat.c Mon Nov 07 02:23:43 2016 +0000
+++ b/tests/net/if/t_compat.c Mon Nov 07 02:59:29 2016 +0000
@@ -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 @@
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));
Home |
Main Index |
Thread Index |
Old Index