aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Use type-independent formats for printing nlink_t and ino_t.Konstantin Belousov2017-01-061-2/+4
* Bump WARNS to 6 to catch simple QA issues like some of the ones I squashedEnji Cooper2017-01-011-0/+2
* Make sys/vfs/lookup_cap_dotdot actually work with "kyua test"Enji Cooper2017-01-011-47/+109
* ATFify the gnop testsAlan Somers2016-12-305-68/+167
* Reduce the runtime of the GELI testsAlan Somers2016-12-2910-359/+376
* reaper: Make REAPER_KILL_SUBTREE actually work.Jilles Tjoelker2016-12-141-0/+102
* Add tests for reaper receiving SIGCHLD (r309886).Jilles Tjoelker2016-12-121-0/+162
* Add basic ATF tests for Capability mode .. lookupsConrad Meyer2016-12-122-0/+254
* Add some tests for reaper functionality (in procctl()).Jilles Tjoelker2016-12-102-0/+495
* coredump_phnum_test: Make expected pheader count more flexibleConrad Meyer2016-12-041-5/+5
* Expect 01:main to failEnji Cooper2016-12-031-1/+1
* Expect :coredump_phnum to failEnji Cooper2016-12-031-0/+2
* Fix test coredump_phnum_test:coredump_phnum require.config specificationEnji Cooper2016-12-031-1/+1
* Add test case for >65535 segment coredumpsConrad Meyer2016-11-013-0/+156
* Change fs image name so it will not be regenerated (weRuslan Bukin2016-10-251-2/+2
* Integrate contrib/netbsd-tests/fs/tmpfs into the FreeBSD test suiteEnji Cooper2016-10-213-0/+80
* Add big-endian uzip file system and choose right file systemRuslan Bukin2016-10-195-113/+212
* Fix comment. We have different VM layout on MIPS, so test is skipped.Ruslan Bukin2016-10-181-1/+6
* Skip test on MIPS as we don't have shared page implemented yet.Ruslan Bukin2016-10-101-0/+5
* Ensure data in pipe is available to read.Ruslan Bukin2016-10-101-0/+18
* Export the mq_getfd_np() symbol from librt.so, which allows to getKonstantin Belousov2016-10-023-8/+10
* Increase timeouts for geli tests. It takes 2-3x more time to proceed theRuslan Bukin2016-09-281-7/+7
* Check if IPv6 supported before running the test, skip otherwise.Ruslan Bukin2016-09-231-0/+4
* Use bsdlabel as we don't have hardlink disklabel -> bsdlabelRuslan Bukin2016-09-221-1/+1
* Remove change accidentally committed via r305963 for upcoming tests/sys/fs/...Enji Cooper2016-09-191-1/+0
* Reindent TESTSDIR definition for consistency/readabilityEnji Cooper2016-09-191-1/+2
* Only chmod $TMPDIR if it's not /tmpEnji Cooper2016-09-181-3/+5
* Make sure $TMPDIR is created with 0755 permissionsEnji Cooper2016-09-181-0/+4
* wait: Do not copyout uninitialized status/rusage/wrusage.Jilles Tjoelker2016-09-092-0/+71
* Port contrib/netbsd-tests/kernel/kqueue/... as tests/sys/kqueue/...Enji Cooper2016-09-061-0/+12
* Move tests/sys/kqueue/... to tests/sys/kqueue/libkqueue/...Enji Cooper2016-09-0613-19/+22
* Skip testcases 9/10 if jail(8) isn't installedEnji Cooper2016-09-031-23/+29
* Add a missing "Bail out!" if zpool create failsEnji Cooper2016-09-031-0/+1
* DIRDEPS_BUILD: Add some missing dirctories to the build.Bryan Drewery2016-08-312-0/+37
* Make use of Kyua's work directories.Julio Merino2016-08-252-13/+13
* Only expect :encode_tv_random_million to fail on 64-bit platformsEnji Cooper2016-08-161-1/+4
* Redirect the output of the testcases to stderr instead ofEnji Cooper2016-08-135-6/+6
* Fix locking issues with aio_fsync().John Baldwin2016-07-291-0/+83
* Add PTRACE_VFORK to trace vfork events.John Baldwin2016-07-181-0/+126
* Add a mask of optional ptrace() events.John Baldwin2016-07-151-0/+136
* Add a test for user signal delivery.John Baldwin2016-07-151-0/+62
* On FreeBSD there is a setsockopt option SO_USER_COOKIE which allowsGeorge V. Neville-Neil2016-07-082-1/+112
* Fix bitstring allocation on 32-bit platformsAlan Somers2016-06-241-0/+12
* Account for AIO socket operations in thread/process resource usage.John Baldwin2016-06-211-0/+11
* Skip sys/acl tests on systems lacking perlAlan Somers2016-06-201-2/+2
* Always create loopback routes on every fibAlan Somers2016-05-271-89/+24
* Return the correct status when a partially completed request is cancelled.John Baldwin2016-05-241-0/+69
* Don't prematurely return short completions on blocking sockets.John Baldwin2016-05-241-0/+65
* Add bit_count to the bitstring(3) apiAlan Somers2016-05-231-0/+62
* Commit a missing change from 299090Alan Somers2016-05-231-2/+0