]> Savannah Git Hosting - gnulib.git/commit
c32is*, c32to* tests: Avoid test failures on macOS 15.4.
authorBruno Haible <bruno@clisp.org>
Mon, 14 Apr 2025 20:53:12 +0000 (22:53 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 14 Apr 2025 23:09:21 +0000 (01:09 +0200)
commitd90662f38cc71b9730da07ec0c009f30dec6214d
treeaf8227e2b9c2277be71ae4d9d4961e6b1db56b33
parenta7eba506b09739f7909fff02b6be4e836a8b6c65
c32is*, c32to* tests: Avoid test failures on macOS 15.4.

* tests/test-c32isalnum.c (main): On macOS, disable test cases that fail
on macOS 15.4.
* tests/test-c32isalpha.c (main): Likewise.
* tests/test-c32isgraph.c (main): Likewise.
* tests/test-c32islower.c (main): Likewise.
* tests/test-c32isprint.c (main): Likewise.
* tests/test-c32ispunct.c (main): Likewise.
* tests/test-c32isspace.c (main): Likewise.
* tests/test-c32isupper.c (main): Likewise.
* tests/test-c32tolower.c (main): Likewise.
* tests/test-c32toupper.c (main): Likewise.
ChangeLog
tests/test-c32isalnum.c
tests/test-c32isalpha.c
tests/test-c32isgraph.c
tests/test-c32islower.c
tests/test-c32isprint.c
tests/test-c32ispunct.c
tests/test-c32isspace.c
tests/test-c32isupper.c
tests/test-c32tolower.c
tests/test-c32toupper.c