1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Added "non-existing host" test keywords to make it easy to skip those

tests on machines that have broken DNS configurations (such as
those configured to use OpenDNS).
This commit is contained in:
Dan Fandrich 2009-05-20 19:30:06 +00:00
parent e61a687eda
commit 7071dd0162
6 changed files with 20 additions and 1 deletions

View File

@ -6,6 +6,11 @@
Changelog
Daniel Fandrich (20 May 2009)
- Added "non-existing host" test keywords to make it easy to skip those
tests on machines that have broken DNS configurations (such as
those configured to use OpenDNS).
Daniel Stenberg (19 May 2009)
- Kamil Dudka brought the patch from the Redhat bug entry
https://bugzilla.redhat.com/show_bug.cgi?id=427966 which was libcurl closing

View File

@ -5,6 +5,7 @@ HTTP
HTTP GET
--interface
FAILURE
non-existing host
</keywords>
</info>

View File

@ -6,6 +6,7 @@ HTTP GET
--interface
IPv6
FAILURE
non-existing host
</keywords>
</info>

View File

@ -1,10 +1,12 @@
<testcase>
<info>
<keywords>
non-existing host name
HTTP
FAILURE
non-existing host
</keywords>
</info>
# Server-side
<reply>
<data>

View File

@ -1,4 +1,13 @@
<testcase>
<info>
<keywords>
HTTP
multi
FAILURE
non-existing host
</keywords>
</info>
# Server-side
<reply>
</reply>

View File

@ -5,6 +5,7 @@ FTP
PASV
RETR
multi
non-existing host
</keywords>
</info>