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:
parent
ef5c8d5460
commit
74f4c1cf51
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user