Mark :seek_overflow as an expected failure

MFC after:	18 days
MFC with:	r319339
PR:		219757
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-06-03 17:59:10 +00:00
parent 5f0aff893e
commit 141173eb9f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319544

View File

@ -33,6 +33,8 @@ seek_overflow_head()
}
seek_overflow_body()
{
atf_expect_fail "fails with 'dd: truncating f.out: File too large' - bug 219757"
touch f.in
# Positive tests
seek=`echo "2^63 / 4096 - 1" | bc`