summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* As of revision 1.38 of make/parse.c, our make(1) will warn too. Note thatjmallett2002-07-282-4/+6
| | | | | this isn't just for the sake of testing behaviour, and that things really do break if this regression occurs.
* Update to current reality: change COMPILEDIR and work on "R"ead-only-dataphk2002-07-191-2/+2
| | | | symbols as well.
* Update another mention of <CR><CR> I missed the first time around (rev 1.2)tjr2002-07-041-1/+1
|
* Note that two carriage returns aren't required after entering thetjr2002-07-031-2/+3
| | | | | | initial setup anymore (since process.c rev. 1.25). Add $FreeBSD$. MFC after: 2 weeks
* KSE test programjulian2002-06-293-0/+383
|
* The wrong y/// output got spammed into this file; from green@ indirectly.jmallett2002-06-271-1/+1
|
* Correct the psl regression test for sed(1)'s now-fixed newlinegreen2002-06-273-0/+8
| | | | | | | | | | behavior. Add the bcb regression test which checks for failures due to a backslash ('\') coinciding with the very last character of the command buffer. The regression test is cf. this PR (which I did not know about) and has a different fix for the bug. PR: bin/22351 Submitted by: Stefan Duerholt <stefan.duerholt@t-online.de>
* Erk, I forgot that regress.in has an ending newline, so change the test forjmallett2002-06-262-5/+2
| | | | transliterate to use echo -n to supress newline and a simple string.
* Reduce internal code duplication, add REGRESSION_PASSFAIL([testname]) tojmallett2002-06-251-19/+14
| | | | | | | handle printing of the PASS/FAIL messages. Suffix PASS/FAIL/FATAL with the string (in $directory) where $directory is ${.CURDIR} from make(1), to make it easier to use grep(1) and a bit of sed/awk to do statistics of failure for some utilities over time, etc.
* Add a regression test for transliterate which happens to match charactersjmallett2002-06-252-0/+5
| | | | | | | at an EOL/EOF, and therefore should catch the broken behaviour fixed by Tim J. Robbins in sed(1) recently. Suggested by: obrien
* I explicitly meant to not move any of this over to the new m4(1) framework,jmallett2002-06-242-2/+11
| | | | even slightly. Grrr CVS.
* Move all remaining tests except for:jmallett2002-06-2410-73/+23
| | | | | | | | | | | | | | 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.
* Add two new mostly freeform types of regression tests, and a macro for dyingjmallett2002-06-241-0/+30
| | | | ungracefully.
* Comments to describe what these macros do, so that someone other than mejmallett2002-06-241-0/+13
| | | | might be able to figure out how to write some of these tests (hint hint).
* Convert straightforward regression tests to use regress.m4.jmallett2002-06-246-93/+19
| | | | Goodbye, duplicated code, you will certainly not be missed.
* Add a simple (to be expanded) library of functions for the regression tests,jmallett2002-06-241-0/+23
| | | | | | | to handle the ones which output to stdout and have output in regress.$test.out, etc. More freeform macros should and will be written, but these are the most prominent and most straightforward sort of tests we have around, so it makes sense to try to accomodate them.
* Grrr, make the test for embedded variables in the left-hand-side actually dojmallett2002-06-202-4/+4
| | | | the right thing in every case. Yuck.
* Add a test for what was fixed in revision 1.27 and 1.28 of make(1)'s var.c,jmallett2002-06-192-0/+34
| | | | | | expansion of embedded variables in the left-hand-side of an assignment expression, using the simplest case - hiding recursion using nil-expanded variables.
* Catch up with kernel.phk2002-06-096-12/+12
|
* Describe ia64_unaligned and geom directories. I hope I got these right.jmallett2002-06-071-0/+2
|
* Add the m4(1) regression test.jmallett2002-06-071-1/+1
|
* Add a regression test for m4(1).jmallett2002-06-075-0/+50
| | | | This checks the behaviour of changecom() in both GNU and BSD modes of our m4.
* Fixed typos.ru2002-06-061-3/+5
|
* Tidy up.ru2002-06-061-5/+3
|
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
| | | | | Spotted and suggested by: des MFC after: 3 weeks
* Update for current /usr/src.ru2002-05-281-1/+1
|
* Mutex statistics script.des2002-05-261-0/+130
|
* Update to match kernel side.phk2002-05-2116-906/+1152
| | | | Sponsored by: DARPA & NAI Labs.
* Catch up with recent events.phk2002-05-194-5/+7
| | | | Sponsored by: DARPA & NAI Labs.
* Regenerate with new output grouping in uuencode -m.jmallett2002-05-171-86/+72
|
* file system > filesystemtrhodes2002-05-161-2/+2
|
* Add a regression test for bin/5297, regarding sysv substitution with a niljmallett2002-05-054-0/+20
| | | | left-hand-side.
* Add a test for the -R option.jmallett2002-05-032-1/+8
|
* Regenerate -I output since an argument bogon in the -I code was fixed, amongjmallett2002-05-031-1/+1
| | | | other things.
* Modernizephk2002-05-021-52/+71
|
* Un-rot the VOP_ table generator.phk2002-05-021-6/+27
|
* Redirect stdin from the input file, rather than passing the input file tojmallett2002-04-271-6/+4
| | | | | | | | uuencode(1), and set a umask, so that the mode in the header is predictable. If it varies, then the test is right to fail. Remove the note about this test falsely failing, with that in mind.
* Prefix tests with PASS and FAIL, to make grepping easier, and note this injmallett2002-04-2710-20/+25
| | | | | | the README. This affects only the base-system regression tests, of course.
* Update the test-case reference vectors to match the new XML format.phk2002-04-2415-1363/+865
| | | | Sponsored by: DARPA & NAI Labs.
* Add -DKERNELSIM so the test cases compile with the kernel simulation.phk2002-04-241-0/+1
| | | | Sponsored by: DARPA & NAI Labs.
* Improve the output in case of inserts or deleted.phk2002-04-241-2/+12
| | | | Sponsored by: DARPA & NAI Labs.
* Prepare the .conf XML comparator for a more kosher XML format.phk2002-04-247-366/+1004
| | | | Sponsored by: DARPA & NAI Labs.
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-223-3/+3
| | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/.
* For the P function, the newline must be considered a part of the patternjmallett2002-04-212-1/+12
| | | | | space, so when printing it, don't let the pattern space and the output run into eachother by omitting the \n when printing.
* Add sed(1) tests for proper behaviour of the G option as fixed in PR 26152,jmallett2002-04-216-1/+48
| | | | | | | | | | and for proper behaviour of some sed functions given a nil pattern space, as fixed in PR 34813. The test for G was based on the test in the PR. The nil pattern space test is slightly different as we need to get *some* output, as the core dump will also produce no output (old behaviour) and turn up falsely that the utility is working fine.
* Check to see if make(1)'s handling of doubly-defined targets is busted orjmallett2002-04-212-0/+22
| | | | not. A lot relies on this.
* Only exit at the end of a test, exit with the last value of $? that was not 0.jmallett2002-04-213-3/+15
| | | | | This way the entire regression test is looked at as a pass/fail, not just one sub-test.
* Add a test of variable evaluation and substitution for make(1), as a startjmallett2002-04-205-1/+43
| | | | of tests for it.
* Add a test for jot(1).jmallett2002-04-204-1/+22
|
* A simple test for join(1) based on tjr's test case for -o 0.jmallett2002-04-206-1/+35
| | | | Partially based on: PR standards/36072
OpenPOWER on IntegriCloud