summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add ATF_REQUIRE_FEATURE and PLAIN_REQUIRE_FEATURE macros forngie2015-12-161-0/+15
* Fix LDADD/DPADD that should be LIBADD.bdrewery2015-12-044-14/+8
* Disable mqueue test # 3 and # 4 until __mq_oshandle is properly publicizedngie2015-12-011-2/+2
* Disable a couple of tests, perhaps temporarily, since they use privatedeischen2015-11-291-2/+2
* Avoid requiring 'make depend' here.bdrewery2015-11-251-0/+1
* Integrate contrib/netbsd-tests/kernel/t_mqueue into the FreeBSD testngie2015-11-231-0/+5
* Fix up convert.c generationngie2015-11-231-2/+3
* Copy README into /usr/testsrodrigc2015-11-202-3/+15
* Integrate tools/regression/pipe in to the FreeBSD test suite asngie2015-11-1610-0/+799
* Integrate contrib/netbsd-tests/kernel/t_lockf.c into the FreeBSD test suite asngie2015-11-161-0/+6
* Integrate acct(2) testcase in as tests/sys/kern/acct/acct_testngie2015-11-163-0/+255
|\
| * Integrate kern/kern_acct.c testcase in as tests/sys/kern/acct/acct_testngie2015-11-163-0/+255
| * Enable pjdfstest in the FreeBSD test suite by default to get somengie2015-11-161-3/+1
|/
* Add tests for the copyin(9) handling of illegal buffers.kib2015-10-192-0/+87
*-. Integrate tools/regression/acltools into the FreeBSD test suite as tests/sys/aclngie2015-10-1715-0/+3343
|\ \
| \ \
| \ \
*-. \ \ Integrate tools/test/posixshm and tools/regression/posixshm into the FreeBSDngie2015-10-173-0/+637
|\ \ \ \
| | * | | Unify posixshm.c and shm_test.cngie2015-10-176-983/+740
| | | |/ | | |/|
| | * | Add Makefile missed in r289236ngie2015-10-141-0/+29
| | * | Redirect all stdout from run to stderr so failures can be debuggedngie2015-10-145-7/+7
| | |/
| | * Integrate tools/regression/acltools into tests/sys/aclngie2015-10-1314-0/+3314
| | |\
| | | * Integrate tools/regression/acltools into tests/sys/aclngie2015-10-0514-0/+3314
| | | * Fix compilation with -Werror + -Wsigned enabledngie2015-10-051-6/+4
| | | * MFhead @ r288313ngie2015-09-272-24/+206
| | | |\
| | | * \ MFhead @ r286584ngie2015-08-104-98/+674
| | | |\ \
| | | * \ \ MFhead @ r285904ngie2015-07-273-13/+14
| | | |\ \ \
| | | * | | | Fix some -Wunused warningsngie2015-06-141-1/+1
| | | * | | | Fix Makefilengie2015-06-141-2/+2
| | | * | | | MF head @ r284358ngie2015-06-133-30/+54
| | | |\ \ \ \
| | | * \ \ \ \ Readd fresh copies of the directories from head using svn copyngie2015-05-3134-0/+7300
| | | |\ \ \ \ \
| | | * | | | | | Nuke some broken directoriesngie2015-05-3134-7300/+0
| | | * | | | | | MF head @ r283796ngie2015-05-311-0/+246
| | | |\ \ \ \ \ \ | | | | |/ / / / /
| | | * | | | | | MFhead @ r283351ngie2015-05-2421-43/+460
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Try and fix filenames to diff reduce with headngie2015-04-272-0/+0
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | Remove tests/sys/mmapngie2015-04-272-112/+0
| | | * | | | | | | | MFhead @ r282076ngie2015-04-273-1/+106
| | | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / /
| | | * | | | | | | | Add missing newline for SKIP planngie2015-04-251-1/+1
| | | * | | | | | | | MFhead @ r281924ngie2015-04-241-1/+1
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | sparc64 gcc has -Wcast-align issues as well on sparc64; disable the warning f...ngie2015-04-161-1/+1
| | | * | | | | | | | | Fix a warning related to type sizes found by testing on a 32-bit OS ;) (powerpc)ngie2015-04-161-2/+1
* | | | | | | | | | | | Add more SUBDIR_PARALLEL.bdrewery2015-10-154-0/+6
| | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ \ \ Integrate tools/regression/vfs into the FreeBSD test suite as tests/sys/vfsngie2015-10-143-0/+50
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | Add Makefile forgotten in r289224ngie2015-10-131-0/+7
| |/ / / / / / / / / / /
| * | | | | | | | | | | Integrate tools/regression/vfs into the FreeBSD test suite as tests/sys/vfsngie2015-10-132-0/+43
| |/ / / / / / / / / /
| * | | | | | | | | | Integrate tools/test/posixshm and tools/regression/posixshm into the FreeBSDngie2015-10-136-0/+990
|/ / / / / / / / / /
* | | | | | | | | | Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-123-3/+3
* | | | | | | | | | Tweak: use 'mainlwp' instead of 'mainpid' since this is a thread (LWP)jhb2015-10-061-3/+3
* | | | | | | | | | Fix build with older GCC which, doesn't like 'main' being a variable name.bdrewery2015-10-061-3/+3
* | | | | | | | | | Fix various edge cases related to system call tracing.jhb2015-10-062-15/+245
* | | | | | | | | | Revert r288682ngie2015-10-0521-0/+2046
* | | | | | | | | | Remove some paths preparing for a re-copy from headngie2015-10-0521-2046/+0
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
OpenPOWER on IntegriCloud