Module Name:    src
Committed By:   pgoyette
Date:           Mon Nov  7 02:59:29 UTC 2016

Modified Files:
        src/tests/net/if: t_compat.c

Log Message:
Mark this test as "expected failure" since rump doesn't include the
COMPAT_43 code.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/if/t_compat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/net/if/t_compat.c
diff -u src/tests/net/if/t_compat.c:1.1 src/tests/net/if/t_compat.c:1.2
--- src/tests/net/if/t_compat.c:1.1	Sun Nov  7 19:53:42 2010
+++ src/tests/net/if/t_compat.c	Mon Nov  7 02:59:29 2016
@@ -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));

Reply via email to