summaryrefslogtreecommitdiffstats
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* sh: Detect dividing the smallest integer by -1.jilles2011-02-121-0/+12
* sh: Add tests for new features in arithmetic.jilles2011-02-082-0/+55
* sh: Weaken some tests to allow /rescue/sh to pass everything.jilles2011-02-053-3/+13
* sh: Fix two things about {(...)} <redir:jilles2011-02-051-0/+3
* sh: Forget all cached command locations on any PATH change.jilles2011-02-051-0/+12
* sh: Do not try to execute binary files as scripts.jilles2011-02-051-0/+12
* sh: Add test for shell script without '#!'.jilles2011-02-021-0/+11
* sh: Send messages about signals to stderr.jilles2011-01-301-0/+10
* sh: Add test for EXIT trap in command substitution.jilles2011-01-271-0/+3
* sh: Fix signal messages being sent to the wrong file sometimes.jilles2011-01-181-0/+8
* sh: If exit is used without args from a trap action, exit on the signal.jilles2011-01-161-0/+9
* sh: Fix some things about -- in trap:jilles2011-01-151-0/+19
* regression/date: unset all LC_xxx vars and set LANG/LC_ALLkeramida2011-01-091-1/+1
* sh: Remove special %builtin PATH entry.jilles2011-01-091-0/+15
* sh: Make exit without parameters from EXIT trap POSIX-compliant.jilles2011-01-081-0/+5
* sh: Add simple test for 'exit' without parameters.jilles2011-01-081-0/+7
* sed: Add test for r217133 (-i race).jilles2011-01-082-0/+84
* tests: sort & fix includes, remove -include from CFLAGS of acct testskeramida2011-01-063-15/+19
* sh: Do not call exitshell() from evalcommand() unless evalcommand() forkedjilles2011-01-051-0/+17
* sh: Test that exit $? replaces the original exit status in an EXIT trap.jilles2011-01-011-0/+6
* sh: Check readonly status for assignments on regular builtins.jilles2011-01-011-0/+8
* sh: Check if dup2 for redirection from/to a file succeeds.jilles2010-12-311-0/+7
* sh: Avoid side effects from builtins in optimized command substitution.jilles2010-12-301-0/+51
* sh: Add two tests for special cases in command substitution that alreadyjilles2010-12-302-0/+28
* sh: Don't do optimized command substitution if expansions have side effects.jilles2010-12-281-0/+31
* sh: Add test for optimized command substitution.jilles2010-12-281-0/+53
* sh: Make expansion errors in optimized command substitution non-fatal.jilles2010-12-281-0/+5
* sh: Add a testcase for cmdsubst errors that already works properly.jilles2010-12-271-0/+4
* Restore two commented-out tests from plus-minus1.0 to a new file.emaste2010-12-272-3/+26
* Remove commented-out test that's covered in plus-minus2.0 anyway.emaste2010-12-261-2/+0
* sh: Make warnings in the printf builtin non-fatal, like in the program.jilles2010-12-202-0/+10
* sh: arith: Disallow decimal constants starting with 0 (containing 8 or 9).jilles2010-12-181-0/+4
* sh: Fix corruption of command substitutions with special chars after newlinejilles2010-12-161-0/+20
* Recognize NFSv4 ACL semantics and run proper regression test.trasz2010-12-131-1/+5
* sh: Fix some tests that used sh instead of ${SH}jilles2010-12-122-2/+2
* sh: Add a test for r216387 (long arithmetic expression in here document).jilles2010-12-121-0/+12
* Add regression test for new NFSv4 ACL semantics, verified with ZFSv28.trasz2010-12-121-0/+562
* Allow to specify path to a file we want to test with sendfile(2).pjd2010-12-111-3/+16
* printf: Test that the "--" option terminator works.jilles2010-12-082-1/+3
* Work around gcc constant folding bugs.das2010-12-061-1/+6
* signbit() returns nonzero for negative arguments, but we shouldn't assumedas2010-12-066-6/+8
* Fix some warnings.das2010-12-051-3/+3
* Add regression tests for logarithmic functions in the math library.das2010-12-053-1/+169
* Extend the unix gc regression test to cover the case of r216150.kib2010-12-031-9/+54
* Add some basic regression tests for nearbyint().das2010-12-033-1/+111
* sh: Make the test for cd/pwd with long pathnames more useful:jilles2010-11-281-7/+8
* sh: Add a test that manipulates various long strings.jilles2010-11-191-0/+16
* sh: Add another simple test for the wait builtin.jilles2010-11-191-0/+21
* Add a queue to hold packets while we await an ARP reply.gnn2010-11-123-0/+178
* test: Move tests to tools/regression/bin/test.jilles2010-11-084-1/+170
OpenPOWER on IntegriCloud