summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* isfinite, isinf, isnan tests: fix for little-endian PowerPCUlrich Weigand2014-05-305-0/+46
* getlogin_r-tests: check return value rather than errnoPádraig Brady2014-05-221-4/+4
* getlogin_r-tests: fix various issues in recent changePádraig Brady2014-05-221-1/+6
* getlogin_r-tests: avoid false failure under sudo/ssh etc.Pádraig Brady2014-05-191-5/+24
* getlogin-tests: avoid false failure under cronPádraig Brady2014-05-181-2/+0
* mbrlen, mbrtowc: fix bug with empty inputPaul Eggert2014-05-161-4/+1
* getlogin-tests: avoid false failure under sudo/ssh etc.Guilherme de Almeida Suckevicz2014-05-141-5/+31
* parse-datetime: fix crash or infloop in TZ="" parsingPádraig Brady2014-02-271-0/+16
* fdopen-tests: port to Tru64Paul Eggert2014-01-201-22/+15
* tests: fix export bug in previous patchPaul Eggert2014-01-071-1/+2
* tests: simplify porting to Solaris 10 /bin/shPaul Eggert2014-01-071-0/+1
* maint: update copyrightEric Blake2014-01-011115-1115/+1115
* passfd: give nicer error for recvfd at eofEric Blake2013-12-241-0/+8
* open-tests: fix build failure with -Werror=old-style-declarationPádraig Brady2013-12-091-1/+1
* open-tests: port to glibc with _FORTIFY_SOURCE and -O1Paul Eggert2013-12-051-1/+10
* test-xvasprintf: disable some -Wformat-security diagnosticsIvailo2013-12-031-0/+7
* mkfifo-tests, etc.: allow HP-UX 11.11 bugPaul Eggert2013-10-161-1/+4
* New module 'count-trailing-zeros'.Paul Eggert2013-10-071-0/+71
* tests: improve diagnostic when an assertion failsPaul Eggert2013-10-061-2/+2
* dup2, dup3: work around another cygwin crasherEric Blake2013-09-262-0/+18
* getdtablesize: work around cygwin issueEric Blake2013-09-261-0/+2
* userspec: support optional parameters to parse_user_spec()Pádraig Brady2013-09-211-0/+11
* gc: support HMAC-SHA256 and HMAC-SHA512.Simon Josefsson2013-08-264-0/+380
* xvasprintf-tests: port to GCC with hardening flagsPaul Eggert2013-08-131-2/+4
* sys_time: port to OpenBSDPaul Eggert2013-08-102-4/+6
* tests: port large-fd POSIX spawn tests to OS XPaul Eggert2013-06-113-4/+50
* tests/nap.h: use an adaptive delay to avoid ctime update issuesBernhard Voelker2013-06-051-61/+51
* test-lchown, test-chown: also skip test if lchown/chown fails with EPERMBernhard Voelker2013-05-222-4/+4
* parse-datetime, tests: don't use "string" + intPaul Eggert2013-05-187-7/+7
* spawn-tests, sys_socket-tests, sys_wait-tests: port to clangPaul Eggert2013-05-153-5/+5
* getaddrinfo-tests: port --enable-gcc-warnings to clangPaul Eggert2013-05-151-2/+3
* quotearg: do not read beyond end of bufferJim Meyering2013-05-141-0/+35
* deps: require Automake >= 1.9.6 in generated Makefile fragmentsStefano Lattarini2013-05-108-8/+8
* utimensat-tests, etc.: try to fix some racesPaul Eggert2013-04-302-81/+77
* tests: don't assume getdtablesize () <= 10000000Paul Eggert2013-04-299-22/+35
* regex-tests, regex: allow glibc re_search behaviorDmitry V. Levin2013-04-111-6/+17
* regex-tests: skip UTF-8 test on mingwEric Blake2013-03-121-19/+26
* tests: make it easier to bypass alarm time in debuggerEric Blake2013-03-117-8/+17
* regex: port to mingw's recent addition of undeclared alarmEric Blake2013-03-111-2/+2
* vasprintf-posix-tests: allow rounding 1.51 to 1.Gary V. Vaughan2013-03-091-1/+2
* vasprintf-posix-tests: allow rounding 1.5 to 1.Gary V. Vaughan2013-03-091-1/+2
* vasnprintf-posix-tests: allow rounding 1.5 to 1Paul Eggert2013-03-081-1/+2
* test-getsockopt: avoid compiler warningEric Blake2013-03-041-0/+1
* getcwd: break fdopendir + save_cwd recursive loop (Bug#13516)Paul Eggert2013-02-031-29/+42
* regex-tests, regex: fix bug: memset undeclaredPaul Eggert2013-02-031-1/+1
* regex-tests: new modulePaul Eggert2013-01-311-0/+185
* test-getpeername: fix typoEric Blake2013-01-261-1/+1
* statat: new module, split out from fstatatPaul Eggert2013-01-232-1/+38
* Fix typo in previous change, by including <unistd.h>.Paul Eggert2013-01-2222-0/+22
* tests: don't assume fd 99 is closedPaul Eggert2013-01-2262-10/+82