freebsd-nq/tools/regression
Juli Mallett 151740b470 For the P function, the newline must be considered a part of the pattern
space, so when printing it, don't let the pattern space and the output run
into eachother by omitting the \n when printing.
2002-04-21 01:27:05 +00:00
..
fsx Add Apple's filesystem exercising tool. 2001-12-20 04:15:57 +00:00
geom update the reference vector. 2002-04-16 16:11:29 +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
security NAI DBA update. 2002-03-14 20:08:51 +00:00
usr.bin For the P function, the newline must be considered a part of the pattern 2002-04-21 01:27:05 +00:00
README Start adding framework for userland regression tests, and tests for 2002-04-20 17:20:21 +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.

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