freebsd-dev/tools/regression
Alfred Perlstein ba05755c4b Add regression tests for sysvipc.
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
Obtained from: NetBSD
2002-08-15 06:34:37 +00:00
..
fsx Add Apple's filesystem exercising tool. 2001-12-20 04:15:57 +00:00
geom Catch up with kernel. 2002-06-09 10:59:04 +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
p1003_1b Usage style sweep: spell "usage" with a small 'u'. 2002-04-22 13:44:47 +00:00
security file system > filesystem 2002-05-16 05:03:56 +00:00
sysvmsg Add regression tests for sysvipc. 2002-08-15 06:34:37 +00:00
sysvsem Add regression tests for sysvipc. 2002-08-15 06:34:37 +00:00
sysvshm Add regression tests for sysvipc. 2002-08-15 06:34:37 +00:00
usr.bin As of revision 1.38 of make/parse.c, our make(1) will warn too. Note that 2002-07-28 03:57:08 +00:00
README Add regression tests for sysvipc. 2002-08-15 06:34:37 +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.

geom		Some tests and an out-of-kernel simulator for the GEOM code
ia64_unaligned	Tests unaligned reads on the IA64
nfsmmap		Some tests to exercise some tricky cases in NFS and mmap
p1003_1b	Exercise 1003.1B scheduler
fsx		General filesystem exerciser
sysvmsg 	SysV IPC Message Queue Regression Utility
sysvsem 	SysV IPC Semaphore Regression Utility
sysvshm 	SysV IPC Shared Memory Regression Utility