freebsd-dev/tools/regression
Juli Mallett 4b7f276dfd Redirect stdin from the input file, rather than passing the input file to
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.
2002-04-27 03:11:33 +00:00
..
fsx Add Apple's filesystem exercising tool. 2001-12-20 04:15:57 +00:00
geom Update the test-case reference vectors to match the new XML format. 2002-04-24 21:03:26 +00:00
ia64_unaligned Make a start at a regression test for the unaligned trap handler. 2001-10-19 22:10:13 +00:00
nfsmmap Add a couple of test cases for mmap over NFS. 1997-05-18 10:03:48 +00:00
p1003_1b Usage style sweep: spell "usage" with a small 'u'. 2002-04-22 13:44:47 +00:00
security NAI DBA update. 2002-03-14 20:08:51 +00:00
usr.bin Redirect stdin from the input file, rather than passing the input file to 2002-04-27 03:11:33 +00:00
README Prefix tests with PASS and FAIL, to make grepping easier, and note this in 2002-04-27 02:26:23 +00:00

$FreeBSD$

This directory is for regression test programs.

A regression test program is one that will exercise a particular bit of the
system to check that we have not reintroduced an old bug.

Tests that are for parts of the base system should go into a directory here
which is the same as their path relative to src/, for example the uuencode(1)
utility resides in src/usr.bin/uuencode so its regression test resides in
src/tools/regression/usr.bin/uuencode.

Base system regression tests should prefix their test results with 'PASS' or
'FAIL' accordingly, to make checking for failed tests easier.  For now the
tests are very free-form, and it's up to you to do that.  Eventually, it
should be a part of the regression test framework.

Please make a subdir per other regression test, and add a brief description to
this file.

nfsmmap		Some tests to exercise some tricky cases in NFS and mmap
p1003_1b	Exercise 1003.1B scheduler
fsx		General filesystem exerciser