bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42535: 28.0.50; macOS test failure: echo-server-with-dns


From: Lars Ingebrigtsen
Subject: bug#42535: 28.0.50; macOS test failure: echo-server-with-dns
Date: Tue, 04 Aug 2020 17:02:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Robert Pluim <rpluim@gmail.com> writes:

> Then either we need to accept that this test can fail on some systems,
> or we risk calling the wrath of <insert large internet company> down
> upon us by putting one of their public servers in the test. Or we just
> use www.gnu.org

We can't use anything external -- that'd fail a lot more than using
(system-name).

But we should just disable this test if (system-name) doesn't resolve.
That should be easy enough to check for.  

(network-lookup-address-info (system-name))
=> ([127 0 1 1 0])

So reasonable values here would be 127 as the first octet on ipv4...

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]