mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
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:
parent
5f0aff893e
commit
141173eb9f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319544
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user