aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Catch up to r325719 which makes the kern.proc.pid sysctl "work" for zombies.John Baldwin2017-12-181-1/+6
* Skip gnop tests if the corresponding kernel module isn't available.Mark Johnston2017-12-151-0/+11
* Belatedly add syncwait.Mark Johnston2017-12-141-0/+7
* Make indentation consistent with other tests, and use syncwait.Mark Johnston2017-12-142-13/+7
* Add some basic tests for gmirror read and write error handling.Mark Johnston2017-12-146-0/+317
* tests: ipsec: Don't load/unload aesni.ko in the test headerKristof Provost2017-12-038-32/+48
* Add IPSec tests in tunnel modeKristof Provost2017-12-0313-0/+615
* vfs_lookup: Allow PATH_MAX-1 symlinksConrad Meyer2017-11-172-0/+19
* Fix build on arm after r325817Alan Somers2017-11-141-5/+5
* AIO tests: increase limitsAlan Somers2017-11-142-27/+39
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-3117-15/+17
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-316-0/+80
* Discard the correct thread event reported for a ptrace stop.John Baldwin2017-10-271-0/+171
* pf tests: Remove temporary filesKristof Provost2017-10-261-0/+2
* pf tests: Fragmentation (v6) testKristof Provost2017-10-262-0/+75
* pf tests: destroy jails before destroying interfacesKristof Provost2017-10-261-6/+6
* Add a test for sending a signal while stepping a thread via PT_STEP.John Baldwin2017-10-251-0/+87
* Add a test for r324671 along with some other masked tests.Bryan Drewery2017-10-171-9/+245
* This child is expected to exit on SIGTRAP, don't leave a core behind.Bryan Drewery2017-10-161-0/+4
* pf tests: Use pft_set_rules everywhereKristof Provost2017-10-163-15/+18
* pf tests: Basic IPv6 forwarding testsKristof Provost2017-10-163-1/+135
* pf: test set-tosKristof Provost2017-10-163-9/+124
* 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