summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* utime-tests: New module.Bruno Haible2017-04-302-0/+143
* utime-h: New module.Bruno Haible2017-04-301-0/+32
* noreturn: New module.Bruno Haible2017-04-292-0/+128
* nap.h: Fix compilation on non windows platformsPádraig Brady2017-04-261-1/+1
* time_rz: fix heap buffer overflow vulnerabilityPádraig Brady2017-04-261-0/+16
* nap.h: Port to native Windows.Bruno Haible2017-04-251-12/+25
* nap.h: Fix logic.Bruno Haible2017-04-251-3/+12
* stat-time: Update comments.Bruno Haible2017-04-231-1/+2
* vasnprintf tests: Avoid warnings.Bruno Haible2017-04-221-5/+7
* sys_file tests: Avoid warning.Bruno Haible2017-04-221-0/+2
* quotearg tests: Avoid warnings.Bruno Haible2017-04-221-2/+2
* mbrtowc tests: Fix test failures on MSVC 14.Bruno Haible2017-04-211-12/+6
* verify tests: Fix spurious failure with parallel make.Bruno Haible2017-04-202-4/+26
* stdalign: tweak version# and test for HP-UX IA64Paul Eggert2017-03-191-0/+5
* Fix test failures on DragonFlyBSD.Bruno Haible2017-03-153-5/+5
* test-calloc-gnu: Reenable test also for GCC 7.Bruno Haible2017-03-051-7/+17
* test-calloc-gnu: port to GCC7Jim Meyering2017-03-041-0/+5
* tests: Avoid compiler warning about uses of null_ptr.Bruno Haible2017-03-045-24/+39
* lock tests: Fix test failure on Mac OS X (regression from 2017-01-05).Bruno Haible2017-03-031-3/+58
* perror tests: Tweak for z/OS.Bruno Haible2017-03-011-2/+4
* lock tests: Fix build failure on z/OS.Bruno Haible2017-02-201-1/+1
* xbinary-io: rename from xsetmodePaul Eggert2017-02-161-1/+1
* tests: Adjust to recent SET_BINARY changePaul Eggert2017-02-158-14/+6
* times test: Avoid gcc warnings on Linux/x32.Bruno Haible2017-02-121-8/+8
* stddef-tests: port to SIZE_MAX <= INT_MAXPaul Eggert2017-02-081-1/+5
* Port to PGI 16.10 x86-64Paul Eggert2017-01-302-12/+22
* strftime: %z is -00 if unknownPaul Eggert2017-01-141-0/+5
* maint: time stamp -> timestampPaul Eggert2017-01-091-1/+1
* localename-tests: port to NetBSD 7Paul Eggert2017-01-061-9/+9
* lock tests: Prefer semaphore over mutex.Bruno Haible2017-01-051-4/+51
* lock: Provide guarantee to avoid writer starvation for rwlocks.Bruno Haible2017-01-051-0/+157
* version-etc: new yearPaul Eggert2017-01-011129-1129/+1129
* getopt: fix parallel test failureEric Blake2016-12-293-2/+4
* lock test: Fix performance problem on multi-core machines.Bruno Haible2016-12-241-12/+67
* Split tests for getopt-posix and getopt-gnu.Bruno Haible2016-12-183-37/+81
* getopt: Fix link error for users of getopt() in <unistd.h>.Bruno Haible2016-12-181-1/+11
* getaddrinfo tests: Avoid compilation error on MSVC.Bruno Haible2016-12-181-1/+6
* getlogin_r tests: Port to mingw.Bruno Haible2016-12-171-1/+3
* getlogin: Port to newer mingw.Bruno Haible2016-12-171-1/+3
* init.sh: Add possibility to not delete temporary files.Bruno Haible2016-12-161-5/+12
* freopen: work around glibc bug with closed fdPaul Eggert2016-11-261-0/+4
* fix test driver leaks: exclude, malloc, reallocJim Meyering2016-11-203-2/+8
* Enable Unicode decoder safety unconditionally.Bruno Haible2016-11-198-17/+0
* snippet/c++defs: fix real-floating arg functions in C++ modePedro Alves2016-11-151-2/+3
* strftime,strptime: support %q to represent the quarterPádraig Brady2016-11-051-0/+36
* getprogname: port to HP-UXJohn David Anglin2016-10-261-1/+5
* system-quote tests: Avoid compiler warning on AIX.Bruno Haible2016-10-221-0/+4
* Fix some "gcc -Wall" warnings.Bruno Haible2016-10-223-5/+12
* quotearg-tests: pacify gcc -WallPaul Eggert2016-10-202-9/+9
* quotearg: never write beyond the returned lengthPádraig Brady2016-10-191-3/+2