summaryrefslogtreecommitdiffstats
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* sh: Add UTF-8 support to pattern matching.jilles2011-05-082-0/+132
* sh: Add UTF-8 support to ${#var}.jilles2011-05-072-0/+28
* sh: Add $'quoting' (C-style escape sequences).jilles2011-05-059-0/+100
* sh: Apply set -u to variables in arithmetic.jilles2011-05-041-0/+6
* sh: Detect an error for ${#var<GARBAGE>}.jilles2011-05-042-0/+3
* Regression tests for Capsicum capability mode.jonathan2011-05-045-0/+587
* sh: Set $? to 0 for background commands.jilles2011-04-253-0/+13
* sh: Allow EV_EXIT through function calls, make {...} <redir more consistent.jilles2011-04-233-0/+46
* Expand / correct newsyslog regression tests:simon2011-04-211-9/+120
* sh: Do not word split "${#parameter}".jilles2011-04-201-0/+8
* sh: Add test for bin/12137.jilles2011-04-151-0/+27
* sh: Add test for obscure and ambiguous ${#?}.jilles2011-04-151-0/+11
* sh: Add test for bin/56147.jilles2011-04-151-0/+6
* Allow strerror(0) and strerror_r(0, ...).jilles2011-04-051-8/+13
* Add test for acl_is_trivial_np(3).trasz2011-03-222-0/+151
* sh: Fix some parameter expansion variants ${#...}.jilles2011-03-132-0/+21
* POSIX accepts only ELOOP if O_NOFOLLOW is specified and target is a symlink.pjd2011-03-131-5/+5
* sh: Add some tests for ${#parameter}.jilles2011-03-133-0/+26
* Fix warnings and style(9) issues.brucec2011-03-122-27/+33
* Add some missing consts.pjd2011-03-121-4/+4
* Add support for *at syscalls:pjd2011-03-101-25/+173
* Improve test a bit, now that we have fstat(2) support.pjd2011-03-101-3/+9
* Few initial ftruncate(2) tests. One of them covers stand/154873.pjd2011-03-091-0/+58
* Pass descriptor number to write(2), now that it is possible.pjd2011-03-092-4/+4
* Add support for the following syscalls:pjd2011-03-093-13/+94
* sh: Test that . /dev/null returns exit status 0 and does not preserve $?.jilles2011-03-071-0/+10
* Add some tests for cexp() and cexpf(). (I need to clean up all ofdas2011-03-073-1/+391
* One more fix. Now all ACL tests pass again.trasz2011-03-041-1/+1
* Adapt tools-crossfs.test to the new semantics.trasz2011-03-041-17/+9
* Adapt NFSv4 ACL regression test to the fact that the new ZFS usestrasz2011-03-041-2/+2
* Make ACL tests slightly easier to run.trasz2011-03-044-5/+5
* Accept == as an alias of = which is a popular GNU extension.delphij2011-02-271-1/+4
* - Fix QA issuesmiwi2011-02-221-45/+55
* sh: Add some tests for omitting whitespace whereever possible.jilles2011-02-202-0/+25
* sh: Split off some special behaviour into separate tests.jilles2011-02-204-2/+23
* sh: Do not use "local" in the test runner as POSIX and ksh93 do not have it.jilles2011-02-191-1/+0
* sh: Make execution/fork1.0 work even if the basename of ${SH} is not "sh".jilles2011-02-191-1/+4
* sh: Test that the read builtin passes through all byte valuesjilles2011-02-181-0/+32
* sh: Unset some more locale vars in two tests that may cause them to break.jilles2011-02-182-0/+4
* 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
OpenPOWER on IntegriCloud