all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alan Third <alan@idiocy.org>
To: Eli Zaretskii <eliz@gnu.org>
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 13:42:10 +0000	[thread overview]
Message-ID: <20171216134210.GA25371@breton.holly.idiocy.org> (raw)
In-Reply-To: <83ind7rmd2.fsf@gnu.org>

On Sat, Dec 16, 2017 at 12:35:53PM +0200, Eli Zaretskii wrote:
> > Date: Sat, 16 Dec 2017 09:46:43 +0000
> > From: Alan Third <alan@idiocy.org>
> > Cc: 29712@debbugs.gnu.org
> > 
> > > > > --- i/test/src/fileio-tests.el
> > > > > +++ w/test/src/fileio-tests.el
> > > > > @@ -48,7 +48,7 @@ fileio-tests--symlink-failure
> > > > >    ;; Some Windows versions don't support symlinks, and those which do
> > > > >    ;; will pop up UAC elevation prompts, so we disable this test on
> > > > >    ;; MS-Windows.
> > > > > -  (skip-unless (not (eq system-type 'windows-nt)))
> > > > > +  (skip-unless (not (memq system-type '(darwin windows-nt))))
> > > > >    (should (equal nil (fileio-tests--symlink-failure))))
> > > > > 
> > > > >  (ert-deftest fileio-tests--directory-file-name ()
> > > > 
> > > > This one fails on the carriage return character. It appears to be
> > > > getting converted to a newline character. I can’t work out why, but
> > > > I’m sure it’s Emacs that’s doing it.
> > > 
> > > Does it help to bind coding-system-for-write to 'no-conversion in that
> > > test?
> > 
> > No, it makes no difference.
> 
> What is the value of file-name-coding-system and
> default-file-name-coding-system?

file-name-coding-system: utf-8-hfs
default-file-name-coding-system: utf-8-unix

-- 
Alan Third





  reply	other threads:[~2017-12-16 13:42 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
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 [this message]
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=20171216134210.GA25371@breton.holly.idiocy.org \
    --to=alan@idiocy.org \
    --cc=29712@debbugs.gnu.org \
    --cc=eliz@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.