From 7071dd0162c088696f0a00275789632fd710a484 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 20 May 2009 19:30:06 +0000 Subject: 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). --- CHANGES | 5 +++++ tests/data/test1084 | 1 + tests/data/test1085 | 1 + tests/data/test20 | 4 +++- tests/data/test507 | 9 +++++++++ tests/data/test534 | 1 + 6 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 2b26a051e..ccc7e364b 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/tests/data/test1084 b/tests/data/test1084 index c2b54f3c9..2bc0183a7 100644 --- a/tests/data/test1084 +++ b/tests/data/test1084 @@ -5,6 +5,7 @@ HTTP HTTP GET --interface FAILURE +non-existing host diff --git a/tests/data/test1085 b/tests/data/test1085 index 04d5e2885..0cedefe3b 100644 --- a/tests/data/test1085 +++ b/tests/data/test1085 @@ -6,6 +6,7 @@ HTTP GET --interface IPv6 FAILURE +non-existing host diff --git a/tests/data/test20 b/tests/data/test20 index 3d7a6dab9..57fa48dea 100644 --- a/tests/data/test20 +++ b/tests/data/test20 @@ -1,10 +1,12 @@ -non-existing host name +HTTP FAILURE +non-existing host + # Server-side diff --git a/tests/data/test507 b/tests/data/test507 index 8abbb62a1..9549bd986 100644 --- a/tests/data/test507 +++ b/tests/data/test507 @@ -1,4 +1,13 @@ + + +HTTP +multi +FAILURE +non-existing host + + + # Server-side diff --git a/tests/data/test534 b/tests/data/test534 index 52bb1e260..6045dba61 100644 --- a/tests/data/test534 +++ b/tests/data/test534 @@ -5,6 +5,7 @@ FTP PASV RETR multi +non-existing host -- cgit v1.2.3