On Mon, Aug 18, 2025 at 04:35:03PM -0700, Khem Raj wrote:
> * tests/test-c32isalnum.c(main): Disable failing testcase on musl.
Forwarding this on to gnulib, as the owner of the test.
> ---
> tests/test-c32ispunct.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/test-c32ispunct.c b/tests/test-c32ispunct.c
> index 535d0c4998..af4187b6c3 100644
> --- a/tests/test-c32ispunct.c
> +++ b/tests/test-c32ispunct.c
> @@ -255,7 +255,7 @@ main (int argc, char *argv[])
> is = for_character ("\360\235\204\200", 4);
> ASSERT (is != 0);
> #endif
> - #if !(defined __GLIBC__ || (defined __APPLE__ && defined __MACH__)
> || defined __FreeBSD__ || defined __NetBSD__ || defined __OpenBSD__ ||
> defined _AIX || defined __sun || defined __CYGWIN__ || (defined _WIN32 &&
> !defined __CYGWIN__) || defined __ANDROID__)
> + #if !(defined __GLIBC__ || defined MUSL_LIBC || (defined __APPLE__
> && defined __MACH__) || defined __FreeBSD__ || defined __NetBSD__ || defined
> __OpenBSD__ || defined _AIX || defined __sun || defined __CYGWIN__ ||
> (defined _WIN32 && !defined __CYGWIN__) || defined __ANDROID__)
> /* U+E003A TAG COLON */
> is = for_character ("\363\240\200\272", 4);
> ASSERT (is == 0);
>
> _______________________________________________
> M4-patches mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/m4-patches
--
Eric Blake, Principal Software Engineer
Red Hat, Inc.
Virtualization: qemu.org | libguestfs.org