summaryrefslogtreecommitdiffstats
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
...
* Instead of hardcoding {NAME_MAX} as 255 and {PATH_MAX} as 1024 obtain those frompjd2010-08-111-7/+46
* More tests, mostly related to devices and sockets.pjd2010-08-1012-217/+666
* sh: Fix heap-based buffer overflow in pathname generation.jilles2010-08-101-0/+29
* Linux has no strlcpy().pjd2010-08-091-2/+4
* Fix bind(2) and connect(2) support on Solaris.pjd2010-08-091-10/+8
* Fix file system type detection on Solaris.pjd2010-08-091-1/+1
* Small tweaks.pjd2010-08-092-8/+8
* No need to use grep to check if path start with /.pjd2010-08-091-4/+6
* sh: Add more testcases for ${var:-word}.jilles2010-08-081-0/+38
* Various cleanups, mostly to make the test work on FreeBSD/ZFS.pjd2010-08-0648-904/+1253
* ${GREP} can only be used after loading 'conf'.pjd2010-08-061-1/+1
* Don't use egrep directly - use ${GREP}.pjd2010-08-061-3/+3
* Check first todo() argument against operating system name and operating systempjd2010-08-061-2/+1
* For FreeBSD and Linux use awk's toupper() function.pjd2010-08-061-2/+2
* Convert file system type to upper case.pjd2010-08-061-2/+2
* Add tests for mknod(2).pjd2010-08-0612-0/+408
* Add mknod(2) support.pjd2010-08-061-0/+33
* Sort includes.pjd2010-08-061-6/+7
* open(2) returns EOPNOTSUPP when trying to open a socket.pjd2010-08-061-0/+17
* Test for EACCES also when opening FIFO or directory.pjd2010-08-061-26/+124
* Test O_RDONLY|O_RDWR flags as potentially invalid.pjd2010-08-061-1/+2
* Make description readable.pjd2010-08-061-1/+1
* Add missing -U argument to usage.pjd2010-08-061-1/+1
* Implement two new syscalls: bind(2) and connect(2) for operating on UNIXpjd2010-08-061-0/+32
* sh: Return 0 from eval if no command was given.jilles2010-08-031-0/+4
* sh: Add a test for a corner case in eval that already works correctly.jilles2010-08-011-0/+5
* 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
OpenPOWER on IntegriCloud