aboutsummaryrefslogtreecommitdiff
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* Add a regression test for putting a socket on kqueue, and then doingGleb Smirnoff2017-02-142-0/+121
* Add a new socket option SO_TS_CLOCK to pick from several different clockMaxim Sobolev2017-01-164-1/+691
* Check that SCM_XXX timestamp returned by the kernel is less 1 secondMaxim Sobolev2016-12-094-1/+143
* Auto-generate 2 test cases that differ only in structure and SCM_XXX constantMaxim Sobolev2016-12-065-205/+45
* Refactor the regression test code by splitting huge monolithic CMaxim Sobolev2016-12-0520-1643/+2300
* Clean up and add some test cases for ALU instructions.Jung-uk Kim2016-10-2193-600/+830
* Move libcasper tests from regression/capsicum/libcasper/ toMariusz Zaborski2016-09-085-5330/+0
* Fix Capsicum syscalls test suite.Mariusz Zaborski2016-08-302-4/+18
* Remove calls to `die` added for associated bugsEnji Cooper2016-07-313-6/+0
* tools: minor spelling fixes.Pedro F. Giffuni2016-05-011-1/+1
* Set NULL to the ai_next pointer which fix cap_getaddrinfo().Mariusz Zaborski2016-04-141-8/+122
* Remove these broken filemon tests.Bryan Drewery2016-03-094-390/+0
* Convert casperd(8) daemon to the libcasper.Mariusz Zaborski2016-02-255-14/+13
* semget(): Check for [EEXIST] error first.Jilles Tjoelker2016-02-071-0/+9
* Use different ports in the TCP/UDP testcases with the first set andEnji Cooper2016-01-231-10/+10
* Don't run the t_cmsg_len testcase on 64-bit architecturesEnji Cooper2016-01-231-0/+12
* - Don't return immediately in check_xucred, check_scm_creds_cmsgcred, andEnji Cooper2016-01-231-81/+98
* sem: Don't free nameinfo that is still in list when open() fails.Jilles Tjoelker2016-01-221-0/+35
* Fix -Wunused warning with clang/gccEnji Cooper2016-01-162-2/+2
* Fix warnings with clang/gccEnji Cooper2016-01-162-33/+33
* Fix warnings with gcc 5.0Enji Cooper2016-01-162-4/+2
* Test for EPROTOTYPE not EPROTONOSUPPORTEnji Cooper2016-01-162-5/+5
* Add missing newline to message about requiring root privilegesEnji Cooper2016-01-161-1/+1
* - Check for accf_filter before running the tests, otherwise it will alwaysEnji Cooper2016-01-151-2/+13
* IntegrateEnji Cooper2016-01-1364-3272/+0
* Add conf.sh file missed in r293621Enji Cooper2016-01-131-0/+10
* Remove Makefile now that the testcases are all TAP based andEnji Cooper2016-01-091-8/+0
* - Delete non-TAP testcasesEnji Cooper2016-01-097-162/+112
* - Move functions that might be used in class-specific cleanup functionsEnji Cooper2016-01-081-16/+27
* - Make test-1.sh into a TAP testable testcaseEnji Cooper2016-01-086-62/+43
* - Add a geom_stripe specific cleanup function and trap on that function atEnji Cooper2016-01-083-22/+17
* - Add a geom_shsec specific cleanup function and trap on that function atEnji Cooper2016-01-083-29/+20
* - Add a geom_raid3 specific cleanup function and trap on that function atEnji Cooper2016-01-0813-177/+97
* - Add a conf.sh file for executing common functions with gnopEnji Cooper2016-01-083-17/+16
* - Add a conf.sh file for executing common functions with geliEnji Cooper2016-01-0821-73/+98
* - Use attach_md for memory disks so they can be tracked.Enji Cooper2016-01-083-23/+18
* - Use attach_md instead of hardcoding md(4) provider unit numbersEnji Cooper2016-01-038-107/+67
* - Use a temporary file for the temporary md(4) devices instead ofEnji Cooper2016-01-021-1/+2
* Use randomly generated device names in testcases via mktemp -u instead of usingEnji Cooper2016-01-015-5/+5
* Add functions for managing md(4) devices and cleaning up said md(4) devicesEnji Cooper2016-01-011-0/+29
* - Use geom <class> load instead of g<class> load; g<class> doesn't existEnji Cooper2016-01-011-1/+6
* Integrate tools/regression/sockets/unix_passfd into the FreeBSD testEnji Cooper2015-12-302-397/+0
* - Explicitly initialize ch to 0Enji Cooper2015-12-281-5/+6
* Integrate tools/regression/mac/mac_bsdextended andEnji Cooper2015-12-217-868/+0
* Make the mac_portacl testcases work / more robustEnji Cooper2015-12-213-21/+31
* - Convert testcase to TAP formatEnji Cooper2015-12-211-35/+53
* Redo the TAP integration so it works with KyuaEnji Cooper2015-12-211-62/+217
* Skip the testcases if mac_bsdextended(4) isn't detected on theEnji Cooper2015-12-211-0/+4
* Mark `subject matching jailid` testcase as an unexpected failure withEnji Cooper2015-12-211-1/+1
* Make test_matches.sh into a series of TAP testcasesEnji Cooper2015-12-211-71/+98