aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Minor cosmetic cleanupEnji Cooper2016-04-181-2/+2
* MFHGlen Barber2016-04-162-1/+61
|\
| * Add a test for cancelling an active AIO request on a socket.John Baldwin2016-04-161-0/+60
| * Set test_argv to NULL, not 0, if not executing a specific testEnji Cooper2016-04-151-1/+1
* | MFHGlen Barber2016-04-042-6/+78
|\|
| * Correct error messages in recently added test.John Baldwin2016-03-311-4/+2
| * Use a SKIP testplan instead of bailing out if/when the tester isn'tEnji Cooper2016-03-221-6/+4
| * Fully handle size_t lengths in AIO requests.John Baldwin2016-03-211-0/+76
* | MFHGlen Barber2016-03-1049-0/+646
|\|
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-0949-0/+646
* | MFHGlen Barber2016-03-024-0/+83
|\|
| * Refactor the AIO subsystem to permit file-type-specific handling andJohn Baldwin2016-03-014-0/+83
* | MFHGlen Barber2016-02-221-6/+8
|\|
| * Ensure that we test the event condition when a disabled kevent is enabled.Mark Johnston2016-02-191-6/+8
* | MFHGlen Barber2016-02-182-4/+0
|\|
| * Test directories can build in parallel fine.Bryan Drewery2016-02-162-4/+0
* | MFHGlen Barber2016-02-151-0/+1
|\|
| * Similar to r295116, add an additional 1 second sleep after calling ggatelEnji Cooper2016-02-101-0/+1
* | MFHGlen Barber2016-02-081-1/+7
|\|
| * Use basenames for getfacl, setfacl, and zpool to work around theEnji Cooper2016-02-061-2/+2
| * Require /bin/getfacl and /bin/setfacl when running the acl testsEnji Cooper2016-02-051-1/+7
* | Final pass through to fix 'tests' packaging.Glen Barber2016-02-031-2/+3
* | More 'tests' packaging fixes.Glen Barber2016-02-0325-0/+97
* | More 'tests' package fixes.Glen Barber2016-02-0326-0/+80
* | MFHGlen Barber2016-02-021-2/+4
|\|
| * Use the pidfile support added to ggated(8) in r294973 to ensure that theEnji Cooper2016-02-011-2/+3
| * Add an additional 1 second sleep to after calling ggatec before callingEnji Cooper2016-02-011-0/+1
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* kqueue EVFILT_PROC: avoid collision between NOTE_CHILD and NOTE_EXITEric van Gyzen2016-01-283-15/+229
* PID file support hasn't been committed for ggated(8) yet. Unbreak runningEnji Cooper2016-01-141-2/+1
* Remove unnecessary kldload logic added to geom_subr.sh in r293028Enji Cooper2016-01-141-2/+0
* IntegrateEnji Cooper2016-01-1375-0/+3490
* Rename `recvfd` and `sendfd` variables in recvfd/sendfd functions to avoidEnji Cooper2015-12-301-11/+11
* Integrate tools/regression/sockets/unix_passfd into the FreeBSD testEnji Cooper2015-12-302-0/+397
* Add ptrace(2) reporting for LWP events.John Baldwin2015-12-291-7/+186
* Remove retval to fix a -Wunused-but-set-variable warning from gcc 4.9Enji Cooper2015-12-281-4/+3
* - Remove unused but set ssize in shutdown_send_sigpipeEnji Cooper2015-12-281-5/+11
* Clean trailing whitespaceEnji Cooper2015-12-281-19/+19
* - Fix an improperly sized buffer for `pathname` [1]Enji Cooper2015-12-281-3/+2
* Fix style(9) a bit and ensure that error from initializing kqueue(2) isEnji Cooper2015-12-281-54/+42
* Place cancel and error under #ifdef DEBUG to muteEnji Cooper2015-12-281-15/+22
* Delete the comment about running `test_libugidfw_strings` before testingEnji Cooper2015-12-231-5/+0
* Move mac_bsdextended check up before running the test_libugidfw_strings testc...Enji Cooper2015-12-231-10/+10
* Dump out the output from flock_helper on failure so failures with theEnji Cooper2015-12-221-2/+3
* Integrate tools/regression/mac/mac_bsdextended andEnji Cooper2015-12-2110-0/+899
* Add ATF_REQUIRE_FEATURE and PLAIN_REQUIRE_FEATURE macros forEnji Cooper2015-12-161-0/+15
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-044-14/+8
* Disable mqueue test # 3 and # 4 until __mq_oshandle is properly publicizedEnji Cooper2015-12-011-2/+2
* Disable a couple of tests, perhaps temporarily, since they use privateDaniel Eischen2015-11-291-2/+2
* Avoid requiring 'make depend' here.Bryan Drewery2015-11-251-0/+1