all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alan Third <alan@idiocy.org>
To: Michael Albinus <michael.albinus@gmx.de>
Cc: 29712@debbugs.gnu.org
Subject: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin
Date: Sat, 16 Dec 2017 01:02:25 +0000	[thread overview]
Message-ID: <20171216010225.GA16022@breton.holly.idiocy.org> (raw)
In-Reply-To: <87efnwmlkv.fsf@gmx.de>

On Fri, Dec 15, 2017 at 09:39:28AM +0100, Michael Albinus wrote:
> "John Wiegley" <johnw@gnu.org> writes:
> 
> > In order to get the ERT tests to pass on my system, I need to disable the
> > following three tests:
> 
> > --- i/test/lisp/net/tramp-tests.el
> > +++ w/test/lisp/net/tramp-tests.el
> > @@ -3636,6 +3636,7 @@ tramp--test-shell-command-to-string-asynchronously
> >  ;; This test is inspired by Bug#27009.
> >  (ert-deftest tramp-test32-environment-variables-and-port-numbers ()
> >    "Check that two connections with separate ports are different."
> > +  (skip-unless (not (eq system-type 'darwin)))
> >    (skip-unless (tramp--test-enabled))
> >    ;; We test it only for the mock-up connection; otherwise there might
> >    ;; be problems with the used ports.
> 
> Committed to the emacs-26 branch.

This particular failure happens because echo under /bin/sh on macOS
doesn’t recognise the -n flag:

    (string-equal "11111" "-n 11111
    ")

It claims to be:

    $ /bin/sh --version
    GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin16)
    Copyright (C) 2007 Free Software Foundation, Inc.
-- 
Alan Third





  reply	other threads:[~2017-12-16  1:02 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-14 16:46 bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin John Wiegley
2017-12-15  8:39 ` Michael Albinus
2017-12-16  1:02   ` Alan Third [this message]
2017-12-16 10:23     ` Michael Albinus
2017-12-16 13:47       ` Alan Third
2017-12-16 15:55         ` Michael Albinus
2017-12-16  1:10 ` Alan Third
2017-12-16  8:34   ` Eli Zaretskii
2017-12-16  9:46     ` Alan Third
2017-12-16 10:35       ` Eli Zaretskii
2017-12-16 13:42         ` Alan Third
2017-12-16 14:15           ` Eli Zaretskii
2017-12-16 15:07             ` Alan Third
2017-12-16 16:19               ` Eli Zaretskii
2017-12-16 16:42                 ` Alan Third
2017-12-16 16:47                   ` Eli Zaretskii
2017-12-16 17:01                     ` Alan Third
2017-12-16 17:19                       ` Eli Zaretskii
2018-01-08 21:16                         ` John Wiegley
2018-01-10  0:12                           ` Alan Third
2018-01-29 18:43                             ` John Wiegley
2018-01-30 21:44                               ` Alan Third
2018-01-30 22:40                                 ` John Wiegley
2018-01-31 20:03                                   ` Alan Third
2018-02-01 18:05                                     ` Glenn Morris

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=20171216010225.GA16022@breton.holly.idiocy.org \
    --to=alan@idiocy.org \
    --cc=29712@debbugs.gnu.org \
    --cc=michael.albinus@gmx.de \
    /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.