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 #3 received at submit <at> debbugs.gnu.org (full text, mbox):
Package: emacs
Severity: minor
Version: 27.0.50
The test lookup-family-specification fails on hydra.nixos.org:
google.com/0 Name or service not known
Test lookup-family-specification condition:
(ert-test-failed
((should
(network-lookup-address-info "google.com" 'ipv4))
:form
(network-lookup-address-info "google.com" ipv4)
:value nil))
FAILED 1/18 lookup-family-specification (0.002023 sec)
Perhaps the system doesn't having working DNS, in which case you
probably just want to add
(skip-unless (not (getenv "EMACS_HYDRA_CI")))
I suppose this could be true of other systems too, but don't know how
you check that.
Note that test lookup-google passes, but based on the above it should not.
(should (length X)) seems like a buggy test condition (it passes when X
is nil).
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.