aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* frag6-test: update for r354046, conform to 8200 for overlapping fragmentsBjoern A. Zeeb2019-10-251-1/+1
* frag6: prevent overwriting initial fragoff=0 packet meta-data.Bjoern A. Zeeb2019-10-243-1/+372
* frag6 test cases: check more counters, wait for expiryBjoern A. Zeeb2019-10-2423-32/+275
* frag6: import a set of test casesBjoern A. Zeeb2019-10-2143-0/+6397
* tests: basic VLAN testKristof Provost2019-10-152-0/+43
* coredump_phnum_test: handle full file system gracefullyEric van Gyzen2019-10-111-2/+13
* zfs: multiple improvements to the zpool_add testsAlan Somers2019-10-1013-168/+59
* ZFS: fix the zpool_add_010_pos testAlan Somers2019-10-091-1/+1
* ZFS: in the tests, don't override PWDAlan Somers2019-10-091-1/+0
* ZFS: multiple fixes to the zpool_import testsAlan Somers2019-10-095-87/+22
* Fix a bug in r353332 that snuck in with a last-minute adjustment.Mark Johnston2019-10-081-2/+2
* Add a regression test for r353331.Mark Johnston2019-10-081-0/+72
* zfs: fix the zfsd_hotspare_007_pos testAlan Somers2019-10-081-0/+3
* zfs: fix the zfsd_autoreplace_003_pos testAlan Somers2019-10-081-5/+5
* Fix problems in the kern_maxfiles__increase testEric van Gyzen2019-10-081-9/+30
* ZFS: fix the redundancy testsAlan Somers2019-10-073-10/+6
* ZFS: mark hotspare_scrub_002_pos as an expected failureAlan Somers2019-10-071-0/+1
* ZFS: fix the delegate testsAlan Somers2019-10-0710-296/+75
* zfs: skip the zfsd tests if zfsd is not runningAlan Somers2019-10-071-0/+22
* zfs: fix the zdb_001_neg testAlan Somers2019-10-071-1/+1
* ZFS: fix the zpool_get_002_pos testAlan Somers2019-10-072-2/+6
* zfs: fix the slog_012_neg testAlan Somers2019-10-071-1/+3
* ZFS: fix several zvol_misc testsAlan Somers2019-10-072-9/+7
* ZFS: fix several of the "zpool create" testsAlan Somers2019-10-0511-564/+38
* ZFS: the hotspare_add_004_neg test needs at least two disksAlan Somers2019-10-051-1/+1
* shm_open2(2): completely unbreakKyle Evans2019-10-021-0/+35
* Fix coredump_phnum_test when kern.compress_user_cores != 0Eric van Gyzen2019-09-301-13/+24
* Adjust tests after page fault changes in r352807Jilles Tjoelker2019-09-292-4/+2
* Further normalize copyright noticesKyle Evans2019-09-261-1/+0
* Add an shm_rename syscallDavid Bright2019-09-261-14/+276
* Add SPDX tags to recently added filesKyle Evans2019-09-251-0/+2
* Add linux-compatible memfd_createKyle Evans2019-09-252-0/+277
* Fix coredump_phnum_test in case of kern.compress_user_cores=1Olivier Cochard2019-09-241-0/+2
* Add some tests for page fault signals and codesJilles Tjoelker2019-09-182-1/+186
* Temporarily skip sys.netpfil.common.tos.pf_tos on i386 CI as it always failsLi-Wen Hsu2019-09-171-0/+4
* Temporarily skip sys.netpfil.common.forward.pf_v4 on i386 CI as it always failsLi-Wen Hsu2019-09-171-0/+4
* fusefs: initialize C++ classes the Coverity wayAlan Somers2019-09-162-3/+6
* fusefs: fix some minor Coverity CIDs in the testsAlan Somers2019-09-163-4/+4
* Introduce arb(3), the Array-based Red-Black Tree macros: similarEdward Tomasz Napierala2019-09-142-1/+116
* fusefs: Fix iosize for FUSE_WRITE in 7.8 compat modeAlan Somers2019-09-112-51/+92
* Temporarily skip flakey test case sys.kern.ptrace_test.ptrace__getppidLi-Wen Hsu2019-09-111-0/+4
* fusefs: suppress some Coverity resource leak CIDs in the testsAlan Somers2019-09-071-0/+1
* fusefs: coverity cleanup in the testsAlan Somers2019-09-0618-33/+78
* Set required program for all acl testsKristof Provost2019-09-051-3/+3
* pkgbase: Put the sys/common test into the tests packageEmmanuel Vadot2019-09-051-1/+1
* Temporarily skip sys.sys.qmath_test.qdivq_s64q in CI because it is unstableLi-Wen Hsu2019-09-031-0/+4
* Fix qmath(3) build problems with GCC 8.Edward Tomasz Napierala2019-08-291-11/+5
* fusefs: Fix some bugs regarding the size of the LISTXATTR listAlan Somers2019-08-282-40/+259
* Fix build on 32 bit archs.Edward Tomasz Napierala2019-08-271-12/+12
* Introduce <sys/qmath.h>, a fixed-point math library from Netflix.
Edward Tomasz Napierala2019-08-272-1/+654