GNU bug report logs -
#37165
lookup-family-specification test fails
Previous Next
Reported by: Glenn Morris <rgm <at> gnu.org>
Date: Fri, 23 Aug 2019 19:30:02 UTC
Severity: minor
Tags: fixed
Found in version 27.0.50
Fixed in version 27.1
Done: Robert Pluim <rpluim <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #6 received at 37165 <at> debbugs.gnu.org (full text, mbox):
>>>>> On Fri, 23 Aug 2019 15:29:18 -0400, Glenn Morris <rgm <at> gnu.org> said:
GM> Package: emacs
GM> Severity: minor
GM> Version: 27.0.50
GM> The test lookup-family-specification fails on hydra.nixos.org:
GM> google.com/0 Name or service not known
GM> Test lookup-family-specification condition:
GM> (ert-test-failed
GM> ((should
GM> (network-lookup-address-info "google.com" 'ipv4))
GM> :form
GM> (network-lookup-address-info "google.com" ipv4)
GM> :value nil))
GM> FAILED 1/18 lookup-family-specification (0.002023 sec)
GM> Perhaps the system doesn't having working DNS, in which case you
GM> probably just want to add
GM> (skip-unless (not (getenv "EMACS_HYDRA_CI")))
OK, Iʼve added that where appropriate.
GM> I suppose this could be true of other systems too, but don't know how
GM> you check that.
By doing a DNS lookup :-)
GM> Note that test lookup-google passes, but based on the above it should not.
GM> (should (length X)) seems like a buggy test condition (it passes when X
GM> is nil).
Yes, plus some others pass that shouldn't. Should be fixed now.
Robert
This bug report was last modified 5 years and 262 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.