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:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user