Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/net/if Add PR number to the expected-fail message



details:   https://anonhg.NetBSD.org/src/rev/313162a4aafc
branches:  trunk
changeset: 348791:313162a4aafc
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Nov 07 21:46:21 2016 +0000

description:
Add PR number to the expected-fail message

diffstat:

 tests/net/if/t_compat.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4498e85ce292 -r 313162a4aafc tests/net/if/t_compat.c
--- a/tests/net/if/t_compat.c   Mon Nov 07 21:14:23 2016 +0000
+++ b/tests/net/if/t_compat.c   Mon Nov 07 21:46:21 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_compat.c,v 1.2 2016/11/07 02:59:29 pgoyette Exp $    */
+/*     $NetBSD: t_compat.c,v 1.3 2016/11/07 21:46:21 pgoyette Exp $    */
 
 #include <sys/socket.h>
 #include <sys/ioctl.h>
@@ -65,7 +65,7 @@
        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");
+       atf_tc_expect_fail("PR kern/51610: rump does not include COMPAT_43\n");
 
        /* query kernel for iface bcast */
         RL(fd = rump_sys_socket(AF_INET, SOCK_DGRAM, 0));



Home | Main Index | Thread Index | Old Index