aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/usr.bin/sed/sed.test
Commit message (Collapse)AuthorAgeFilesLines
* Rename sed.test to multitest.t to comply with the naming scheme ofDiomidis Spinellis2007-03-141-472/+0
| | | | | | | the regression suite. Notes: svn path=/head/; revision=167569
* Reinstate error-testing regression tests.Diomidis Spinellis2007-03-141-39/+38
| | | | Notes: svn path=/head/; revision=167555
* Integrate the tests I wrote in 1992 with our current regressionDiomidis Spinellis2007-03-141-65/+55
| | | | | | | testing framework and protocol. Notes: svn path=/head/; revision=167552
* - Uncomment tests that were commented outDiomidis Spinellis2007-03-141-86/+42
| | | | | | | | - Update platform-conditional tests to reflect current reality - Fix conditional for test 7.8: it is the fault of BSD sed Notes: svn path=/head/; revision=167549
* - It looks like BSD and GNU sed can nowadays pass two more tests.Diomidis Spinellis2007-03-141-7/+4
| | | | | | | - Test 7.8 fails for GNU sed not BSD. Notes: svn path=/head/; revision=167547
* Use another non-printing test; address 0 now has a special meaning in GNU sed.Diomidis Spinellis2007-03-141-2/+2
| | | | Notes: svn path=/head/; revision=167546
* Update tests to reflect the state of the art of sed in HEAD andDiomidis Spinellis2007-03-141-45/+19
| | | | | | | | | GNU sed 4.1.5. Almost all of the tests that were skipped for BSD or GNU sed now appear to work. Notes: svn path=/head/; revision=167544
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derivedDiomidis Spinellis2004-08-091-4/+0
| | | | | | | | | software (original contributor). Reviewed by: imp Notes: svn path=/head/; revision=133385
* Test 8.16 in sed.test tests the ability of a sed to handle an emptyDiomidis Spinellis2003-07-221-11/+19
| | | | | | | | | | | | | | | | | | | | regular expression as the first argument to a substitute command. If used to test a sed which (erroneously) evaluates this at translation time rather than at execution time, the bugged sed is put into an infinite loop. This mode of failure seems excessive. Such a failing sed is the Free Software Foundation's sed 3.02. The specific test was also not being executed for the BSD sed. Both problems are now fixed. PR: misc/25585 Submitted by: Walter Briscoe <w.briscoe@ponl.com> Approved by: schweikh (mentor) MFC after: 2 weeks Notes: svn path=/head/; revision=117900
* Make it at least semi-workedAndrey A. Chernov1996-08-111-2/+2
| | | | Notes: svn path=/head/; revision=17523
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+552
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590