From 4f77551258012a4eb53a992c75fa96dc3c3313e4 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sun, 29 Sep 2019 15:17:58 +0000 Subject: Adjust tests after page fault changes in r352807 Commit r352807 fixed various signal numbers and codes from page faults; adjust the tests so they expect the fixes to be present. PR: 211924 --- contrib/netbsd-tests/lib/libc/sys/t_mmap.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'contrib/netbsd-tests/lib/libc') diff --git a/contrib/netbsd-tests/lib/libc/sys/t_mmap.c b/contrib/netbsd-tests/lib/libc/sys/t_mmap.c index f8f4caa36d80..b62c6299d3c2 100644 --- a/contrib/netbsd-tests/lib/libc/sys/t_mmap.c +++ b/contrib/netbsd-tests/lib/libc/sys/t_mmap.c @@ -480,10 +480,6 @@ ATF_TC_BODY(mmap_truncate_signal, tc) int fd, sta; pid_t pid; -#ifdef __FreeBSD__ - atf_tc_expect_fail("testcase fails with SIGSEGV on FreeBSD; bug # 211924"); -#endif - fd = open(path, O_RDWR | O_CREAT, 0700); if (fd < 0) -- cgit v1.2.3