[Bug 195929] usr.bin/sed -- constify, remove line-length limits

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jun 28 03:47:54 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195929

--- Comment #18 from Mikhail Teterin <mi at FreeBSD.org> ---
Created attachment 171900
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=171900&action=edit
Script for using GNU sed's tests to verify ours

This script use GNU sed's test-suit to verify our sed. Almost all of gsed's
tests succeed, obviously -- those, where we differ (and differed before) are
excluded.

To use:
  make -C /usr/ports/textproc/gsed extract
  sh test.sh

After the script completes, valgrind's logs can be checked with:
  grep 'ERROR SUMMARY' *.log

If you do not valgrind installed, edit the script to use the newly-built sed
directly.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list