all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: Vin Shelton <acs@alumni.princeton.edu>
Cc: emacs-devel@gnu.org
Subject: Re: Fwd: 13 Test Failures
Date: Tue, 08 Sep 2020 18:17:24 +0200	[thread overview]
Message-ID: <m2tuw8w8dn.fsf@gmail.com> (raw)
In-Reply-To: <CACeGjnXU+YKt7HCsjxoYw_=TzOf6Pjb_LEfMTKYJvcw8G9+Nvw@mail.gmail.com> (Vin Shelton's message of "Tue, 8 Sep 2020 11:26:07 -0400")

>>>>> On Tue, 8 Sep 2020 11:26:07 -0400, Vin Shelton <acs@alumni.princeton.edu> said:

Hi Vin!

    Vin> I am building on an Arch linux platform.  I do not have mailutils
    Vin> installed, nor do I have IPV6.

    Vin> With the latest sources, I see only one failure if I build in the source
    Vin> directory, vs. 11 failures for out-of-tree builds.  I have attached the
    Vin> in-tree and out-of-tree test results.

I guess you have a linux machine that really doesnʼt have an IPv6
stack at all, right? Does this fix it for you?

diff --git a/test/lisp/net/network-stream-tests.el b/test/lisp/net/network-stream-tests.el
index c5d4bba889..1936b6fc5e 100644
--- a/test/lisp/net/network-stream-tests.el
+++ b/test/lisp/net/network-stream-tests.el
@@ -418,7 +498,7 @@ connect-to-tls-ipv6-nowait
           (while (and (eq (process-status proc) 'connect)
                       (< (setq times (1+ times)) 10))
             (sit-for 0.1))
-          (skip-unless (not (eq (process-status proc) 'connect))))
+          (skip-unless (eq (process-status proc) 'open))))
       (if (process-live-p server) (delete-process server)))
     (setq status (gnutls-peer-status proc))
     (should (consp status))



  reply	other threads:[~2020-09-08 16:17 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-07 12:58 13 Test Failures Vin Shelton
2020-09-07 13:01 ` Fwd: " Vin Shelton
2020-09-07 13:37   ` Lars Ingebrigtsen
2020-09-07 13:38     ` Lars Ingebrigtsen
2020-09-07 15:13       ` Stefan Kangas
2020-09-07 16:07         ` Lars Ingebrigtsen
2020-09-07 16:22           ` Lars Ingebrigtsen
2020-09-07 16:32             ` Vin Shelton
2020-09-07 16:48               ` Stefan Kangas
2020-09-08 12:35             ` Daniel Martín
2020-09-08 14:26               ` Stefan Kangas
2020-09-08 16:14                 ` Daniel Martín
2020-09-08 16:34                   ` Stefan Kangas
2020-09-08 15:26               ` Vin Shelton
2020-09-08 16:17                 ` Robert Pluim [this message]
2020-09-10 13:08                   ` Vin Shelton
2020-09-10 13:35                     ` Robert Pluim
2020-09-07 14:42   ` Stephen Berman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2tuw8w8dn.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=acs@alumni.princeton.edu \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.