From 141173eb9fe578b0a0a107b83d12474b04282738 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sat, 3 Jun 2017 17:59:10 +0000 Subject: [PATCH] Mark :seek_overflow as an expected failure MFC after: 18 days MFC with: r319339 PR: 219757 Sponsored by: Dell EMC Isilon --- bin/dd/tests/dd2_test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/dd/tests/dd2_test.sh b/bin/dd/tests/dd2_test.sh index 7770de2259c5..80b9fe224de5 100755 --- a/bin/dd/tests/dd2_test.sh +++ b/bin/dd/tests/dd2_test.sh @@ -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`