From 8441709549b41f871f4077894c0191cc95173c62 Mon Sep 17 00:00:00 2001 From: ngie Date: Tue, 27 Jun 2017 17:22:03 +0000 Subject: [PATCH] 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 --- contrib/netbsd-tests/usr.bin/grep/t_grep.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/netbsd-tests/usr.bin/grep/t_grep.sh b/contrib/netbsd-tests/usr.bin/grep/t_grep.sh index 75bfd16fb329..815c3da53f48 100755 --- a/contrib/netbsd-tests/usr.bin/grep/t_grep.sh +++ b/contrib/netbsd-tests/usr.bin/grep/t_grep.sh @@ -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