Author: ngie
Date: Sat Jun  3 17:59:10 2017
New Revision: 319544
URL: https://svnweb.freebsd.org/changeset/base/319544

Log:
  Mark :seek_overflow as an expected failure
  
  MFC after:    18 days
  MFC with:     r319339
  PR:           219757
  Sponsored by: Dell EMC Isilon

Modified:
  head/bin/dd/tests/dd2_test.sh

Modified: head/bin/dd/tests/dd2_test.sh
==============================================================================
--- head/bin/dd/tests/dd2_test.sh       Sat Jun  3 17:56:31 2017        
(r319543)
+++ head/bin/dd/tests/dd2_test.sh       Sat Jun  3 17:59:10 2017        
(r319544)
@@ -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`
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to