freebsd-skq/tools/regression
ngie 8ba2992822 MFC r291982:
Skip the MAC portacl tests if MAC_PORTACL support is missing instead of
marking them failed

Sponsored by: EMC / Isilon Storage Division
2015-12-15 05:47:05 +00:00
..
aio/aiop MFC r281593,r282071,r282074,r282133,r282134,r282135,r282136,r282137,r282138: 2015-05-13 12:09:01 +00:00
atm
audit/audit_pipe_ioctl MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
bpf
capsicum/syscalls Merge an applicable subset of r263234 from HEAD to stable/10: 2015-03-19 12:32:48 +00:00
ccd/layout
doat MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
environ MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
ethernet/ethermulti MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
execve MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
filemon MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
fsx MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
gaithrstress MFC r282062: 2015-05-13 10:15:26 +00:00
geom MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
geom_concat
geom_eli Fix resize regressions tests - we need to destroy BSDlabel before we can 2011-10-25 13:41:12 +00:00
geom_gate
geom_gpt
geom_mirror
geom_nop
geom_raid3
geom_shsec
geom_stripe
geom_uzip Tidy up some CVS workarounds. 2013-05-12 01:53:47 +00:00
ia64
include MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
ipfw/fwd Add support for IPv6 to ipfw fwd: 2011-08-20 17:05:11 +00:00
ipsec
iscsi Bring in the new iSCSI target and initiator. 2013-09-14 15:29:06 +00:00
kgssapi MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
kthread/kld MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
lib Remove stale tools/regression directory that should have been deleted 2015-12-05 04:19:40 +00:00
mac MFC r291982: 2015-12-15 05:47:05 +00:00
mlock MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
msdosfs Convert files over to UTF-8. 2012-01-05 21:36:53 +00:00
net/if_tap Add regression test for kern/172075. 2012-09-26 00:25:09 +00:00
net80211 MFC r269098: 2014-08-08 19:39:40 +00:00
netatalk/simple_send
netinet MFC 281887: 2015-06-02 19:20:39 +00:00
netinet6 MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
netipx Use '%zu' and '%zd' as appropriate for size_t / ssize_t. 2012-11-19 23:07:38 +00:00
nfsmmap MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
p1003_1b MFC r282072,r283018: 2015-10-25 22:30:45 +00:00
pjdfstest MFC r271796 (by will): 2014-12-05 08:46:15 +00:00
poll
posixsem MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
posixsem2 MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
priv MFC various fixes to the tools/regression/ tests. 2014-04-14 13:30:08 +00:00
pthread MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
redzone9
rpcsec_gss MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
security MFC r290190,r290251: 2015-11-09 07:26:34 +00:00
sigqueue MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
sockets MFC r261550,r281354,r281355,r281356,r281358,r281359,r281360,r281361,r281362,r281391,r281392,r281393,r281394,r281395,r281397,r281398,r281399,r281400,r281401,r281402,r281403,r281404,r281407,r281408,r281409,r281410,r281411: 2015-04-25 05:31:52 +00:00
sysvmsg MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
sysvsem MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
sysvshm MFC r280232: 2015-03-25 08:23:08 +00:00
tls MFC r291983,r291984: 2015-12-13 03:45:57 +00:00
tmpfs MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
ufs/uprintf MFC r264400,r265836: 2014-12-31 23:25:37 +00:00
usb Add regression test for USB enumeration. 2012-03-01 20:45:17 +00:00
usr.bin MFC r279779: env: Fix crash when -S string is not empty but no operand 2015-03-15 11:43:51 +00:00
zfs MFC r273627,r273628: 2014-11-15 05:16:16 +00:00
geom_subr.sh
README Spelling fixes for tools/ 2011-12-30 00:04:11 +00:00
TODO

$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 should be implemented in files with a .t extension.  Each .t file
can contain more than one test, and can be implemented in any scripting
language -- /bin/sh, Perl...

The test protocol is quite simple.  At its most basic, each .t file should, 
when run, print a line in this format:

   1..m

where m is the number of tests that will be run.

Each test should produce a single line of output.  This line should start
with one of

   ok n
   not ok n

to indicate whether or not the test succeeded.  'n' is the test's number.
Anything after this on the line (up to the first '#' if present) is 
considered to be the name of the test.  Naming tests is optional, but 
encouraged.

A test may be written which is conditional, and may need to be skipped.
For example, the netatalk tests require 'options NETATALK' in the kernel.
A test may be skipped by printing '# skip Reason for skipping' after the
test name.  For example,

    ok 1 - netatalk # skip 'options NETATALK' not compiled in

A test may be flagged as 'todo'.  This indicates that you expect the test
to fail (perhaps because the necessary functionality hasn't been written
yet).  'todo' tests are expected to fail, so when they start working the
test framework can alert you to this happy occurrence.  Flag these tests 
with a '# TODO' comment after the test name

    not ok 1 - infiniteloop # TODO write test for an infinite loop

This is modelled on the protocol followed by the Test::Harness Perl
module (and therefore much of the automated testing carried out by the 
Perl community).  More documentation can be found at:

    http://search.cpan.org/~petdance/Test-Harness-2.42/lib/Test/Harness.pm

To run the tests and parse their output install the devel/p5-Test-Harness
port.  This includes the prove(1) command which is used to run the tests
and collate the output.

    prove geom_concat		# run all the tests in geom_concat
    prove -r lib		# run all tests in lib/, and subdirectories
    prove -r -v lib		# as above, with verbose output
    prove -r			# run *all* the tests

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.

To avoid the pre-commit check program complaining about the lack of
CVS keywords in test data files, use a .in suffix for input files and
a .out suffix for output files.

To execute individual regression tests for binaries that you are
developing, add their directory in the path before running the tests.
Example:
cd /usr/src/tools/regression/usr.bin
(PATH=/home/user/src/experimental/jot:$PATH ; make SUBDIR=jot)

Please make a subdir per other regression test, and add a brief description to
this file.

acct		Exercise the integer to float conversion used in acct(5)
geom		Some tests and an out-of-kernel simulator for the GEOM code
ia64		ia64 specific regression tests
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
date		Date(1) + format string regression test