diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2004-12-25 22:51:37 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2004-12-25 22:51:37 +0000 | 
| commit | 4f4ffa98b5e8bddc335a1c8e27cb4ba2ac8223ce (patch) | |
| tree | a518fd3815f48da20704519f23c52f79aebdabff | |
| parent | b7d92c3e031ca54987735ade2f5c8294fcd0d14f (diff) | |
Test case 241 fails on all systems that support IPv6 but that don't have the
host name 'ip6-localhost' in /etc/hosts (or similar) since the test case uses
that host name to test the IPv6 name to address resolver.
| -rw-r--r-- | docs/KNOWN_BUGS | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 0d575d847..1177b37e2 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -3,6 +3,10 @@ join in and help us correct one or more of these! Also be sure to check the  changelog of the current development status, as one or more of these problems  may have been fixed since this was written! +* Test case 241 fails on all systems that support IPv6 but that don't have the +  host name 'ip6-localhost' in /etc/hosts (or similar) since the test case +  uses that host name to test the IPv6 name to address resolver. +  * Test case 165 might fail on system which has libidn present, but with an    old iconv version (2.1.3 is a known bad version), since it doesn't recognize    the charset when named ISO8859-1. Changing the name to ISO-8859-1 makes the | 
