summaryrefslogtreecommitdiffstats
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* Fix fcntl F_GETFL F_SETFL for files opened execute-only (O_EXEC).jilles2013-08-253-0/+127
* sh: Recognize "--" as end of options in alias builtin.jilles2013-08-251-0/+4
* sh: Disallow empty simple commands.jilles2013-08-251-0/+3
* sh: Reject ++ and -- in arithmetic.jilles2013-08-241-0/+6
* sh: Recognize "--" as end of options in bg/fg/jobid builtins.jilles2013-08-161-0/+9
* sh: Add test for the non-standard jobid builtin.jilles2013-08-161-0/+7
* Add tests for dup3().jilles2013-08-161-1/+86
* sh: Recognize "--" as end of options in local builtin.jilles2013-08-141-0/+12
* sh: Allow a lone redirection before '|', ';;' or ';&'.jilles2013-08-143-0/+6
* fnmatch(): Add test for r254091 (pattern with single backslash).jilles2013-08-111-0/+4
* Add mkostemp() and mkostemps().jilles2013-08-092-3/+167
* wordexp(): Fix syntax validation for backslashes in single-quotes.jilles2013-07-231-0/+12
* Fix several warnings.kib2013-07-211-8/+10
* Include stdint.h when use intmax_t.kevlo2013-07-181-1/+1
* Replace PRId64 with "jd" in a printf call. Cast the corresponding value tokevlo2013-07-181-1/+1
* Add missing headers.kevlo2013-07-172-0/+3
* Use PRId64 instead of %gd to print an int64_t.kevlo2013-07-171-1/+2
* Need to define NO_MAN here.kevlo2013-07-161-0/+1
* Use MAN= instead of NO_MAN=kevlo2013-07-161-1/+1
* Add missing header needed by sleep(3).kevlo2013-07-161-0/+1
* sh: Do not read from stdin if an error occurs during -i -c cmd.jilles2013-07-121-0/+3
* Restore "all rights reserved" (spelled correctly). This was actually part of...eadler2013-06-178-0/+8
* Remove lines declaring "All rights reserved" or similar comments: theyeadler2013-06-169-9/+0
* sh: Add tests for 'local -' (save shell options).jilles2013-06-152-0/+43
* Fix some bugs in the complex trig tests so that they test both doubledas2013-06-101-33/+68
* Add testing utility for behavior of atomic ops.ed2013-06-082-0/+135
* sh: Return status 127 for unknown jobs in wait builtin.jilles2013-06-052-0/+8
* sh: Allow multiple operands in wait builtin.jilles2013-06-051-0/+7
* Match the options of the kernel.obrien2013-06-043-17/+54
* Add libiconv based versions of *c16*() and *c32*().ed2013-06-032-0/+75
* Add more tests for log functions. A few are commented out because thedas2013-06-031-1/+114
* Factor out some common code from the libm tests. This is a bit messydas2013-06-0215-628/+412
* test: Remove -ntXY and -otXY primaries.jilles2013-05-311-64/+1
* sh: Add test cases for break outside a loop.jilles2013-05-312-0/+19
* Different approach to making all compilers happy.obrien2013-05-311-2/+1
* Allow building with clang (which is being really stupid here...).obrien2013-05-311-0/+1
* Fix some harmless bugs in a test.das2013-05-301-2/+2
* Basic tests for complex inverse trig and hyperbolic functions.das2013-05-302-1/+444
* Fix cexp regression tests that have an infinite real part. The signs of thetijl2013-05-281-12/+26
* Fix some regressions caused by the switch from gcc to clang. The fixesdas2013-05-271-19/+25
* Add missing #includes, to keep Clang silent.ed2013-05-253-0/+3
* Add <uchar.h>.ed2013-05-213-1/+268
* popen(): Add 'e' mode character to set close-on-exec on the new fd.jilles2013-05-201-4/+4
* Add a test program for popen().jilles2013-05-202-1/+228
* Tidy up some CVS workarounds.peter2013-05-121-2/+0
* Add simple testcases for fcntl(F_DUP2FD_CLOEXEC).jilles2013-05-111-1/+47
* Add simple testcases for fcntl(F_DUPFD_CLOEXEC).jilles2013-05-111-1/+23
* Add missing argument to fcntl(F_DUPFD) in regression test.jilles2013-05-111-2/+6
* Add a few xargs tests related to -0, -n and quoting.stefanf2013-05-0411-1/+71
* sh: Remove racy test case for read builtin.jilles2013-05-031-13/+0
OpenPOWER on IntegriCloud