aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in r312216Enji Cooper2017-01-151-1/+1
* Revert r312119 and reword the intent to fix -Wshadow issuesEnji Cooper2017-01-151-0/+1
* Mark testcases which use cap_enter as expected failures until theEnji Cooper2017-01-151-0/+8
* Add include Makefiles for tests/sys/{fs,kern,kqueue,mac}/...Enji Cooper2017-01-144-0/+12
|\
| * Add include Makefiles for tests/sys/{fs,kern,kqueue,mac}/...Enji Cooper2017-01-144-0/+12
* | Fix -Wformat issueEnji Cooper2017-01-141-1/+1
|/
* Follow up to r312118Enji Cooper2017-01-141-1/+1
* Fix warningsEnji Cooper2017-01-141-3/+4
* Fix -Wformat issue with zero-length format string passed to err(3)Enji Cooper2017-01-141-1/+1
* Remove WARNS set globally by ../Makefile.inc nowEnji Cooper2017-01-141-2/+0
* Enable WARNS?= 6 across all of tests/sysEnji Cooper2017-01-141-0/+3
* Remove unused vars to fix -Wunused issuesEnji Cooper2017-01-141-1/+1
* Fix -Wsign-compare warningsEnji Cooper2017-01-141-6/+4
* Bump WARNS up to 6 againEnji Cooper2017-01-142-5/+4
* Follow-up to r312103:Conrad Meyer2017-01-141-2/+0
* Revert r310994Conrad Meyer2017-01-141-109/+47
* ATFify the geom gate tests.Alan Somers2017-01-106-177/+194
* 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