aboutsummaryrefslogtreecommitdiff
path: root/contrib/netbsd-tests/lib/libc
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2019-09-29 15:17:58 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2019-09-29 15:17:58 +0000
commit4f77551258012a4eb53a992c75fa96dc3c3313e4 (patch)
tree5300244fb7e01bb4561ab6d1f2faa732d97b4ab8 /contrib/netbsd-tests/lib/libc
parent12a43d0d5d5038d512e10f3f6b6f64ca66bd1634 (diff)
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
Notes
Notes: svn path=/head/; revision=352869
Diffstat (limited to 'contrib/netbsd-tests/lib/libc')
-rw-r--r--contrib/netbsd-tests/lib/libc/sys/t_mmap.c4
1 files changed, 0 insertions, 4 deletions
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)