summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Use _exit() instead of exit() in child processes created during tests.jhb2015-09-091-10/+10
* Add a test to verify that a traced process sees its original parent viajhb2015-09-091-0/+87
* Properly size the children[] arrays in the follow fork tests.jhb2015-09-091-6/+6
* Add more mmap tests related to character devices.jhb2015-09-041-8/+103
* Add various tests to ensure that invalid arguments passed to mmap()jhb2015-08-061-0/+72
* Convert the map_at_zero test case to ATF. In particular, this willjhb2015-08-062-37/+24
* Clear P_TRACED before reparenting a detached process back to itsjhb2015-08-011-54/+527
* Fixed shutdown(2) unix(4) tests for SOCK_SEQPACKET after r285910 (by ed).pluknet2015-07-291-8/+52
* Pass unsigned long argument to ioctl().rodrigc2015-07-261-1/+2
* The bug caught by flock's test 16 was fixed by r268384.markj2015-07-051-5/+0
* Make cleanup routines idempotentjmmv2015-07-041-7/+12
* Misc fixes from projects/bmakesjg2015-06-111-1/+1
* Add a CHILD_REQUIRE macro similar to ATF_REQUIRE for use in child processesjhb2015-06-041-25/+47
* Append to SUBDIR, not set itngie2015-05-311-2/+2
* Consistently only use one end of the pipe in the parent and debuggerjhb2015-05-311-3/+5
* Tweak the description of when waitpid() doesn't return any status for ajhb2015-05-281-6/+6
* Do not allow a process to reap an orphan (a child currently beingjhb2015-05-261-0/+246
* Only reparent a traced process to its old parent if the tracing process isjhb2015-05-222-0/+144
* Move all test integration pieces for etc/ from etc/ to tests/ngie2015-05-184-0/+158
* Fix typo. It should have been atf_tc_skip, not atf_skipngie2015-04-291-1/+1
* ATF_REQUIRE_KERNEL_MODULE: use atf_skip, not ATF_REQUIRE_MSG so the testcasengie2015-04-291-7/+10
* Adjust CFLAGS to find freebsd_test_suite/macros.hngie2015-04-281-0/+2
* Use PLAIN_REQUIRE_KERNEL_MODULE to require "mqueuefs"ngie2015-04-286-0/+22
* - Use ATF_REQUIRE_KERNEL_MDOULE to require aio(4)ngie2015-04-282-25/+33
* Use ATF_REQUIRE_KERNEL_MODULE instead of aio_available functionngie2015-04-281-17/+10
* Add initial (unpolished) macros for interfacing with the FreeBSD test suitengie2015-04-281-0/+53
* Fill in the copyright boilerplate for the test programngie2015-04-281-0/+27
* Move tests/sys/kern/mmap_test to tests/sys/vm/mmap_testngie2015-04-274-1/+8
* Integrate tools/regression/mmap into the FreeBSD test suite asngie2015-04-272-0/+106
*-. Integrate tools/regression/aio/aiotest and tools/regression/aio/kqueue into thengie2015-04-275-0/+1132
|\ \
| | * Integrate tests/sys/aio/kqueue into tests/sys/aiongie2015-04-163-0/+454
| |/
| * Integrate tools/regression/aio/aiotest into the FreeBSD test suite as tests/s...ngie2015-04-163-0/+678
| * Update commentsngie2015-04-161-8/+4
| * Set WARNS to 6, but turn off -Wcast-align; this is an issue with unix_cmsg andngie2015-04-161-6/+3
| * Fix WARNS=6 issues with gccngie2015-04-165-7/+8
| * Don't use /tmp for temporary files; this violates ATF/kyuas sandboxngie2015-04-162-2/+2
| * Rename unix_sendtorace_test to unix_sendto_race_testngie2015-04-162-1/+1
| * Convert accf_data_attach_test over to ATF and mark all steps after step 8 inngie2015-04-162-74/+42
| * - Convert zerosend_test to an ATF format testcasengie2015-04-152-121/+173
| * Convert unix_passfd_test to ATFngie2015-04-152-194/+199
| * Pick a random port if a specific one isn't provided on the command linengie2015-04-141-5/+11
| * Test for EPROTOTYPE, not EPROTONOSUPPORTngie2015-04-142-5/+5
| * Use socket, not sockets/ (XXX: reminder to add a sanity check for this later...)ngie2015-04-1428-1/+1
| * Fix WARNS= 6 by removing garbage collecting unused argc/argvngie2015-04-131-1/+1
| |
| \
*-. \ Integrate tools/regression/mqueue into the FreeBSD test suite asngie2015-04-278-0/+577
|\ \ \ | | |/
| | * Add mqueue_test.shngie2015-04-131-0/+54
| | |
| \ \
| \ \
| \ \
*---. \ \ Integrate tools/regression/fifo into the FreeBSD test suite as tests/sys/fifongie2015-04-2714-0/+5256
|\ \ \ \ \
* \ \ \ \ \ Integrate tools/regression/kqueue into the FreeBSD test suite asngie2015-04-2712-0/+1770
|\ \ \ \ \ \
| \ \ \ \ \ \
| \ \ \ \ \ \
*-. \ \ \ \ \ \ Integrate tools/regression/execve into the FreeBSD test suite asngie2015-04-2711-0/+279
|\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Install the proper filesngie2015-04-133-0/+0
| | | |_|/ / / | | |/| | | |
OpenPOWER on IntegriCloud