summaryrefslogtreecommitdiffstats
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure 'pack' is usable for 'prove -r'.obrien2010-01-031-0/+2
* Transform from kernel file to userland source.obrien2010-01-031-1/+5
* sh: Fix some bugs with backquoted builtins:jilles2010-01-011-0/+48
* The devices that supported EVFILT_NETDEV kqueue filters were removed inbrooks2009-12-311-109/+0
* sh: Use PATH= assignment in type.jilles2009-12-311-0/+26
* sh: Allow command -pv and command -pV (lookup using _PATH_STDPATH).jilles2009-12-313-0/+52
* sh: arith: Return only 0 and 1 from && and ||.jilles2009-12-301-0/+30
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-1/+1
* Make tests for ACL preservation by mv(1) and cp(1) more completetrasz2009-12-271-44/+197
* sh: Do not run callers' exception handlers in subshells.jilles2009-12-251-0/+34
* Add regression test for NFSv4 ACLs on UFS.trasz2009-12-211-0/+86
* Merge libkqueue test suite through r119rwatson2009-12-153-15/+18
OpenPOWER on IntegriCloud