aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix shadowed variable hidden by WARNS changing to 3 in r313006.Bryan Drewery2017-10-121-1/+1
* Check the exit code from fsck_ffs instead of relying on MODIFIED being in the...Enji Cooper2017-10-101-17/+16
* pf: Very basic forwarding testKristof Provost2017-10-064-4/+164
* pf: Basic automated test using VIMAGEKristof Provost2017-10-065-0/+157
* aesni(4): Add support for x86 SHA intrinsicsConrad Meyer2017-09-261-1/+1
* crypto(9): Use a more specific error code when a capable driver is not foundConrad Meyer2017-09-261-2/+9
* Convert some idioms over to py3k-compatible idiomsEnji Cooper2017-09-242-54/+57
* cryptotest.py: Like r323869, skip SHA HMAC tests on non-SHA driversConrad Meyer2017-09-221-0/+1
* cryptotest.py: Fix whitespace style errorsConrad Meyer2017-09-221-16/+16
* cryptotest.py: Actually use NIST-KAT HMAC test vectors and test the right hashesConrad Meyer2017-09-211-7/+43
* cryptotest.py: Do not run AES-CBC or AES-GCM tests on non-AES crypto(4) driversConrad Meyer2017-09-211-0/+2
* cryptotest.py: Add a seatbelt that we're actually testing anythingConrad Meyer2017-09-211-0/+1
* Add supporting changes for `Add limited sandbox capability to "make check"`Enji Cooper2017-08-147-0/+23
|\
| * MFhead@r321967Enji Cooper2017-08-031-0/+6
| |\
| * | Use bsd.opts.mk, not src.opts.mkEnji Cooper2017-08-031-2/+1
| * | MFhead@r321960Enji Cooper2017-08-022-6/+27
| |\ \
| * | | Use MK_CHECK_USE_SANDBOX in tests/..., to deal with the fact thatEnji Cooper2017-08-027-0/+24
* | | | tests/sys/netinet/fibs_test: skip selected tests when firewalls are enabledAlan Somers2017-08-081-0/+6
* | | | Make test scripts under tests/... non-executableEnji Cooper2017-08-0820-0/+0
| |_|/ |/| |
* | | Chase r321920 and r321930 (dev_t being widened)Enji Cooper2017-08-031-0/+6
| |/ |/|
* | Annotate tests that require root privileges appropriatelyEnji Cooper2017-08-021-4/+25
* | Fix cosmetic issue with error messageEnji Cooper2017-08-021-2/+2
|/
* Allow changing the test PORT at compile-time.Bryan Drewery2017-07-311-0/+2
* Remove superfluous `exit 0` added in r321702Enji Cooper2017-07-291-1/+0
* Load geom_gate(4) if necessary before running tests; skip if it can't be loadedEnji Cooper2017-07-291-0/+19
* Implement SIGEV_THREAD notifications for lio_listio(2)Alan Somers2017-07-211-2/+2
* Clean up :coredump_phnumEnji Cooper2017-07-191-15/+11
* Remove expected failure for :coredump_phnumEnji Cooper2017-07-191-2/+0
* Remove dead code that was killed by r320975Alan Somers2017-07-191-9/+4
* Add regression tests for bugs 220459 and 220398Alan Somers2017-07-172-0/+148
* Fix the build with GCC after r320975Alan Somers2017-07-141-1/+1
* Add tests for aio(4) completion notification via signals and threadsAlan Somers2017-07-131-39/+212
* Use ATF cleanup routines in aio_test.cAlan Somers2017-07-132-261/+78
* Pull down pjdfstest 0.1Enji Cooper2017-06-284-6/+222
|\
| * Pull down pjdfstest 0.1vendor/pjdfstest/0.1vendor/pjdfstestEnji Cooper2017-06-28232-193/+999
| * Add vendor import for pjdfstestvendor/pjdfstest/abf03c3a47745d4521b0e4aa141317553ca48f91Enji Cooper2014-09-09223-0/+9250
* trailing_slash is a TAP-compliant testcase; mark it as such, insteadEnji Cooper2017-06-281-1/+1
* Don't hardcode path to file in /tmp; this violates the kyua sandboxEnji Cooper2017-06-281-2/+3
* Add abstime kqueue(2) timers and expand struct kevent members.Konstantin Belousov2017-06-172-5/+49
* Add the ccr0 device to the opencrypto tests against the NIST KAT tests.John Baldwin2017-06-081-2/+3
* tests/sys/aio: Add missing mode to open() calls with O_CREAT.Jilles Tjoelker2017-06-041-3/+3
* tests/sys/opencrypto/runtests: apply minor polish to test scriptEnji Cooper2017-06-011-14/+20
* Fix up `TEST_METADATA`Enji Cooper2017-06-011-1/+3
* Honor the requested crid when running a test.John Baldwin2017-06-011-4/+1
* Tweak r319058 slightlyEnji Cooper2017-05-281-2/+2
* Send all of `data`, not just a portion of itEnji Cooper2017-05-281-3/+6
* Initial `srv` before using it in bind(2)Enji Cooper2017-05-281-0/+1
* Don't leak accept_fd on thread completionEnji Cooper2017-05-281-0/+1
* Use main(void) instead of main(argc __unused, argv __unused)Enji Cooper2017-05-281-1/+1
* Use an exit code of 1 instead of -1 for reasons noted in r319056Enji Cooper2017-05-281-10/+10