<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/tools/test, branch releng/11.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2015-10-28T15:00:21Z</updated>
<entry>
<title>Fix spelling and grammer in tools/test/README.</title>
<updated>2015-10-28T15:00:21Z</updated>
<author>
<name>Eric van Gyzen</name>
<email>vangyzen@FreeBSD.org</email>
</author>
<published>2015-10-28T15:00:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9300da1d3d559da5a6e1ca29d2878c9250669aaf'/>
<id>urn:sha1:9300da1d3d559da5a6e1ca29d2878c9250669aaf</id>
<content type='text'>
Reviewed by:	gnn
</content>
</entry>
<entry>
<title>Add a test for the listen queue using two test programs,</title>
<updated>2015-10-28T03:43:24Z</updated>
<author>
<name>George V. Neville-Neil</name>
<email>gnn@FreeBSD.org</email>
</author>
<published>2015-10-28T03:43:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bae28eaa8d26ddd67e9af51979f1a54599e9b3a8'/>
<id>urn:sha1:bae28eaa8d26ddd67e9af51979f1a54599e9b3a8</id>
<content type='text'>
listen, and connect.  The listen program is a simple server that
accepts and closes sockets, until a fixed limit, then sets the listen
queue to 0 and counts how many remaining connections it processes.

The connect program repeatedly opens connections and closes them
serving as the driver for the listen program.

Sponsored by:	Limelight Networks
</content>
</entry>
<entry>
<title>Update the README to describe all the current tests in this directory.</title>
<updated>2015-10-28T03:39:18Z</updated>
<author>
<name>George V. Neville-Neil</name>
<email>gnn@FreeBSD.org</email>
</author>
<published>2015-10-28T03:39:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9f12bed1cdac50bb2402aed914c8e45904e13658'/>
<id>urn:sha1:9f12bed1cdac50bb2402aed914c8e45904e13658</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Integrate tools/test/posixshm and tools/regression/posixshm into the FreeBSD</title>
<updated>2015-10-17T04:32:21Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-10-17T04:32:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4fdc3d75b93b582923e583a411d3465b6ffd339d'/>
<id>urn:sha1:4fdc3d75b93b582923e583a411d3465b6ffd339d</id>
<content type='text'>
test suite as tests/sys/posixshm

Some other highlights:
- Convert the testcases over to ATF
- Don't use hardcoded paths to /tmp (which violate the ATF/kyua samdbox); use
  mkstemp to generate temporary paths for non-SHM_ANON shm objects.

MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Remove the old DTrace test suite makefile - it was somewhat primitive and</title>
<updated>2015-02-28T23:35:29Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2015-02-28T23:35:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1e28e010e40f6be43a82af1a989d1d9b9cc8931e'/>
<id>urn:sha1:1e28e010e40f6be43a82af1a989d1d9b9cc8931e</id>
<content type='text'>
mostly unmaintained, and it has been superseded by the infrastructure added
in r279418.

Reviewed by:	ngie
Sponsored by:	EMC / Isilon Storage Divison
</content>
</entry>
<entry>
<title>Add a ${CP} alias for copying files in the build.</title>
<updated>2015-01-16T21:39:08Z</updated>
<author>
<name>Will Andrews</name>
<email>will@FreeBSD.org</email>
</author>
<published>2015-01-16T21:39:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7a37b5fc17b2d3c2f0487756ab32450019fdbd31'/>
<id>urn:sha1:7a37b5fc17b2d3c2f0487756ab32450019fdbd31</id>
<content type='text'>
Some users build FreeBSD as non-root in Perforce workspaces.  By default,
Perforce sets files read-only unless they're explicitly being edited.
As a result, the -f argument must be used to cp in order to override the
read-only flag when copying source files to object directories.  Bare use of
'cp' should be avoided in the future.

Update all current users of 'cp' in the src tree.

Reviewed by:	emaste
MFC after:	1 week
Sponsored by:	Spectra Logic
</content>
</entry>
<entry>
<title>Ignore a test program which doesn't compile at the moment. It will be</title>
<updated>2014-09-21T21:31:16Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2014-09-21T21:31:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=211d5708c902847edfa924d42b59b9451a2a3db6'/>
<id>urn:sha1:211d5708c902847edfa924d42b59b9451a2a3db6</id>
<content type='text'>
addresed properly when integrating the DTrace tests with Kyua.
</content>
</entry>
<entry>
<title>Use the right length.</title>
<updated>2014-07-25T20:49:59Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2014-07-25T20:49:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=81e6c8e70680092253ad8c176d8e651b280fc9be'/>
<id>urn:sha1:81e6c8e70680092253ad8c176d8e651b280fc9be</id>
<content type='text'>
Submitted by:	Sascha Wildner
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Avoid hardcoding "gcc" in the DTrace tests.</title>
<updated>2014-07-11T22:22:08Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2014-07-11T22:22:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b0742329e6fcd42d9b6aa4b25d255198273cbbc4'/>
<id>urn:sha1:b0742329e6fcd42d9b6aa4b25d255198273cbbc4</id>
<content type='text'>
At least one test doesn't work yet without gcc, however gcc is
not always available in base. Using the environment compiler
is more trustable and will also work with an external compiler.

Reviewed by:	markj
MFC after:	3 days
</content>
</entry>
<entry>
<title>Fix tst.ZeroModuleProbes.d.ksh, which was incorrectly modified in r178534.</title>
<updated>2014-05-19T20:11:55Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2014-05-19T20:11:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a69a8c422a74f69c62ac9bb72438254432fec950'/>
<id>urn:sha1:a69a8c422a74f69c62ac9bb72438254432fec950</id>
<content type='text'>
Since "BEGIN" is not the name of a module, the test would just hang.

MFC after:	3 days
</content>
</entry>
</feed>
