Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jun 2016 03:47:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 195929] usr.bin/sed -- constify, remove line-length limits
Message-ID:  <bug-195929-8-buxm2j7Xyj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195929-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195929-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D195929

--- Comment #18 from Mikhail Teterin <mi@FreeBSD.org> ---
Created attachment 171900
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D171900&action=
=3Dedit
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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195929-8-buxm2j7Xyj>