Replace the old unix_seqpacket and unix_seqpacket_exercise tests, which
authorasomers <asomers@FreeBSD.org>
Thu, 23 Jan 2014 17:26:28 +0000 (17:26 +0000)
committerasomers <asomers@FreeBSD.org>
Thu, 23 Jan 2014 17:26:28 +0000 (17:26 +0000)
commit309deb150ef41fa48d2a40fca268f3e95e44db39
tree6e24cea7ee95b2ad714722b5a2fe541aacec501e
parent05b9ae703187e63aca6861f615268abc0b3dba09
Replace the old unix_seqpacket and unix_seqpacket_exercise tests, which
were a little broken and not automatable, with unix_seqpacket_test.
It's coverage is a superset of the old tests and it uses ATF.  It
includes test cases for bugs kern/185813 and kern/185812.

PR: kern/185812
PR: kern/185813
Sponsored by: Spectra Logic
MFC after: 2 weeks
Makefile.inc1
etc/mtree/BSD.tests.dist
tests/sys/Makefile [new file with mode: 0644]
tests/sys/kern/Makefile [new file with mode: 0644]
tests/sys/kern/unix_seqpacket_test.c [new file with mode: 0644]
tools/regression/sockets/unix_seqpacket/Makefile [deleted file]
tools/regression/sockets/unix_seqpacket/unix_seqpacket.c [deleted file]
tools/regression/sockets/unix_seqpacket_exercise/Makefile [deleted file]
tools/regression/sockets/unix_seqpacket_exercise/unix_seqpacket_exercise.c [deleted file]