aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Prevent running sigwait tests in parallelOlivier Cochard2022-05-171-0/+1
* tests/unix_dgram: account for size of sender address in the filling cycleGleb Smirnoff2022-05-171-1/+6
* fusefs tests: Remove an unused variable.Dmitry Chagin2022-05-131-2/+1
* fusefs: handle evil servers that return illegal inode numbersAlan Somers2022-05-126-0/+226
* fusefs: make the mknod.cc tests a bit more general.Alan Somers2022-05-121-25/+60
* pf tests: test dummynet on route-to'd packetsKristof Provost2022-05-121-0/+57
* pf tests: factor out common dummynet checkKristof Provost2022-05-123-9/+11
* tests: Get rid of invalid since 3e11d3f6 testcaseDmitry Chagin2022-05-121-23/+0
* tests/kern: add tests for PF_UNIX/SOCK_DGRAMGleb Smirnoff2022-05-122-0/+218
* Add tests for affinity syscalls.Dmitry Chagin2022-05-112-0/+298
* Fix overflow errors in sbttous and sbttomsAlan Somers2022-05-092-1/+226
* tests/unix_passfd: add test for shutdown(2) on a buffer with an fdGleb Smirnoff2022-05-091-0/+34
* if: avoid interface destroy raceKristof Provost2022-05-061-0/+29
* Reenable vnet tests in CIEd Maste2022-05-052-6/+0
* fusefs: annotate more file descriptor leaks in the testsAlan Somers2022-05-056-0/+36
* tests: vnet tests started failing in CI, disable temporarilyMarko Zec2022-05-041-0/+4
* tests/dummynet: disable since mbuf pointer serialization KPI to be backed outMarko Zec2022-05-031-0/+2
* fusefs: use the fsname mount option if setAlan Somers2022-04-295-4/+28
* fusefs: add a test for the subtype= optionAlan Somers2022-04-295-5/+42
* fusefs: fix FUSE_CREATE with file handles and fuse protocol < 7.9Alan Somers2022-04-281-5/+8
* Fix build after 128b9bf9Dmitry Chagin2022-04-251-2/+3
* Add tests for sigwait family syscalls.Dmitry Chagin2022-04-252-0/+586
* Have posixshm_test ask the kernel for the page sizeAndrew Turner2022-04-201-65/+72
* Fill the page size array in one posix shm testAndrew Turner2022-04-201-0/+2
* pf: allow the use of tables in ethernet rulesKristof Provost2022-04-201-4/+6
* fusefs: correctly handle servers that report too much data writtenAlan Somers2022-04-191-0/+61
* path_test: Verify that operations on unlinked files workMark Johnston2022-04-181-0/+33
* path_test: Correct the kevent testMark Johnston2022-04-181-2/+5
* fusefs: validate servers' error valuesAlan Somers2022-04-154-2/+33
* Disable building kcov test on powerpcspeLi-Wen Hsu2022-04-141-1/+2
* Extend the length of dirpath to fix failure in kyua testDavid Bright2022-04-121-1/+1
* Have path_test ask the kernel for the page sizeAndrew Turner2022-04-071-3/+5
* Have the coredump_phnum test ask for the page sizeAndrew Turner2022-04-071-3/+5
* Enable the kcov tests on supported architecturesAndrew Turner2022-04-072-2/+5
* Enable subr_physmem_test on supported architecturesAndrew Turner2022-04-071-1/+3
* fusefs: fix two bugs regarding VOP_RECLAIM of the root inodeAlan Somers2022-04-064-4/+33
* Disable the physmem test for nowAndrew Turner2022-04-061-1/+1
* Handle non-page aligned/sized memory in physmemAndrew Turner2022-04-061-2/+20
* Port subr_physmem to userspace and add testsAndrew Turner2022-04-062-0/+126
* pf: support listing ethernet anchorsKristof Provost2022-03-301-0/+2
* pf: ether l3 rules can only use addressesKristof Provost2022-03-251-0/+5
* netinet tests: only log critical errors from scapyKristof Provost2022-03-171-0/+2
* pf tests: Test retrieving nested nat-anchorsKristof Provost2022-03-171-0/+36
* pf tests: Test setting and retrieving nested anchorsKristof Provost2022-03-171-0/+35
* pf tests: Test new L3 inspection for pf 'ether' rulesKristof Provost2022-03-141-0/+45
* module_test: Fix some assignments to errno intended to be tests.John Baldwin2022-03-141-4/+4
* Skip sys.geom.class.multipath.failloop.failloop if dtrace fails to runLi-Wen Hsu2022-03-081-1/+1
* gmultipath tests: Re-enable the failloop test in CIMark Johnston2022-03-071-4/+0
* tests: Fix the test plan for closefrom_testMark Johnston2022-03-061-1/+1
* Add simple kyua tests for the mod* system calls.John Baldwin2022-03-042-0/+198