aboutsummaryrefslogtreecommitdiff
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* sh: Add test for r222173.Jilles Tjoelker2011-05-221-0/+12
* sh: Expand aliases after assignments and redirections.Jilles Tjoelker2011-05-212-0/+10
* sh: Add test for positional parameters with more than one digit.Jilles Tjoelker2011-05-211-0/+13
* sh: Implement the cd -e flag proposed for the next POSIX issue.Jilles Tjoelker2011-05-202-0/+59
* sh: Allow terminating a heredoc with a terminator at EOF without a newline.Jilles Tjoelker2011-05-201-0/+26
* sh: Add tests for lines that look like heredoc delimiters but are not.Jilles Tjoelker2011-05-142-0/+107
* sh: Add \u/\U support (in $'...') for UTF-8.Jilles Tjoelker2011-05-082-0/+18
* sh: Add UTF-8 support to pattern matching.Jilles Tjoelker2011-05-082-0/+132
* sh: Add UTF-8 support to ${#var}.Jilles Tjoelker2011-05-072-0/+28
* sh: Add $'quoting' (C-style escape sequences).Jilles Tjoelker2011-05-059-0/+100
* sh: Apply set -u to variables in arithmetic.Jilles Tjoelker2011-05-041-0/+6
* sh: Detect an error for ${#var<GARBAGE>}.Jilles Tjoelker2011-05-042-0/+3
* Regression tests for Capsicum capability mode.Jonathan Anderson2011-05-045-0/+587
* sh: Set $? to 0 for background commands.Jilles Tjoelker2011-04-253-0/+13
* sh: Allow EV_EXIT through function calls, make {...} <redir more consistent.Jilles Tjoelker2011-04-233-0/+46
* Expand / correct newsyslog regression tests:Simon L. B. Nielsen2011-04-211-9/+120
* sh: Do not word split "${#parameter}".Jilles Tjoelker2011-04-201-0/+8
* sh: Add test for bin/12137.Jilles Tjoelker2011-04-151-0/+27
* sh: Add test for obscure and ambiguous ${#?}.Jilles Tjoelker2011-04-151-0/+11
* sh: Add test for bin/56147.Jilles Tjoelker2011-04-151-0/+6
* Allow strerror(0) and strerror_r(0, ...).Jilles Tjoelker2011-04-051-8/+13
* Add test for acl_is_trivial_np(3).Edward Tomasz Napierala2011-03-222-0/+151
* sh: Fix some parameter expansion variants ${#...}.Jilles Tjoelker2011-03-132-0/+21
* POSIX accepts only ELOOP if O_NOFOLLOW is specified and target is a symlink.Pawel Jakub Dawidek2011-03-131-5/+5
* sh: Add some tests for ${#parameter}.Jilles Tjoelker2011-03-133-0/+26
* Fix warnings and style(9) issues.Rebecca Cran2011-03-122-27/+33
* Add some missing consts.Pawel Jakub Dawidek2011-03-121-4/+4
* Add support for *at syscalls:Pawel Jakub Dawidek2011-03-101-25/+173
* Improve test a bit, now that we have fstat(2) support.Pawel Jakub Dawidek2011-03-101-3/+9
* Few initial ftruncate(2) tests. One of them covers stand/154873.Pawel Jakub Dawidek2011-03-091-0/+58
* Pass descriptor number to write(2), now that it is possible.Pawel Jakub Dawidek2011-03-092-4/+4
* Add support for the following syscalls:Pawel Jakub Dawidek2011-03-093-13/+94
* sh: Test that . /dev/null returns exit status 0 and does not preserve $?.Jilles Tjoelker2011-03-071-0/+10
* Add some tests for cexp() and cexpf(). (I need to clean up all ofDavid Schultz2011-03-073-1/+391
* One more fix. Now all ACL tests pass again.Edward Tomasz Napierala2011-03-041-1/+1
* Adapt tools-crossfs.test to the new semantics.Edward Tomasz Napierala2011-03-041-17/+9
* Adapt NFSv4 ACL regression test to the fact that the new ZFS usesEdward Tomasz Napierala2011-03-041-2/+2
* Make ACL tests slightly easier to run.Edward Tomasz Napierala2011-03-044-5/+5
* Accept == as an alias of = which is a popular GNU extension.Xin LI2011-02-271-1/+4
* - Fix QA issuesMartin Wilke2011-02-221-45/+55
* sh: Add some tests for omitting whitespace whereever possible.Jilles Tjoelker2011-02-202-0/+25
* sh: Split off some special behaviour into separate tests.Jilles Tjoelker2011-02-204-2/+23
* sh: Do not use "local" in the test runner as POSIX and ksh93 do not have it.Jilles Tjoelker2011-02-191-1/+0
* sh: Make execution/fork1.0 work even if the basename of ${SH} is not "sh".Jilles Tjoelker2011-02-191-1/+4
* sh: Test that the read builtin passes through all byte valuesJilles Tjoelker2011-02-181-0/+32
* sh: Unset some more locale vars in two tests that may cause them to break.Jilles Tjoelker2011-02-182-0/+4
* sh: Detect dividing the smallest integer by -1.Jilles Tjoelker2011-02-121-0/+12
* sh: Add tests for new features in arithmetic.Jilles Tjoelker2011-02-082-0/+55
* sh: Weaken some tests to allow /rescue/sh to pass everything.Jilles Tjoelker2011-02-053-3/+13
* sh: Fix two things about {(...)} <redir:Jilles Tjoelker2011-02-051-0/+3