Add new atf_tc_expect_fail to fflush_err; this is a new (within the past couple months) bug
This commit is contained in:
parent
c621fcdc50
commit
708c5b014e
@ -48,6 +48,10 @@ ATF_TC_BODY(fflush_err, tc)
|
||||
{
|
||||
FILE *f;
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
atf_tc_expect_fail("the EOF invariant fails on FreeBSD; this is new");
|
||||
#endif
|
||||
|
||||
f = fopen(path, "w");
|
||||
|
||||
ATF_REQUIRE(f != NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user