Deleted Added
full compact
README (88242) README (95138)
1$FreeBSD: head/tools/regression/README 88242 2001-12-20 04:15:57Z jkh $
1$FreeBSD: head/tools/regression/README 95138 2002-04-20 17:20:21Z jmallett $
2
3This directory is for regression test programs.
4
5A regression test program is one that will exercise a particular bit of the
6system to check that we have not reintroduced an old bug.
7
2
3This directory is for regression test programs.
4
5A regression test program is one that will exercise a particular bit of the
6system to check that we have not reintroduced an old bug.
7
8Please make a subdir per program, and add a brief description to this file.
8Tests that are for parts of the base system should go into a directory here
9which is the same as their path relative to src/, for example the uuencode(1)
10utility resides in src/usr.bin/uuencode so its regression test resides in
11src/tools/regression/usr.bin/uuencode.
9
12
13Please make a subdir per other regression test, and add a brief description to
14this file.
15
10nfsmmap Some tests to exercise some tricky cases in NFS and mmap
11p1003_1b Exercise 1003.1B scheduler
12fsx General filesystem exerciser
16nfsmmap Some tests to exercise some tricky cases in NFS and mmap
17p1003_1b Exercise 1003.1B scheduler
18fsx General filesystem exerciser