1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-04-28 06:33:36 +00:00

getaddrinfo tests: Skip test cases that may fail on Debian 12.

* tests/test-getaddrinfo.c (main): Skip some test cases on glibc.
This commit is contained in:
Bruno Haible
2025-02-17 12:03:37 +01:00
parent 515d5b58e9
commit 1e04213924
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2025-02-17 Bruno Haible <bruno@clisp.org>
getaddrinfo tests: Skip test cases that may fail on Debian 12.
* tests/test-getaddrinfo.c (main): Skip some test cases on glibc.
2025-02-17 Bruno Haible <bruno@clisp.org>
strncasecmp_l: Fix replacement implementation.

View File

@@ -221,10 +221,14 @@ int main (void)
#if HAVE_IPV6
+ simple (3, NUMERICHOSTV6, SERV1)
#endif
#if !defined __GLIBC__
/* avoid glibc bug, possibly
<https://sourceware.org/bugzilla/show_bug.cgi?id=32465> */
+ simple (3, HOST1, SERV1)
+ simple (3, HOST2, SERV2)
+ simple (3, HOST3, SERV3)
+ simple (3, HOST4, SERV4)
#endif
+ simple (4, HOST1, SERV1)
+ simple (4, HOST1, "80")
+ simple (4, HOST2, SERV2)