summaryrefslogtreecommitdiff
path: root/tests/test-c32islower.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid some test failures on DragonFly BSD 6.0.Bruno Haible2021-06-081-3/+9
| | | | | | | | | * tests/test-c32isalnum.c (main): On Dragonfly BSD, disable tests that fail. * tests/test-c32isalpha.c (main): Likewise. * tests/test-c32islower.c (main): Likewise. * tests/test-c32isupper.c (main): Likewise. * tests/test-ptsname.c (main): Treat Dragonfly BSD like Solaris.
* c32is*: Avoid test failures on MidnightBSD.Bruno Haible2021-02-071-4/+4
| | | | | | | | | * tests/test-c32isalnum.c (main): On FreeBSD, disable tests that fail on MidnightBSD 1.1. * tests/test-c32isalpha.c (main): Likewise. * tests/test-c32isblank.c (main): Likewise. * tests/test-c32islower.c (main): Likewise. * tests/test-c32isupper.c (main): Likewise.
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* c32islower: Add tests.Bruno Haible2020-01-251-0/+344
* tests/test-c32islower.c: New file. * tests/test-c32islower.sh: New file. * modules/c32islower-tests: New file.