<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/tools/regression/sockets/accept_fd_leak, branch release/8.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2007-04-02T16:02:50Z</updated>
<entry>
<title>Add another fd leak test for accept() I used to test the fix in 1.234 of</title>
<updated>2007-04-02T16:02:50Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2007-04-02T16:02:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c16551befcd08fd8594f4179b60532ed7994e126'/>
<id>urn:sha1:c16551befcd08fd8594f4179b60532ed7994e126</id>
<content type='text'>
sys/kern/uipc_syscall.c.
</content>
</entry>
<entry>
<title>Start the dreaded NOFOO -&gt; NO_FOO conversion.</title>
<updated>2004-12-21T08:47:35Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-12-21T08:47:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e653b48c80fb85b2a10372d664a4b55dbdc51dae'/>
<id>urn:sha1:e653b48c80fb85b2a10372d664a4b55dbdc51dae</id>
<content type='text'>
OK'ed by:	core
</content>
</entry>
<entry>
<title>Switch over to a different, more flexible test output protocol that's</title>
<updated>2004-11-11T19:47:55Z</updated>
<author>
<name>Nik Clayton</name>
<email>nik@FreeBSD.org</email>
</author>
<published>2004-11-11T19:47:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=00e13b1d679d242d6db62cab43303efe327afdbc'/>
<id>urn:sha1:00e13b1d679d242d6db62cab43303efe327afdbc</id>
<content type='text'>
understood by Perl's Test::Harness module and prove(1) commands.

Update README to describe the new protocol.  The work's broken down into
two main sets of changes.

First, update the existing test programs (shell scripts and C programs)
to produce output in the ok/not ok format, and to, where possible, also
produce a header describing the number of tests that are expected to be
run.

Second, provide the .t files that actually run the tests.  In some cases
these are copies of, or very similar too, scripts that already existed.
I've kept the old scripts around so that it's possible to verify that
behaviour under this new system (in terms of whether or not a test fails)
is identical to the behaviour under the old system.

Add a TODO file.
</content>
</entry>
<entry>
<title>For variables that are only checked with defined(), don't provide</title>
<updated>2004-10-24T15:33:08Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-10-24T15:33:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a35d88931c87cfe6bd38f01d7bad22140b3b38f3'/>
<id>urn:sha1:a35d88931c87cfe6bd38f01d7bad22140b3b38f3</id>
<content type='text'>
any fake value.
</content>
</entry>
<entry>
<title>Use errx() instead of perror()/exit() for conciseness.</title>
<updated>2004-10-23T22:11:35Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2004-10-23T22:11:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a09c60ffebfe6a1d8cf429027a5ae09c64155a69'/>
<id>urn:sha1:a09c60ffebfe6a1d8cf429027a5ae09c64155a69</id>
<content type='text'>
Suggested by:	ru (some time ago)
</content>
</entry>
<entry>
<title>Modify accept_fd_leak regression test to generate "PASS" output, not</title>
<updated>2004-09-18T13:06:00Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2004-09-18T13:06:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=54516c29e84f00963a79ba79d96c99c9ec2247e9'/>
<id>urn:sha1:54516c29e84f00963a79ba79d96c99c9ec2247e9</id>
<content type='text'>
just "FAIL" output, in order to make it consistent with other tests in
the regression test tree.
</content>
</entry>
<entry>
<title>Make sure to properly initialize 'size' to sizeof(sin) before passing</title>
<updated>2004-08-24T04:59:26Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2004-08-24T04:59:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cf03a9be9c8ef1d7a340321f60f49da5782e9bd1'/>
<id>urn:sha1:cf03a9be9c8ef1d7a340321f60f49da5782e9bd1</id>
<content type='text'>
it into accept().  Depending on the initial value in memory, it is
otherwise possible to get EINVAL.
</content>
</entry>
<entry>
<title>Add simple regression test to detect leakage of file descriptors when</title>
<updated>2004-07-17T16:56:46Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2004-07-17T16:56:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=90d6d28efad653a3f5bc3fbe15cf1e7b91168a66'/>
<id>urn:sha1:90d6d28efad653a3f5bc3fbe15cf1e7b91168a66</id>
<content type='text'>
accept() returns EAGAIN on a non-blocking listen socket.  This is the
tool I used to check that such a bug was resolved when merging accept()
locking.
</content>
</entry>
</feed>
