summaryrefslogtreecommitdiffstats
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* Fix last-minute typo.fjoe2011-12-151-1/+1
* Add job error output test.fjoe2011-12-155-0/+146
* Add a test for r228510.jilles2011-12-141-0/+67
* - Add a test for PR 151758.jhb2011-12-091-26/+54
* Fix some uninitialized variables in pipe regression tests that result ineadler2011-12-053-3/+5
* Support domain-search in dhclient(8)dumbbell2011-12-044-1/+405
* Add a simple test for pipe inode numbers reported by fstat(2).kib2011-12-011-0/+66
* Add three execution tests for make(1):fjoe2011-11-3015-0/+102
* test: Add more testcases.jilles2011-11-281-4/+38
* sh: Add tests for some corner cases of 'case' exit status.jilles2011-11-262-0/+12
* sh: Allow unsetting OPTIND.jilles2011-11-201-0/+3
* A regression test to ensure that arc4random returns different sequencesdas2011-11-152-1/+91
* fifo_misc test: Fix swapped lseek arguments.jilles2011-11-051-1/+1
* sh: Add test for exit status of for loop without items.jilles2011-10-281-0/+4
* Fix resize regressions tests - we need to destroy BSDlabel before we canpjd2011-10-251-0/+1
* Add regression tests for modf{,f,l}().das2011-10-211-26/+108
* Tests for complex trig and hyperbolic functions.das2011-10-213-1/+552
* Tests for cancellation in fma(). Also include more tests for 128-bitdas2011-10-211-3/+63
* Fix some memory errors in *at() regression tests.jilles2011-10-181-6/+9
* Add some tests for corner cases of log() in unusual rounding modes.das2011-10-151-2/+29
* Add some tests for double-rounding bugs in fma().das2011-10-151-1/+54
* Add support for IPv6 to ipfw fwd:bz2011-08-201-0/+369
* Test process descriptors.jonathan2011-08-185-0/+221
* poll(2) implementation for capabilities.jonathan2011-08-161-2/+16
* Rename CAP_*_KEVENT to CAP_*_EVENT.jonathan2011-08-121-2/+2
* Test *at(2) calls with capability-mode lookup.jonathan2011-08-124-3/+157
* Use the right printf() format string without a cast to maxint_t.jonathan2011-08-111-4/+4
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-112-3/+4
* Properly initialise the "len" argument to getsockname(2) in the tcpdroprwatson2011-08-061-0/+1
* Expect fchflags(2) to fail with EOPNOTSUPP on NFS.jonathan2011-08-051-2/+11
* Flesh out the cap_test regression test.jonathan2011-08-043-0/+388
* Flesh out the cap_test regression test.jonathan2011-08-045-344/+319
* sh: Add a test for a fairly obscure case with aliases.jilles2011-07-161-0/+6
* posix_spawn: If an error is detected in the child process, reap the zombie.jilles2011-07-102-1/+91
* Clarify the meaning of a test.jonathan2011-07-082-4/+4
* Ensure that kqueue is not inherited across fork().jonathan2011-07-073-6/+21
* sh: Test that '!' is literal if quoted and first char of bracket expressionjilles2011-06-251-0/+16
* sh: Add test for r223282.jilles2011-06-191-0/+6
* sh: Add case statement fallthrough (with ';&' instead of ';;').jilles2011-06-171-0/+39
* sh: Skip variables with invalid names in "set", "export -p", "readonly -p".jilles2011-06-172-0/+6
* sh: Reduce unnecessary forks with eval.jilles2011-06-161-0/+5
* sh: Add support for named character classes in bracket expressions.jilles2011-06-151-0/+32
* sh: Add test for LC_COLLATE-based character ranges in case.jilles2011-06-121-0/+24
* sh: Add test for case pattern matching with iso-8859-1 charset.jilles2011-06-121-0/+52
* sh: Do parameter expansion on ENV before using it.jilles2011-06-101-0/+11
* sh: Do parameter expansion before printing PS4 (set -x).jilles2011-06-091-0/+9
* sh: Add simple tests for set -x and PS4.jilles2011-06-082-0/+17
* sh: Fix $? in heredocs on simple commands.jilles2011-06-051-0/+15
* sh: Add already working testcases for $? in here-document.jilles2011-06-051-0/+25
* Add a very simple IPDIVERT test, which creates IP divert sockets andrwatson2011-06-042-0/+177
OpenPOWER on IntegriCloud