README revision 97996
157257Sdufault$FreeBSD: head/tools/regression/README 97996 2002-06-07 05:41:15Z jmallett $
257257Sdufault
311494SphkThis directory is for regression test programs.
411494Sphk
523458SmppA regression test program is one that will exercise a particular bit of the
611494Sphksystem to check that we have not reintroduced an old bug.
711494Sphk
895138SjmallettTests that are for parts of the base system should go into a directory here
995138Sjmallettwhich is the same as their path relative to src/, for example the uuencode(1)
1095138Sjmallettutility resides in src/usr.bin/uuencode so its regression test resides in
1195138Sjmallettsrc/tools/regression/usr.bin/uuencode.
1225889Sdfr
1395538SjmallettBase system regression tests should prefix their test results with 'PASS' or
1495538Sjmallett'FAIL' accordingly, to make checking for failed tests easier.  For now the
1595538Sjmalletttests are very free-form, and it's up to you to do that.  Eventually, it
1695538Sjmallettshould be a part of the regression test framework.
1795538Sjmallett
1895138SjmallettPlease make a subdir per other regression test, and add a brief description to
1995138Sjmallettthis file.
2095138Sjmallett
2197996Sjmallettgeom		Some tests and an out-of-kernel simulator for the GEOM code
2297996Sjmallettia64_unaligned	Tests unaligned reads on the IA64
2325889Sdfrnfsmmap		Some tests to exercise some tricky cases in NFS and mmap
2457257Sdufaultp1003_1b	Exercise 1003.1B scheduler
2588242Sjkhfsx		General filesystem exerciser
26