summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* * tests/test-getloadavg.c (main): Fix typo.Paul Eggert2020-06-271-1/+1
* c-dtoastr, c-ldtoastr: new modulesMarc Nieper-Wißkirchen2020-06-254-0/+146
* calloc-gnu tests: Avoid a test failure with clang.Bruno Haible2020-06-061-11/+17
* getrandom-tests: do not assume GRND_RANDOM yields short readPaul Eggert2020-05-311-18/+1
* read-file-test: pacify --enable-gcc-warningsPaul Eggert2020-05-311-1/+1
* getentropy: Enhance tests.Bruno Haible2020-05-312-0/+15
* getrandom: Doc and test tweaks.Bruno Haible2020-05-311-1/+26
* wmempcpy: New module.Bruno Haible2020-05-311-0/+5
* getrandom: Override incompatible system function on Solaris 11.Bruno Haible2020-05-301-1/+2
* sys_random: Add C++ tests.Bruno Haible2020-05-301-0/+35
* sys_random: Add tests.Bruno Haible2020-05-301-0/+32
* getrandom: Add tests.Bruno Haible2020-05-301-0/+83
* fopen-gnu-tests: fix "\x" escape usageDaiki Ueno2020-05-291-1/+1
* explicit_bzero-tests: improve -Wmissing-declarations pacificationPaul Eggert2020-05-281-1/+1
* Fix build errors due to read-file changes (regression from 2020-05-27).Bruno Haible2020-05-283-4/+4
* fopen-gnu: make 'b' flag can be used with 'e' on WindowsDaiki Ueno2020-05-281-0/+17
* read-file: add RF_SENSITIVE flagDaiki Ueno2020-05-271-0/+2
* read-file: add flags to modify reading behaviorDaiki Ueno2020-05-271-3/+14
* getentropy, getrandom: new modulesPaul Eggert2020-05-251-0/+43
* explicit_bzero-tests: pacify -Wmissing-declarationsPaul Eggert2020-05-241-2/+2
* fopen-gnu: Add tests.Bruno Haible2020-05-241-0/+71
* open, openat: Really support O_CLOEXEC.Bruno Haible2020-05-241-0/+20
* fopen: Fix the trailing slash workaround.Bruno Haible2020-05-241-0/+16
* ignore-value tests: Use module 'attribute'.Bruno Haible2020-05-081-12/+6
* list: Add remove_first and remove_last operations.Bruno Haible2020-05-028-40/+182
* posix_spawn_file_actions_addfchdir tests: Enhance test.Bruno Haible2020-04-281-3/+24
* posix_spawn_file_actions_addchdir tests: Enhance test.Bruno Haible2020-04-281-3/+24
* explicit_bzero tests: Fix test failure on OpenBSD 6.5.Bastien Roucariès2020-04-131-1/+3
* explicit_bzero: Add tests.Bruno Haible2020-04-121-0/+175
* maint: remove a stray inter-word space in a 6x-repeated commentJim Meyering2020-04-041-1/+1
* chmodat, chownat: new modulesPaul Eggert2020-02-222-1/+38
* wctype-h: Fix compilation errors in C++ (regression from 2020-01-25).Bruno Haible2020-02-141-0/+4
* ptsname_r-tests: Avoid unused function warning.Bruno Haible2020-02-111-1/+4
* lchmod: Add tests.Bruno Haible2020-02-081-0/+67
* fchmodat: Strengthen tests.Bruno Haible2020-02-081-3/+11
* fchmodat: AT_SYMLINK_NOFOLLOW fix for non-symlinksPaul Eggert2020-02-071-0/+10
* test-canonicalize: avoid an unused function warningPádraig Brady2020-02-042-2/+8
* omap-c++: Add tests.Bruno Haible2020-02-021-0/+68
* map-c++: Add tests.Bruno Haible2020-02-021-0/+74
* oset-c++: Add tests.Bruno Haible2020-02-021-0/+59
* set-c++: Add tests.Bruno Haible2020-02-021-0/+56
* list-c++: Add tests.Bruno Haible2020-02-021-0/+79
* c32isxdigit: Add tests.Bruno Haible2020-01-262-0/+297
* c32isupper: Add tests.Bruno Haible2020-01-262-0/+371
* c32isspace: Add tests.Bruno Haible2020-01-262-0/+233
* c32ispunct: Add tests.Bruno Haible2020-01-262-0/+356
* c32isprint: Add tests.Bruno Haible2020-01-262-0/+287
* c32islower: Add tests.Bruno Haible2020-01-252-0/+383
* c32isgraph: Add tests.Bruno Haible2020-01-252-0/+282
* c32isdigit: Add tests.Bruno Haible2020-01-252-0/+271