aboutsummaryrefslogtreecommitdiff
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* sh: Fix $? in the first command of a 'for'.Jilles Tjoelker2012-01-222-0/+17
* These tests check whether the compiler evaluates floating-pointDavid Schultz2012-01-203-0/+293
* sh: Fix execution of multiple statements in a trap when evalskip is setJean-Sébastien Pédron2012-01-162-0/+14
* sh: Test EXIT trap with multiple statements in itJean-Sébastien Pédron2012-01-161-0/+3
* sh: Fix some bugs with exit status from case containing ;&.Jilles Tjoelker2012-01-153-0/+17
* sh: Fix two bugs with case and exit status:Jilles Tjoelker2012-01-153-0/+17
* sh: Add testcases that should not be broken by future optimizations.Jilles Tjoelker2012-01-142-0/+18
* Add .t files for tests, missed in prior checkins, so that prove(1) worksDavid Schultz2012-01-143-0/+30
* Update the tests for arm and other ports where long double is the sameDavid Schultz2012-01-141-3/+3
* Fix a test that doesn't work on architectures where long double is noDavid Schultz2012-01-141-0/+2
* sh: Properly show "Not a directory" error in cd builtin.Jilles Tjoelker2012-01-131-0/+26
* sh: Avoid possible echo options in a testcase.Jilles Tjoelker2012-01-061-3/+3
* Convert files over to UTF-8.Ulrich Spörlein2012-01-054-13/+22
* Adapt testsuite following change in Domain Search error handlingJean-Sébastien Pédron2011-12-301-1/+5
* Spelling fixes for tools/Ulrich Spörlein2011-12-3017-18/+21
* Reencode files from latin1 to UTF-8.Ulrich Spörlein2011-12-291-1/+1
* sh: Allow quoting ^ and ] in bracket expressions.Jilles Tjoelker2011-12-281-0/+12
* sh: Add some testcases for pasting $*/$@ directly to a literal.Jilles Tjoelker2011-12-251-0/+65
* Fix last-minute typo.Max Khon2011-12-151-1/+1
* Add job error output test.Max Khon2011-12-155-0/+146
* Add a test for r228510.Jilles Tjoelker2011-12-141-0/+67
* - Add a test for PR 151758.John Baldwin2011-12-091-26/+54
* Fix some uninitialized variables in pipe regression tests that result inEitan Adler2011-12-053-3/+5
* Support domain-search in dhclient(8)Jean-Sébastien Pédron2011-12-044-1/+405
* Add a simple test for pipe inode numbers reported by fstat(2).Konstantin Belousov2011-12-011-0/+66
* Add three execution tests for make(1):Max Khon2011-11-3015-0/+102
* test: Add more testcases.Jilles Tjoelker2011-11-281-4/+38
* sh: Add tests for some corner cases of 'case' exit status.Jilles Tjoelker2011-11-262-0/+12
* sh: Allow unsetting OPTIND.Jilles Tjoelker2011-11-201-0/+3
* A regression test to ensure that arc4random returns different sequencesDavid Schultz2011-11-152-1/+91
* fifo_misc test: Fix swapped lseek arguments.Jilles Tjoelker2011-11-051-1/+1
* sh: Add test for exit status of for loop without items.Jilles Tjoelker2011-10-281-0/+4
* Fix resize regressions tests - we need to destroy BSDlabel before we canPawel Jakub Dawidek2011-10-251-0/+1
* Add regression tests for modf{,f,l}().David Schultz2011-10-211-26/+108
* Tests for complex trig and hyperbolic functions.David Schultz2011-10-213-1/+552
* Tests for cancellation in fma(). Also include more tests for 128-bitDavid Schultz2011-10-211-3/+63
* Fix some memory errors in *at() regression tests.Jilles Tjoelker2011-10-181-6/+9
* Add some tests for corner cases of log() in unusual rounding modes.David Schultz2011-10-151-2/+29
* Add some tests for double-rounding bugs in fma().David Schultz2011-10-151-1/+54
* Add support for IPv6 to ipfw fwd:Bjoern A. Zeeb2011-08-201-0/+369
* Test process descriptors.Jonathan Anderson2011-08-185-0/+221
* poll(2) implementation for capabilities.Jonathan Anderson2011-08-161-2/+16
* Rename CAP_*_KEVENT to CAP_*_EVENT.Jonathan Anderson2011-08-121-2/+2
* Test *at(2) calls with capability-mode lookup.Jonathan Anderson2011-08-124-3/+157
* Use the right printf() format string without a cast to maxint_t.Jonathan Anderson2011-08-111-4/+4
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-112-3/+4
* Properly initialise the "len" argument to getsockname(2) in the tcpdropRobert Watson2011-08-061-0/+1
* Expect fchflags(2) to fail with EOPNOTSUPP on NFS.Jonathan Anderson2011-08-051-2/+11
* Flesh out the cap_test regression test.Jonathan Anderson2011-08-043-0/+388
* Flesh out the cap_test regression test.Jonathan Anderson2011-08-045-344/+319