summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* maint: Run 'make update-copyright'Paul Eggert2019-01-011181-1181/+1181
* memcmp: Mention the clang bug.Bruno Haible2018-12-211-0/+3
* lchown tests: Be more permissive regarding errno values.Bruno Haible2018-12-201-1/+1
* duplocale: Avoid test failure on AIX 7.Bruno Haible2018-12-181-6/+6
* localename: Fix test failure on AIX 7.Bruno Haible2018-12-181-1/+1
* localename: Avoid test failure on some glibc systems.Bruno Haible2018-12-161-2/+32
* localename: Fix test failure on OpenBSD >= 6.2.Bruno Haible2018-12-161-9/+13
* duplocale tests: Re-enable the test on platforms without <monetary.h>.Bruno Haible2018-12-161-2/+12
* openat-safer tests: Avoid test failure on NetBSD 8. Part 2.Bruno Haible2018-12-161-0/+2
* openat-safer tests: Avoid test failure on NetBSD 8.Bruno Haible2018-12-161-0/+2
* regex: work around a bug in glibc-2.27 and priorJim Meyering2018-12-151-0/+11
* dfa tests: Avoid test failure on Alpine Linux.Bruno Haible2018-12-151-1/+5
* hash-map: Add tests.Bruno Haible2018-12-141-0/+195
* linkedhash-map: Add tests.Bruno Haible2018-12-141-0/+195
* array-map: Add tests.Bruno Haible2018-12-141-0/+219
* select tests: Avoid test failure on Cygwin.Bruno Haible2018-12-131-3/+10
* localeconv tests: Avoid test failure on Cygwin.Bruno Haible2018-12-131-2/+2
* rbtree-omap: Add tests.Bruno Haible2018-12-111-0/+138
* avltree-omap: Add tests.Bruno Haible2018-12-111-0/+138
* array-omap: Add tests.Bruno Haible2018-12-111-0/+178
* times: Fix tests.Bruno Haible2018-12-111-1/+1
* array-set, linkedhash-set, hash-set: Fix tests.Bruno Haible2018-12-113-12/+30
* hash-set: Add tests.Bruno Haible2018-12-071-0/+164
* linkedhash-set: Add tests.Bruno Haible2018-12-071-0/+164
* array-set: Add tests.Bruno Haible2018-12-071-0/+149
* bitset: check the operationsAkim Demaille2018-11-291-0/+103
* bitset: add tests and docAkim Demaille2018-11-251-0/+66
* localename: Fix typo in comment.Bruno Haible2018-10-231-1/+1
* localename: Add support for per-thread locales on Solaris 11.4.Bruno Haible2018-10-141-0/+8
* sh-filename: New module.Bruno Haible2018-10-052-4/+4
* spawn-pipe tests: Avoid test failure on native Windows.Bruno Haible2018-10-051-3/+3
* vasnprintf tests: Avoid test failure on HP-UX/hppa and IRIX.Bruno Haible2018-10-031-1/+3
* vasnprintf tests: Avoid test failure on Cygwin.Bruno Haible2018-10-021-1/+7
* hmac-*: refactor to remove repetitive codePádraig Brady2018-10-014-336/+217
* hmac-sha512: fix hash for keys > blocksize (128 bytes)Zhang Qing2018-10-011-0/+30
* vasnprintf: Fix heap memory overrun bug.Bruno Haible2018-09-231-1/+20
* stat-time tests: Fix test failure on Cygwin.Bruno Haible2018-09-181-2/+2
* posix_spawn tests: Fix link error on 64-bit Cygwin.Bruno Haible2018-09-184-8/+0
* Add test case from a recent glibc bug.Bruno Haible2018-09-125-0/+110
* Apply Eric Blake's improvements from 2011-02-25 to more tests.Bruno Haible2018-09-121-0/+89
* Apply Jim Meyering's fix from 2015-01-11 to more tests.Bruno Haible2018-09-123-0/+3
* timespec: fix resolution confusionPaul Eggert2018-09-103-17/+17
* Fix a comment.Bruno Haible2018-09-071-1/+1
* posix_spawn_file_actions_addchdir: Add tests.Bruno Haible2018-09-072-0/+185
* posix_spawn_file_actions_addchdir: New module.Bruno Haible2018-09-071-0/+5
* count-trailing-zeros tests: Rely on limits-h module.Bruno Haible2018-09-061-5/+0
* count-leading-zeros tests: Rely on limits-h module.Bruno Haible2018-09-061-5/+0
* count-one-bits tests: Rely on limits-h module.Bruno Haible2018-09-061-5/+0
* intprops tests: Fix compilation error with pre-C99 compiler.Bruno Haible2018-09-061-14/+20
* limits-h: Provide numerical limits macros.Bruno Haible2018-09-061-2/+69