This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug network/24312] New: FAIL: resolv/tst-resolv-ai_idn[-latin1]


https://sourceware.org/bugzilla/show_bug.cgi?id=24312

            Bug ID: 24312
           Summary: FAIL: resolv/tst-resolv-ai_idn[-latin1]
           Product: glibc
           Version: 2.29
            Status: NEW
          Severity: normal
          Priority: P2
         Component: network
          Assignee: unassigned at sourceware dot org
          Reporter: schwab@linux-m68k.org
                CC: fweimer at redhat dot com
  Target Milestone: ---

Both resolv/tst-resolv-ai_idn and resolv/tst-resolv-ai_idn-latin1 fail with
libidn2 2.1.1.

------ FAIL: resolv/tst-resolv-ai_idn ------
error: addrinfo comparison failure
query: nämchen_zwo.example:80 AF_INET/0xc2
--- expected
+++ actual
@@ -1,3 +1,3 @@
 flags: AI_CANONNAME AI_IDN AI_CANONIDN
-canonname: nämchen_zwo.example
+canonname: xn--nmchen_zwo-q5a.example
 address: STREAM/TCP 192.0.2.120 80
error: addrinfo comparison failure
query: xn---.example:80 AF_INET/0x82
--- expected
+++ actual
@@ -1,3 +1,3 @@
 flags: AI_CANONNAME AI_CANONIDN
-canonname: xn---.example
+canonname: <U+0080>.example
 address: STREAM/TCP 192.0.2.120 80
error: getnameinfo test failure (code 8, flags 0x20)
  expected host:    "xn---.example"
  expected service: "80"
  actual host:      "<U+0080>.example"
  actual service:   "80"
error: 3 test failures
------ FAIL: resolv/tst-resolv-ai_idn-latin1 ------
error: addrinfo comparison failure
query: n<E4>mchen_zwo.example:80 AF_INET/0xc2
--- expected
+++ actual
@@ -1,3 +1,3 @@
 flags: AI_CANONNAME AI_IDN AI_CANONIDN
-canonname: n<E4>mchen_zwo.example
+canonname: xn--nmchen_zwo-q5a.example
 address: STREAM/TCP 192.0.2.120 80
error: addrinfo comparison failure
query: xn---.example:80 AF_INET/0x82
--- expected
+++ actual
@@ -1,3 +1,3 @@
 flags: AI_CANONNAME AI_CANONIDN
-canonname: xn---.example
+canonname: <80>.example
 address: STREAM/TCP 192.0.2.120 80
error: getnameinfo test failure (code 8, flags 0x20)
  expected host:    "xn---.example"
  expected service: "80"
  actual host:      "<80>.example"
  actual service:   "80"
error: 3 test failures

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]