Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Oct 2017 18:11:01 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r324286 - head/usr.bin/hexdump/tests
Message-ID:  <201710041811.v94IB1qn067391@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Wed Oct  4 18:11:00 2017
New Revision: 324286
URL: https://svnweb.freebsd.org/changeset/base/324286

Log:
  hexdump: Remove expected test failures for now succeeding tests
  
  r323990 fixed the -s flag breakage reported by PR 219173. Mark the
  corresponding hexdump tests accordingly, since they should now both succeed.
  
  PR:		222781
  Reported by:	ngie
  Reviewed by:	emaste, ngie
  Approved by:	emaste (mentor)
  Differential Revision:	https://reviews.freebsd.org/D12590

Modified:
  head/usr.bin/hexdump/tests/hexdump_test.sh

Modified: head/usr.bin/hexdump/tests/hexdump_test.sh
==============================================================================
--- head/usr.bin/hexdump/tests/hexdump_test.sh	Wed Oct  4 17:29:08 2017	(r324285)
+++ head/usr.bin/hexdump/tests/hexdump_test.sh	Wed Oct  4 18:11:00 2017	(r324286)
@@ -134,7 +134,6 @@ s_flag_head()
 }
 s_flag_body()
 {
-	atf_expect_fail "-s option is currently broken due to capsicum (PR 219173)"
 	atf_check -o file:"$(atf_get_srcdir)/d_hexdump_sflag_a.out" \
 	    hexdump -bs 4 "$(atf_get_srcdir)/d_hexdump_a.in"
 
@@ -148,7 +147,6 @@ v_flag_head()
 }
 v_flag_body()
 {
-	atf_expect_fail "-s option is currently broken due to capsicum (PR 219173)"
 	for i in $(seq 0 7); do
 		atf_check -o match:"^\*$" \
 		    hexdump -s ${i} "$(atf_get_srcdir)/d_hexdump_c.in"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710041811.v94IB1qn067391>