summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add an exceedingly simple regression test for the file2c program. One wouldjmallett2002-04-205-1/+125
| | | | | hope that it would never regress, but this is a straightforward test, so add it.
* Add regression tests for parts of xargs(1).jmallett2002-04-208-1/+49
|
* Add a comment regarding the file header, and the mode that the file is createdjmallett2002-04-201-0/+5
| | | | | | | with. This should be fixed shortly by adding the (desirable) option to set the file creation mode on the command line.
* Add uuencode(1) and uudecode(1) regression test input and output.jmallett2002-04-206-0/+366
|
* Start adding framework for userland regression tests, and tests forjmallett2002-04-206-1/+65
| | | | uuencode and uudecode.
* update the reference vector.phk2002-04-161-68/+78
|
* Forgot to commit the updates to the regression test suite.phk2002-04-1610-749/+854
| | | | Sponsored by: DARPA & NAI labs.
* Long-forgotten patch: warn if a closed PR has no "closed by"des2002-04-151-0/+4
|
* Long-forgotten patch: list prstatsdes2002-04-151-0/+1
|
* Add a tool (and the first application of it) that could be usedru2002-04-121-0/+117
| | | | | | to automate building of libraries. Prodded by: bde
* Play catch up with the kernel.phk2002-04-044-5/+14
| | | | Sponsored by: DARPA & NAI Labs
* We might as well show the log message if we're going to produce the patch.joe2002-04-011-0/+4
|
* Take an option flag to specify that we'd like a patch generated too.joe2002-04-011-2/+30
|
* Add testcase #14: PC98 label.phk2002-03-286-2/+315
|
* Record the physical geometry in this disk-image, PC98 needs it.phk2002-03-281-2/+2
|
OpenPOWER on IntegriCloud