summaryrefslogtreecommitdiffstats
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* Add conf.sh file missed in r293621ngie2016-01-131-0/+10
* Remove Makefile now that the testcases are all TAP based andngie2016-01-091-8/+0
* - Delete non-TAP testcasesngie2016-01-097-162/+112
* - Move functions that might be used in class-specific cleanup functionsngie2016-01-081-16/+27
* - Make test-1.sh into a TAP testable testcasengie2016-01-086-62/+43
* - Add a geom_stripe specific cleanup function and trap on that function atngie2016-01-083-22/+17
* - Add a geom_shsec specific cleanup function and trap on that function atngie2016-01-083-29/+20
* - Add a geom_raid3 specific cleanup function and trap on that function atngie2016-01-0813-177/+97
* - Add a conf.sh file for executing common functions with gnopngie2016-01-083-17/+16
* - Add a conf.sh file for executing common functions with gelingie2016-01-0821-73/+98
* - Use attach_md for memory disks so they can be tracked.ngie2016-01-083-23/+18
* - Use attach_md instead of hardcoding md(4) provider unit numbersngie2016-01-038-107/+67
* - Use a temporary file for the temporary md(4) devices instead ofngie2016-01-021-1/+2
* Use randomly generated device names in testcases via mktemp -u instead of usingngie2016-01-015-5/+5
* Add functions for managing md(4) devices and cleaning up said md(4) devicesngie2016-01-011-0/+29
* - Use geom <class> load instead of g<class> load; g<class> doesn't existngie2016-01-011-1/+6
* Integrate tools/regression/sockets/unix_passfd into the FreeBSD testngie2015-12-302-397/+0
* - Explicitly initialize ch to 0ngie2015-12-281-5/+6
* Integrate tools/regression/mac/mac_bsdextended andngie2015-12-217-868/+0
* Make the mac_portacl testcases work / more robustngie2015-12-213-21/+31
* - Convert testcase to TAP formatngie2015-12-211-35/+53
* Redo the TAP integration so it works with Kyuangie2015-12-211-62/+217
* Skip the testcases if mac_bsdextended(4) isn't detected on thengie2015-12-211-0/+4
* Mark `subject matching jailid` testcase as an unexpected failure withngie2015-12-211-1/+1
* Make test_matches.sh into a series of TAP testcasesngie2015-12-211-71/+98
* - Use 1 for an exit code instead of -1 with err, errx, and exitngie2015-12-211-12/+13
* Integrate the remaining tools/regression/lib/msun testcases into thengie2015-12-2012-2025/+0
* Skip the testcases on i386 (all the assertions fail) [*]ngie2015-12-201-2/+25
* Initialize j so it doesn't print out a garbage indexngie2015-12-201-1/+3
* Skip infinities testcases that fail assertions on amd64 only on CURRENTngie2015-12-201-0/+5
* Don't run test-fma on i386ngie2015-12-201-0/+6
* - Use nitems instead of handrolling the macrongie2015-12-201-10/+17
* Disable test-ctrig.t testcases which fail assertions on i386 [*]ngie2015-12-201-1/+12
* Disable test-ctrig.t testcases which fail assertions on i386ngie2015-12-201-0/+2
* Update the test list after r292328ngie2015-12-201-2/+2
* Integrate a number of testcases from tools/regression/lib/msunngie2015-12-1628-3538/+3
* Use fabsl instead of fabs to mute -Wabsolute-value warnings from clangngie2015-12-161-4/+4
* Integrate tools/regression/lib/libc/nss into the FreeBSD test suite asngie2015-12-1620-5430/+0
* Integrate tools/regression/lib/libc/resolv into the FreeBSD test suite asngie2015-12-164-410/+0
* Remove hosts that don't resolve properly with the nss and resolv testsngie2015-12-162-94/+0
* Add missing stdlib.h headerngie2015-12-081-2/+5
* Fix compilation warnings by adding unistd.h #include and missing returnngie2015-12-081-2/+8
* Skip the MAC portacl tests if MAC_PORTACL support is missing instead ofngie2015-12-081-2/+1
* Fix LDADD/DPADD that should be LIBADD.bdrewery2015-12-0414-28/+14
* Clean up trailing whitespacengie2015-11-269-583/+582
* r291359 was incorrect. Skip over tokens that start with `#' as fgetln canngie2015-11-261-3/+4
* Skip over lines that start with # (comments)ngie2015-11-261-0/+2
* Remove cnftp.bjpu.edu.cn (it no longer resolves)ngie2015-11-262-2/+2
* Use print as a function for Python 3 [PEP 3105]rodrigc2015-11-191-0/+1
* Remove directory made obsolete by r290905ngie2015-11-163-169/+0
OpenPOWER on IntegriCloud