summaryrefslogtreecommitdiffstats
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make file name generation to work with both new and old versions of OpenSSL.pjd2013-03-151-2/+2
* sh: When executing a trap, keep exit status along with evalskip.jilles2013-03-031-0/+10
* If all ioctls are allowed, cap_ioctls_get(2) will return CAP_IOCTLS_ALL.pjd2013-03-021-2/+2
* Add support for bindat(2) and connectat(2).pjd2013-03-022-1/+45
* Add regression tests for the new Capsicum system calls.pjd2013-03-026-0/+1387
* Update existing regression tests after Capsicum overhaul.pjd2013-03-022-101/+349
* Add an implementation of open_memstream() and open_wmemstream(). Thesejhb2013-02-275-1/+429
* Enhance test(1) by adding provision to compare any combination of thepeterj2013-02-251-1/+64
* sh: If a SIGINT or SIGQUIT interrupts "wait", return status 128+sig.jilles2013-02-232-0/+24
* sh: Test that the exit status is 1 if read encounters EOF.jilles2013-02-231-0/+5
* Major update for unix_cmsg from Andrey Simonenko.pluknet2013-02-113-1249/+1652
* - Fix more style(9)-related issues (copyright header, spaces after functiongahr2013-02-011-71/+71
* - Remove underscores from the internal structure name, as it doesn't collidegahr2013-01-311-27/+136
* Add fmemopen(3), an interface to get a FILE * from a buffer in memory, alonggahr2013-01-302-0/+153
* sh: Pass $? to command substitution containing compound/multiple commands.jilles2013-01-141-0/+5
* sh: Add testcase that $? is preserved into a simple command substitution.jilles2013-01-131-0/+5
* sh: Add some testcases related to subshells.jilles2013-01-135-0/+25
* sh: Fix crash when parsing '{ } &'.jilles2013-01-131-0/+7
* sh: Don't lose $? when backquoted command ends with semicolon or newline.jilles2013-01-132-0/+10
* Add an additional regression tests for other cases to ensure these do not get...eadler2012-12-181-0/+3
* POSIX requires that non-existent or null arguments be treated as if aeadler2012-12-182-1/+3
* sh: Detect and flag write errors on stdout in builtins.jilles2012-12-121-0/+3
* libc: Add a missing header to a test program.jilles2012-12-081-0/+1
* Non-void function should return a value.emaste2012-11-201-1/+1
OpenPOWER on IntegriCloud