freebsd_amp_hwpstate/tools/regression/sockets
Robert Watson 07c2a9537e Add unix_close_race, a regresion test to catch ENOTCONN being returned
improperly from one of two instances of close(2) being called
simultaneously on both ends of a connected UNIX domain socket.  The test
tool is slightly tweaked to improve failure modes, and while often does
trigger the problem, doesn't do so consistently due to the nature of the
race.

PR:		kern/144061
Submitted by:	Mikolaj Golub <to.my.trociny@gmail.com>
MFC after:	3 days
2010-05-26 10:46:03 +00:00
..
accept_fd_leak Add another fd leak test for accept() I used to test the fix in 1.234 of 2007-04-02 16:02:50 +00:00
accf_data_attach - Remove a bogus test: setsockopt() doesn't return a length, getsockopt() 2009-09-23 14:23:09 +00:00
fstat Add very simple regression test for fstat(2) on sockets: make sure it 2008-10-06 19:42:03 +00:00
kqueue
listen_backlog
listenclose
pr_atomic
reconnect
rtsocket
sblock Add a regression test to detect if waiting on the I/O serialization lock 2007-05-06 14:28:49 +00:00
sendfile Fixed missing or broken library dependencies. 2010-02-25 14:42:26 +00:00
shutdown
sigpipe
socketpair Fix a fd leak in socketpair(): 2007-04-02 19:15:47 +00:00
unix_bindconnect
unix_close_race Add unix_close_race, a regresion test to catch ENOTCONN being returned 2010-05-26 10:46:03 +00:00
unix_cmsg
unix_gc Always assign WARNS using ?= 2010-03-02 16:58:04 +00:00
unix_passfd
unix_sendtorace
unix_seqpacket A few regression tests for SOCK_SEQPACKET UNIX domain sockets. 2009-10-05 15:27:01 +00:00
unix_seqpacket_exercise A few regression tests for SOCK_SEQPACKET UNIX domain sockets. 2009-10-05 15:27:01 +00:00
unix_socket
unix_sorflush Always assign WARNS using ?= 2010-03-02 16:58:04 +00:00
zerosend Ignore EINPROGRESS error on TCP connect(), and pick up the result of the 2007-01-12 22:17:31 +00:00