svn commit: r320414 - head/contrib/netbsd-tests/usr.bin/grep

Ngie Cooper ngie at FreeBSD.org
Tue Jun 27 17:22:05 UTC 2017


Author: ngie
Date: Tue Jun 27 17:22:03 2017
New Revision: 320414
URL: https://svnweb.freebsd.org/changeset/base/320414

Log:
  Expect :mmap_eof_not_eol to fail
  
  It relies on a jemalloc feature (opt.redzone) no longer available after
  r319971.
  
  MFC with:	r318908, r319971
  PR:		220309

Modified:
  head/contrib/netbsd-tests/usr.bin/grep/t_grep.sh

Modified: head/contrib/netbsd-tests/usr.bin/grep/t_grep.sh
==============================================================================
--- head/contrib/netbsd-tests/usr.bin/grep/t_grep.sh	Tue Jun 27 17:01:46 2017	(r320413)
+++ head/contrib/netbsd-tests/usr.bin/grep/t_grep.sh	Tue Jun 27 17:22:03 2017	(r320414)
@@ -658,6 +658,8 @@ mmap_eof_not_eol_body()
 		atf_expect_fail "gnu grep from ports has no --mmap option"
 	fi
 
+	atf_expect_fail "relies on jemalloc feature no longer available; needs to be rewritten - bug 220309"
+
 	printf "ABC" > test1
 	jot -b " "  -s "" 4096 >> test2
 


More information about the svn-src-head mailing list