summaryrefslogtreecommitdiffstats
path: root/tools/regression/usr.bin/jot
Commit message (Collapse)AuthorAgeFilesLines
* Fix stuttering sequences and reverse rangesbrian2010-06-024-1/+44
| | | | | PR: 123635 Submitted by: Ulrich Spörlein, uqs at spoerlein dot net
* Provide clean output with 'prove -r'.obrien2010-01-031-2/+2
|
* Fix some uninitialise variables.brian2009-07-082-1/+102
| | | | | | | PR: 136383 Submitted by: Ulrich Spoerlein - uqs at spoerlein dot net Approved by: re (kib) MFC after: 3 weeks
* Allow jot(1) regression tests to be checked out on Windows filesystems.ed2009-01-162-1/+1
| | | | | | | | The jot(1) regression tests directory contained two tests named `wx' and `wX', which doesn't work on case insensitive filesystems. Rename `wX' to `wX1'. MFC after: 1 month
* New test cases demonstrating fixed bugs, and the reason whydds2006-12-0321-1/+201
| | | | fmtcheck can't be used.
* Add the examples from the manual page.dds2006-11-0610-2/+630
|
* Updated results for bin/68981dds2006-11-062-0/+42
| | | | PR: bin/68981
* Regress.out is now regress.x.out.dds2006-11-061-1/+0
|
* Test the handling of supplied and default parameters.dds2006-11-0629-2/+1692
|
* Switch over to a different, more flexible test output protocol that'snik2004-11-112-0/+8
| | | | | | | | | | | | | | | | | | | | understood by Perl's Test::Harness module and prove(1) commands. Update README to describe the new protocol. The work's broken down into two main sets of changes. First, update the existing test programs (shell scripts and C programs) to produce output in the ok/not ok format, and to, where possible, also produce a header describing the number of tests that are expected to be run. Second, provide the .t files that actually run the tests. In some cases these are copies of, or very similar too, scripts that already existed. I've kept the old scripts around so that it's possible to verify that behaviour under this new system (in terms of whether or not a test fails) is identical to the behaviour under the old system. Add a TODO file.
* Move all remaining tests except for:jmallett2002-06-242-14/+5
| | | | | | | | | | | | | | make(1): Does not work like the other tests. Its Makefile is self-testing. m4(1): It uses complex voodo to test GNU m4(1) features. To the new framework. I had worried about passing the binary data that uudecode(1)'s test passes to diff(1) might give a user something nasty, but this is unlikely to happen as even with an unmodified old nasty diff(1) which doesn't recognise many binary files, these binary files are recognised. Using $DIFF instead of `diff' in the library and making it possible to override this with `cmp -s' might be nice some day, but as of this second, there's no immediate need.
* Prefix tests with PASS and FAIL, to make grepping easier, and note this injmallett2002-04-271-2/+2
| | | | | | the README. This affects only the base-system regression tests, of course.
* Add a test for jot(1).jmallett2002-04-203-0/+21
OpenPOWER on IntegriCloud