summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Add a regression test for bin/5297, regarding sysv substitution with a nilJuli Mallett2002-05-054-0/+20
| | | | | | | left-hand-side. Notes: svn path=/head/; revision=96070
* Add a test for the -R option.Juli Mallett2002-05-032-1/+8
| | | | Notes: svn path=/head/; revision=95995
* Regenerate -I output since an argument bogon in the -I code was fixed, amongJuli Mallett2002-05-031-1/+1
| | | | | | | other things. Notes: svn path=/head/; revision=95981
* ModernizePoul-Henning Kamp2002-05-021-52/+71
| | | | Notes: svn path=/head/; revision=95950
* Un-rot the VOP_ table generator.Poul-Henning Kamp2002-05-021-6/+27
| | | | Notes: svn path=/head/; revision=95935
* Redirect stdin from the input file, rather than passing the input file toJuli Mallett2002-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. Notes: svn path=/head/; revision=95542
* Prefix tests with PASS and FAIL, to make grepping easier, and note this inJuli Mallett2002-04-2710-20/+25
| | | | | | | | | the README. This affects only the base-system regression tests, of course. Notes: svn path=/head/; revision=95538
* Update the test-case reference vectors to match the new XML format.Poul-Henning Kamp2002-04-2415-1363/+865
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=95406
* Add -DKERNELSIM so the test cases compile with the kernel simulation.Poul-Henning Kamp2002-04-241-0/+1
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=95404
* Improve the output in case of inserts or deleted.Poul-Henning Kamp2002-04-241-2/+12
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=95403
* Prepare the .conf XML comparator for a more kosher XML format.Poul-Henning Kamp2002-04-247-366/+1004
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=95397
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-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}/. Notes: svn path=/head/; revision=95258
* For the P function, the newline must be considered a part of the patternJuli Mallett2002-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. Notes: svn path=/head/; revision=95169
* Add sed(1) tests for proper behaviour of the G option as fixed in PR 26152,Juli Mallett2002-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. Notes: svn path=/head/; revision=95168
* Check to see if make(1)'s handling of doubly-defined targets is busted orJuli Mallett2002-04-212-0/+22
| | | | | | | not. A lot relies on this. Notes: svn path=/head/; revision=95167
* Only exit at the end of a test, exit with the last value of $? that was not 0.Juli Mallett2002-04-213-3/+15
| | | | | | | | This way the entire regression test is looked at as a pass/fail, not just one sub-test. Notes: svn path=/head/; revision=95166
* Add a test of variable evaluation and substitution for make(1), as a startJuli Mallett2002-04-205-1/+43
| | | | | | | of tests for it. Notes: svn path=/head/; revision=95158
* Add a test for jot(1).Juli Mallett2002-04-204-1/+22
| | | | Notes: svn path=/head/; revision=95150
* A simple test for join(1) based on tjr's test case for -o 0.Juli Mallett2002-04-206-1/+35
| | | | | | | Partially based on: PR standards/36072 Notes: svn path=/head/; revision=95148
* Add an exceedingly simple regression test for the file2c program. One wouldJuli Mallett2002-04-205-1/+125
| | | | | | | | hope that it would never regress, but this is a straightforward test, so add it. Notes: svn path=/head/; revision=95145
* Add regression tests for parts of xargs(1).Juli Mallett2002-04-208-1/+49
| | | | Notes: svn path=/head/; revision=95142
* Add a comment regarding the file header, and the mode that the file is createdJuli Mallett2002-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. Notes: svn path=/head/; revision=95141
* Add uuencode(1) and uudecode(1) regression test input and output.Juli Mallett2002-04-206-0/+366
| | | | Notes: svn path=/head/; revision=95140
* Start adding framework for userland regression tests, and tests forJuli Mallett2002-04-206-1/+65
| | | | | | | uuencode and uudecode. Notes: svn path=/head/; revision=95138
* update the reference vector.Poul-Henning Kamp2002-04-161-68/+78
| | | | Notes: svn path=/head/; revision=94856
* Forgot to commit the updates to the regression test suite.Poul-Henning Kamp2002-04-1610-749/+854
| | | | | | | Sponsored by: DARPA & NAI labs. Notes: svn path=/head/; revision=94832
* Long-forgotten patch: warn if a closed PR has no "closed by"Dag-Erling Smørgrav2002-04-151-0/+4
| | | | Notes: svn path=/head/; revision=94738
* Long-forgotten patch: list prstatsDag-Erling Smørgrav2002-04-151-0/+1
| | | | Notes: svn path=/head/; revision=94737
* Add a tool (and the first application of it) that could be usedRuslan Ermilov2002-04-121-0/+117
| | | | | | | | | to automate building of libraries. Prodded by: bde Notes: svn path=/head/; revision=94541
* Play catch up with the kernel.Poul-Henning Kamp2002-04-044-5/+14
| | | | | | | Sponsored by: DARPA & NAI Labs Notes: svn path=/head/; revision=93792
* We might as well show the log message if we're going to produce the patch.Josef Karthauser2002-04-011-0/+4
| | | | Notes: svn path=/head/; revision=93556
* Take an option flag to specify that we'd like a patch generated too.Josef Karthauser2002-04-011-2/+30
| | | | Notes: svn path=/head/; revision=93545
* Add testcase #14: PC98 label.Poul-Henning Kamp2002-03-286-2/+315
| | | | Notes: svn path=/head/; revision=93357
* Record the physical geometry in this disk-image, PC98 needs it.Poul-Henning Kamp2002-03-281-2/+2
| | | | Notes: svn path=/head/; revision=93356
* Ignore the <FreeBSD> element in XML files.Poul-Henning Kamp2002-03-281-0/+1
| | | | Notes: svn path=/head/; revision=93355
* Add the relevants sectors from a PC98 disk to our beastiarium.Poul-Henning Kamp2002-03-281-0/+75
| | | | | | | Submitted by: imp Notes: svn path=/head/; revision=93353
* Add another two alpha disks to this testcase.Poul-Henning Kamp2002-03-272-35/+317
| | | | Notes: svn path=/head/; revision=93294
* Add another couple of alpha disklabels.Poul-Henning Kamp2002-03-272-0/+66
| | | | Notes: svn path=/head/; revision=93293
* Track changes in sys/geomPoul-Henning Kamp2002-03-264-24/+6
| | | | Notes: svn path=/head/; revision=93251
* Another bow for tradition s/method/class/gPoul-Henning Kamp2002-03-2622-338/+338
| | | | Notes: svn path=/head/; revision=93249
* Finish style fixes.Ruslan Ermilov2002-03-262-3/+3
| | | | Notes: svn path=/head/; revision=93223
* Modernize my email address.Poul-Henning Kamp2002-03-251-1/+1
| | | | Notes: svn path=/head/; revision=93151
* Link testcase 13 in.Poul-Henning Kamp2002-03-241-1/+1
| | | | Notes: svn path=/head/; revision=93100
* Add a testcase for the alpha BSD label from beast.Poul-Henning Kamp2002-03-243-0/+211
| | | | Notes: svn path=/head/; revision=93098
* Add a copy of the bsd-label from beast.freebsd.orgPoul-Henning Kamp2002-03-241-0/+33
| | | | Notes: svn path=/head/; revision=93096
* Update to reflect new contents of sys/geomPoul-Henning Kamp2002-03-241-1/+1
| | | | Notes: svn path=/head/; revision=93091
* Some necesary fixups to cope with new location and FreeBSD CVS keyword.Poul-Henning Kamp2002-03-174-2/+21
| | | | Notes: svn path=/head/; revision=92515
* Add the GEOM regression test framework.Poul-Henning Kamp2002-03-1769-0/+9091
| | | | | | | | | | | | | | | | | | | | | | | | | This is a set of userland shims in which GEOM can be run through simple tests. The simulation of kernel synchronization primitives is very primitive and consequently some times tests will fail because of races. Data/ contains a number of files in XML format which describe the key sectors for a number of disk images This is a very handy tool for people developing GEOM methods. The "simdisk" method can be told to read from a "real disk" and afterwards dump the accessed sectors in XML format for further use. I hope future method writes will see the benefit of this test collection and add to it when they write methods for GEOM. You will need ports/textproc/expat for the XML parser. Sponsored by: DARPA, NAI Labs. Notes: svn path=/head/; revision=92512
* NAI DBA update.Robert Watson2002-03-141-1/+1
| | | | Notes: svn path=/head/; revision=92288
* Add a tool that I've written to help with finding what otherJosef Karthauser2002-02-283-0/+165
| | | | | | | files/revisions were changed with a particular commit. Notes: svn path=/head/; revision=91501