summaryrefslogtreecommitdiffstats
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* 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
* sh: Improve error handling in read builtin:jilles2013-05-032-0/+18
* Style cleanups.pjd2013-04-171-11/+23
* - Correct mispellings of the word occurrencegabor2013-04-172-2/+2
* sh: Don't modify exit status when break/continue/return passes !.jilles2013-04-122-0/+10
* sh: Add a variation on builtins/eval4.0 where the cmdsubst returns 0.jilles2013-04-061-0/+5
* wordexp(): Remove wrong IFS usage.jilles2013-04-011-0/+19
* Update regression tests after adding chflagsat(2).pjd2013-03-213-7/+23
* - Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of typepjd2013-03-211-1/+2
* Update the tests now that absence of the O_APPEND flag requires CAP_SEEKpjd2013-03-161-13/+46
* The mode argument for open(2)/openat(2) only makes sense if the O_CREAT flagpjd2013-03-161-6/+6
* sh: Recognize "--" and explicitly reject options in wait builtin.jilles2013-03-152-0/+7
OpenPOWER on IntegriCloud