summaryrefslogtreecommitdiff
path: root/tests/test-setlocale2.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests: Prepare for using valgrind.Bruno Haible2019-03-101-2/+2
| | | | | tests/*.sh: Invoke all test programs through ${CHECKER}. tests/*/*.sh: Likewise.
* all: Write "Solaris 11.0" instead of "Solaris 11 2011-11".Bruno Haible2017-10-121-1/+1
|
* setlocale tests: Avoid test failure on Solaris 11 2011-11.Bruno Haible2012-01-081-2/+4
| | | | | * tests/test-setlocale2.sh: Use 'env' to set the LC_ALL environment variable.
* setlocale: Workaround native Windows bug.Bruno Haible2011-02-121-0/+15
* lib/setlocale.c (rpl_setlocale): On native Windows, when setlocale succeeds but sets LC_CTYPE to "C", report a failure. * tests/test-setlocale2.sh: New file. * tests/test-setlocale2.c: New file. * modules/setlocale-tests (Files): Add the new files. (Makefile.am): Enable test-setlocale2.sh test. * doc/posix-functions/setlocale.texi: Mention workaround.