From 7622116723387d00832299b97df718482e1d3e28 Mon Sep 17 00:00:00 2001 From: ngie Date: Tue, 23 May 2017 19:45:31 +0000 Subject: [PATCH] :raw no longer SIGSEGVs on FreeBSD; revert the signal expectation This is a direct commit to ^/stable/10, since this expectation was only added to ^/stable/10's copy of t_raw.c. PR: 216954 Sponsored by: Dell EMC Isilon git-svn-id: svn://svn.freebsd.org/base/stable/10@318756 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- contrib/netbsd-tests/lib/libc/rpc/t_rpc.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/contrib/netbsd-tests/lib/libc/rpc/t_rpc.c b/contrib/netbsd-tests/lib/libc/rpc/t_rpc.c index 4236db4a2..59bcd5590 100644 --- a/contrib/netbsd-tests/lib/libc/rpc/t_rpc.c +++ b/contrib/netbsd-tests/lib/libc/rpc/t_rpc.c @@ -38,12 +38,6 @@ __RCSID("$NetBSD: t_rpc.c,v 1.10 2016/08/27 14:36:22 christos Exp $"); #define RPCBPROC_NULL 0 -/* XXX (ngie): for clarity on what needs to be reverted later. */ -#define __FreeBSD_bug_216954__ -#ifdef __FreeBSD_bug_216954__ -#include -#endif - static int reply(caddr_t replyp, struct netbuf * raddrp, struct netconfig * nconf) { @@ -331,12 +325,6 @@ ATF_TC_HEAD(raw, tc) ATF_TC_BODY(raw, tc) { -#ifdef __FreeBSD__ -#ifdef __FreeBSD_bug_216954__ - atf_tc_expect_signal(SIGSEGV, - "fails with SIGSEGV only on ^/stable/10 -- bug # 216954"); -#endif -#endif rawtest(NULL); } -- 2.45.0