summaryrefslogtreecommitdiffstats
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* sh: Fix crash due to uninitialized here-document.jilles2010-07-251-0/+19
* Hook newsyslog regression tests to the Makefile 'build'.simon2010-07-221-1/+1
* Add regression tests for newsyslog. These are far from a completesimon2010-07-223-0/+343
* sh: Allow a background command consisting solely of redirections.jilles2010-07-181-0/+3
* sh: Remove comment that the comma operator is missing in arithmeticjilles2010-07-021-1/+1
* o The typo was intended as it stated in the comment. Revert last.maxim2010-06-041-1/+1
* o Makefile BSDfication.maxim2010-06-041-23/+17
* o Fix typo: .uudef -> .undef.maxim2010-06-041-1/+1
* Fix stuttering sequences and reverse rangesbrian2010-06-024-1/+44
* sh: Fix a crash if a heredoc was not properly ended and parsing continued.jilles2010-05-301-0/+5
* sh: Change interaction of command substitution and here documents.jilles2010-05-302-0/+100
* sh: Recognize "--" in . and exec.jilles2010-05-282-0/+46
* sh: Add some simple tests for ., exec and return from . script.jilles2010-05-283-0/+62
* Correct several nits/problems in the unix_close_race regression test.rwatson2010-05-271-10/+16
* Add unix_close_race, a regresion test to catch ENOTCONN being returnedrwatson2010-05-262-0/+139
* sh: Add some simplistic tests for the wait builtin.jilles2010-05-232-0/+38
* sh: Fix pathname expansion with quoted slashes like *\/.jilles2010-05-111-0/+31
* sh: Add some simple testcases for pathname expansion.jilles2010-05-111-0/+61
* Fix error in comment.jilles2010-05-091-1/+1
* sh: Add some parser tests.jilles2010-05-093-0/+53
* Generate some tests for sh's case command from the fnmatch tests.jilles2010-05-094-1/+256
* sh: Fix bug in assignment error test.jilles2010-05-091-2/+2
* sh: Apply locale vars on builtins, recognize LC_MESSAGES as a locale var.jilles2010-05-051-0/+133
* Adjust a test case and make it more jump optimization neutral for JIT case.jkim2010-04-231-1/+1
* sh: Add some more tests for ${v#...} and ${v%...}.jilles2010-04-231-0/+46
* sh: Add testcases for double-quotes within quoted ${var+-...} (non-POSIX).jilles2010-04-181-0/+44
* sh: On startup of the shell, use PWD from the environment if it is valid.jilles2010-04-171-0/+24
* fnmatch: Fix bad FNM_PERIOD disabling if an asterisk has been seen.jilles2010-04-161-0/+1
* Add some tests for fnmatch(3).jilles2010-04-162-1/+336
* sh: Test that bogus values of PWD are not imported from the environment.jilles2010-04-111-0/+11
* sh: Add test for nested arithmetic substitution.jilles2010-04-041-0/+17
* sh: Add test for some associativity in arithmetic.jilles2010-04-041-0/+20
* sh: Do tilde expansion in substitutions.jilles2010-04-031-0/+90
* sh: Fix duplicate variable name in test.jilles2010-04-031-2/+2
* sh: Add some testcases for the working parts of tilde expansion.jilles2010-04-031-0/+56
* sh: Allow quoting pattern match characters in ${v%pat} and ${v#pat}.jilles2010-04-031-0/+55
* sh: Fix various things about expansions:jilles2010-04-032-0/+48
* sh: Add some testcases for the working parts of ${v%...} and ${v#...}.jilles2010-04-031-0/+85
* Replace -b with -C and -B (as proposed by Alexander).edwin2010-03-211-34/+37
* Add missing headers. While there, arrange headers alphabetically.kib2010-03-165-17/+37
* Add missing headers.kib2010-03-161-0/+3
* sh: Do not abort on a redirection error on a compound command.jilles2010-03-142-0/+26
* sh: Add test for redirection error on subshell (should not abort).jilles2010-03-141-0/+5
* Remove dot at the end of errx() message.kib2010-03-141-1/+1
* Adjust style, fix typo, do not print errno because it is meaningless there.kib2010-03-141-1/+2
* Make it compile on LP64 arches.kib2010-03-141-4/+8
* Create regression tests for ncal:edwin2010-03-1493-1/+1332
* sh: Do not abort on a redirection error if there is no command word.jilles2010-03-131-0/+7
* sh: Add test for assignment errors (e.g. trying to change a readonly var).jilles2010-03-131-0/+30
* sh: Add tests for " and $ inside `.jilles2010-03-121-0/+43
OpenPOWER on IntegriCloud