summaryrefslogtreecommitdiffstats
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* 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
* sh: Add some testcases for ${v=w}, ${v-w}, ${v+w}.jilles2010-03-072-0/+118
* sh: Add various testcases for here documents.jilles2010-03-071-0/+85
* sh: Make sure to popredir() even if a function caused an error.jilles2010-03-061-0/+14
* sh: Make sure to popredir() even if a special builtin caused an error.jilles2010-03-061-0/+14
* sh: Improve the command builtin:jilles2010-03-063-0/+154
* - Use errx(3) instead of err(3) when checking if snprintf(3) succeeded.jh2010-03-058-1/+40
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-033-21/+0
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-0224-168/+0
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-021-7/+0
* Always assign WARNS using ?=uqs2010-03-025-5/+5
* Fixed missing or broken library dependencies.ru2010-02-2523-25/+32
* Update the sendfile regression test so that it outputs results in thebrucec2010-02-242-169/+242
* Add a regression test for the kthread(9) interface.attilio2010-02-202-0/+214
* sh: arith: Add a test for a bug in the dash arith code,jilles2010-02-171-0/+14
* sh: arith: Test an octal constant as well.jilles2010-02-171-0/+1
* Add missing newline in last line of file.uqs2010-02-161-1/+1
* - Implement -q option for pgrep(1).pjd2010-02-121-0/+38
* Fixed error checking of pthread(3) functions.ru2010-02-122-2/+2
* sh: Make sure the mail2.0 test can actually fail if $MAIL is not touched.jilles2010-02-081-1/+1
* sh: Do not stat() $MAIL/$MAILPATH in non-interactive shells.jilles2010-02-062-0/+30
* Don't forget to use fourth argument if O_CREAT is set in argument oflag.davidxu2010-01-071-2/+2
* Add test code for POSIX semaphore implementation.davidxu2010-01-052-0/+110
* Add ability to search up the directory hierarchy for the system directory.obrien2010-01-0419-0/+88
* Fix formatting.obrien2010-01-042-2/+2
* There are actually 129 tests here.obrien2010-01-041-1/+1
* Catch up with UNIX98-style PTY's.obrien2010-01-042-2/+8
* 'prove -r' isn't as smart as grog thought.obrien2010-01-041-9/+1
* You need to be root to run this test.obrien2010-01-041-0/+5
* Also cleanup after the test run.obrien2010-01-041-1/+3
* Don't process 'lastcomm' if "AUTOMATED" is defined.obrien2010-01-041-1/+4
* It is expected these are chmod +x.obrien2010-01-042-0/+0
* Regression test for r201456.obrien2010-01-045-0/+25
* sh: Send the "not found" message for builtin <cmd> to redirected fd 2.jilles2010-01-031-0/+31
* sh: Add a regression test that tries out all arithmetic ops.jilles2010-01-031-0/+76
* Use t1 & t2 as more symbolic than 'a' and 'b' for the two times.obrien2010-01-031-8/+6
* Provide clean output with 'prove -r'.obrien2010-01-031-2/+2
* Hide expected error output so the 'prove -r' results are easy to read.obrien2010-01-031-3/+3
* Allow to be driven by 'prove -r'.obrien2010-01-031-6/+10
OpenPOWER on IntegriCloud