1.0.3.27: disable test for get-host-by-name for non-existing hosts
authorJuho Snellman <jsnell@iki.fi>
Sun, 4 Mar 2007 23:42:32 +0000 (23:42 +0000)
committerJuho Snellman <jsnell@iki.fi>
Sun, 4 Mar 2007 23:42:32 +0000 (23:42 +0000)
* Many people have DNS setups where this test will always fail.

contrib/sb-bsd-sockets/tests.lisp
version.lisp-expr

index f0ceba2..420c123 100644 (file)
     (host-ent-name (get-host-by-address #(198 41 0 4)))
   "a.root-servers.net")
 
+;;; These days lots of people seem to be using DNS servers that don't
+;;; report resolving failures for non-existing domains. This test
+;;; will fail there, so we've disabled it.
+#+nil
 (deftest get-host-by-name-wrong
   (handler-case
    (get-host-by-name "foo.tninkpad.telent.net.")
index 9cb9e45..540d01b 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.3.26"
+"1.0.3.27"