Deleted Added
full compact
README (137587) README (139596)
1$FreeBSD: head/tools/regression/README 137587 2004-11-11 19:47:55Z nik $
1$FreeBSD: head/tools/regression/README 139596 2005-01-02 21:40:36Z marcel $
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
8Tests should be implemented in files with a .t extension. Each .t file
9can contain more than one test, and can be implemented in any scripting

--- 51 unchanged lines hidden (view full) ---

61which is the same as their path relative to src/, for example the uuencode(1)
62utility resides in src/usr.bin/uuencode so its regression test resides in
63src/tools/regression/usr.bin/uuencode.
64
65Please make a subdir per other regression test, and add a brief description to
66this file.
67
68geom Some tests and an out-of-kernel simulator for the GEOM code
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
8Tests should be implemented in files with a .t extension. Each .t file
9can contain more than one test, and can be implemented in any scripting

--- 51 unchanged lines hidden (view full) ---

61which is the same as their path relative to src/, for example the uuencode(1)
62utility resides in src/usr.bin/uuencode so its regression test resides in
63src/tools/regression/usr.bin/uuencode.
64
65Please make a subdir per other regression test, and add a brief description to
66this file.
67
68geom Some tests and an out-of-kernel simulator for the GEOM code
69ia64_unaligned Tests unaligned reads on the IA64
69ia64 ia64 specific regression tests
70nfsmmap Some tests to exercise some tricky cases in NFS and mmap
71p1003_1b Exercise 1003.1B scheduler
72pipe Pipe code regression test
73fsx General filesystem exerciser
74sysvmsg SysV IPC Message Queue Regression Utility
75sysvsem SysV IPC Semaphore Regression Utility
76sysvshm SysV IPC Shared Memory Regression Utility
77gaithrstress General threaded getaddrinfo(3) exerciser
70nfsmmap Some tests to exercise some tricky cases in NFS and mmap
71p1003_1b Exercise 1003.1B scheduler
72pipe Pipe code regression test
73fsx General filesystem exerciser
74sysvmsg SysV IPC Message Queue Regression Utility
75sysvsem SysV IPC Semaphore Regression Utility
76sysvshm SysV IPC Shared Memory Regression Utility
77gaithrstress General threaded getaddrinfo(3) exerciser