summaryrefslogtreecommitdiffstats
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Mark Heily's libkqueue test suite as a general kqueue test suite torwatson2009-12-1310-0/+1729
* Don't read the newline character to line buffer because lines are passedjh2009-12-1213-1/+53
* sh: Test ;<newline> as well as ; in the 'for' parser test.jilles2009-12-061-3/+3
* Do not gratuitously fail *env(3) operations due to corrupt ('='-less)green2009-12-013-3/+45
* Disable job control when running 'sh -i' in the testsuite.jilles2009-11-292-2/+2
* Fix some cases where file descriptors from redirections leak to programs.jilles2009-11-292-0/+56
* Make this test case little bit more interesting.jkim2009-11-231-500/+500
* sh: Ensure the same command input file is on top after executing a builtin.jilles2009-11-221-0/+27
* trap: do not consider a bad signal name a fatal error.jilles2009-11-211-0/+12
* Add a test for r199631.stefanf2009-11-211-0/+15
* Add a few very basic tests for cd -{L,P} and pwd -{L,P}.stefanf2009-11-211-12/+22
* Correct copyright date in the BPF regression test.jkim2009-11-201-1/+1
* Adjust BPF JIT compiler regression tests to catch up with r199603.jkim2009-11-207-20/+35
* Add a test case for very long BPF program.jkim2009-11-192-1/+1031
* sh: Allow a newline before "in" in a for command, as required by POSIX.jilles2009-11-141-0/+29
* Add test-pidfile.c and increase warning level.des2009-11-121-2/+2
* Test cases for pidfile(3) - including two designed to catch issues arisingdes2009-11-121-0/+280
* Fix warnings and remove one unnecessary use of vfork(). The other coulddes2009-11-121-9/+3
* Fix warningsdes2009-11-123-7/+9
* Check fork() return valuedes2009-11-101-2/+5
OpenPOWER on IntegriCloud