<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/tools, branch releng/10.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=releng%2F10.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=releng%2F10.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2015-07-22T15:39:41Z</updated>
<entry>
<title>MFC: r285543</title>
<updated>2015-07-22T15:39:41Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2015-07-22T15:39:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=b312d64b2dbbfbc00a8bfb1960ec764089041557'/>
<id>urn:sha1:b312d64b2dbbfbc00a8bfb1960ec764089041557</id>
<content type='text'>
Add a missing break statement, which made the code default to IPv6.

PR:		201285
Submitted by:	David Binderman
Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>MFC 281887:</title>
<updated>2015-06-02T19:20:39Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2015-06-02T19:20:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=4f8e0ff82d415f5c7224d405a2ebfe547e75b9cd'/>
<id>urn:sha1:4f8e0ff82d415f5c7224d405a2ebfe547e75b9cd</id>
<content type='text'>
Reassign copyright statements on several files from Advanced
Computing Technologies LLC to Hudson River Trading LLC.
</content>
</entry>
<entry>
<title>MFC r283357:</title>
<updated>2015-05-31T22:56:03Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-05-31T22:56:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=fec3369a74e88171506ecc82420be4e3797926fb'/>
<id>urn:sha1:fec3369a74e88171506ecc82420be4e3797926fb</id>
<content type='text'>
Remove directory for test that has been integrated in under tests/sys/...
</content>
</entry>
<entry>
<title>MFC r281593,r282071,r282074,r282133,r282134,r282135,r282136,r282137,r282138:</title>
<updated>2015-05-13T12:09:01Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-05-13T12:09:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=c5c0e8d2f31ee19a358a80b396cd472864ae085a'/>
<id>urn:sha1:c5c0e8d2f31ee19a358a80b396cd472864ae085a</id>
<content type='text'>
r282071:

Integrate tools/regression/mqueue into the FreeBSD test suite as
tests/sys/mqueue

r282074:

Integrate tools/regression/aio/aiotest and tools/regression/aio/kqueue into the
FreeBSD test suite as tests/sys/aio

r282133:

Fill in the copyright boilerplate for the test program

r282134:

Add initial (unpolished) macros for interfacing with the FreeBSD test suite

This is very rough, but will be replaced/redesigned some time soon after I fix
the Jenkins breakage I introduced

r282135:

Use ATF_REQUIRE_KERNEL_MODULE instead of aio_available function

r282136:

- Use ATF_REQUIRE_KERNEL_MDOULE to require aio(4)
- Don't use /tmp as a basis for temporary files as it's outside of the ATF
  sandbox
- Don't override MAX macro in sys/param.h

r282137:

Use PLAIN_REQUIRE_KERNEL_MODULE to require "mqueuefs"

r282138:

Adjust CFLAGS to find freebsd_test_suite/macros.h
</content>
</entry>
<entry>
<title>MFC r280894,r280895:</title>
<updated>2015-05-13T11:49:38Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-05-13T11:49:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=7e7aef8f6a7dc93082e6d97ad7985e6b15486e8a'/>
<id>urn:sha1:7e7aef8f6a7dc93082e6d97ad7985e6b15486e8a</id>
<content type='text'>
r280894:

Minor cleanup before converting to ATF testcases

- Remove blank (tab-only) lines.
- Fix -Wunused warnings.
- Bump up to WARNS= 6

r280895:

- Fix -Wsign issue
- Bump up to WARNS=6
</content>
</entry>
<entry>
<title>MFC r282076,r282104:</title>
<updated>2015-05-13T11:12:06Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-05-13T11:12:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=41276f62af0b068a09f2f19029a905dc62fbebb6'/>
<id>urn:sha1:41276f62af0b068a09f2f19029a905dc62fbebb6</id>
<content type='text'>
r282076:

Integrate tools/regression/mmap into the FreeBSD test suite as
tests/sys/kern/mmap_test

r282104:

Move tests/sys/kern/mmap_test to tests/sys/vm/mmap_test

As jhb noted, the actual mmap(2) implementation is under sys/vm, not
sys/kern/, so the correct logical place is tests/sys/vm/, not
tests/sys/kern/
</content>
</entry>
<entry>
<title>MFC r282075:</title>
<updated>2015-05-13T11:06:12Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-05-13T11:06:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=08d8bee45a9eeea075a8792943bf20f73e5fcc6b'/>
<id>urn:sha1:08d8bee45a9eeea075a8792943bf20f73e5fcc6b</id>
<content type='text'>
Convert this testcase over to a TAP format testcase
</content>
</entry>
<entry>
<title>MFC r282073:</title>
<updated>2015-05-13T10:29:02Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-05-13T10:29:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=05c3d0bdbdf0e09b4525ae5bf3610a87cae8c741'/>
<id>urn:sha1:05c3d0bdbdf0e09b4525ae5bf3610a87cae8c741</id>
<content type='text'>
- Fix style(9) a bit
-- Fix whitespace
-- Use err/errx
-- Remove superfluous braces
- Be a bit more defensive with input from the end-user
- Don't throw a floating point exception by dividing by 0 when processing a
  zero-byte file
</content>
</entry>
<entry>
<title>MFC r282067:</title>
<updated>2015-05-13T10:24:23Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-05-13T10:24:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=896e98a843fa5e23193aeb9dfe59305b39d3c0f8'/>
<id>urn:sha1:896e98a843fa5e23193aeb9dfe59305b39d3c0f8</id>
<content type='text'>
Integrate tools/regression/fifo into the FreeBSD test suite as tests/sys/fifo
and tools/regression/file into the FreeBSD test suite as tests/sys/file
</content>
</entry>
<entry>
<title>MFC r282063:</title>
<updated>2015-05-13T10:21:13Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-05-13T10:21:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=243bdfe032d358bd0672a025f3b6ab9fd593c736'/>
<id>urn:sha1:243bdfe032d358bd0672a025f3b6ab9fd593c736</id>
<content type='text'>
Integrate tools/regression/kqueue into the FreeBSD test suite as
tests/sys/kqueue
</content>
</entry>
</feed>
