freebsd-dev/tools/regression
2004-07-19 08:17:47 +00:00
..
atm Use and explicite 'sh' to run the scripts, because they may be checked 2004-07-09 08:59:15 +00:00
ccd/layout write pattern to /dev/ccd3 not /dev/ccd3c 2003-06-02 19:49:09 +00:00
fsx Sync with latest and greatest Apple sources (which, among other things, fix 2003-04-23 23:42:23 +00:00
gaithrstress Add some more comments and a -4 argument to restrict searches to only 2004-02-21 22:42:54 +00:00
geom style.Makefile(5): 2004-02-24 20:52:58 +00:00
geom_concat Add regression tests for geom_concat class. 2004-03-03 21:52:49 +00:00
geom_gate Add regression tests for GEOM Gate: 2004-05-03 18:29:54 +00:00
geom_nop Add regression tests for geom_stripe and geom_nop. 2004-05-22 10:58:53 +00:00
geom_stripe Add regression tests for geom_stripe and geom_nop. 2004-05-22 10:58:53 +00:00
ia64_unaligned Make a start at a regression test for the unaligned trap handler. 2001-10-19 22:10:13 +00:00
lib While testing fe[gs]etround(), make sure FLT_ROUNDS reflects the 2004-07-19 08:17:47 +00:00
netatalk/simple_send Explicitly specify ATPROTO_DDP constant rather than '0' when binding 2004-07-17 17:16:16 +00:00
nfsmmap
p1003_1b Usage style sweep: spell "usage" with a small 'u'. 2002-04-22 13:44:47 +00:00
pipe Add a regression test for the big pipe bug. 2003-07-31 12:40:56 +00:00
security gcc now objects to a default label without any contents. Because I want 2004-07-17 17:01:25 +00:00
sockets/accept_fd_leak Add simple regression test to detect leakage of file descriptors when 2004-07-17 16:56:46 +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 A new version that does exponents and lots of other neat things. Update 2004-05-01 02:15:58 +00:00
README Add my getaddrinfo(3) stress-tester as gaithrstress. The most obvious 2004-02-20 16:54:01 +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
pipe		Pipe code regression test
fsx		General filesystem exerciser
sysvmsg 	SysV IPC Message Queue Regression Utility
sysvsem 	SysV IPC Semaphore Regression Utility
sysvshm 	SysV IPC Shared Memory Regression Utility
gaithrstress	General threaded getaddrinfo(3) exerciser