Expect :mmap_truncate_signal to fail on FreeBSD

Additional investigation is being done as part of bug 211924

PR:	211924
Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2016-08-17 06:41:05 +00:00
parent ef5c8d5460
commit 74f4c1cf51
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/netbsd-tests-update-12/; revision=304257

View File

@ -475,6 +475,10 @@ 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)