GNU bug report logs - #29712
26.0.90; Three emacs-26 elisp tests are failing on darwin

Previous Next

Package: emacs;

Reported by: "John Wiegley" <johnw <at> gnu.org>

Date: Thu, 14 Dec 2017 20:22:01 UTC

Severity: minor

Tags: fixed

Merged with 29277

Found in version 26.0.90

Fixed in version 26.1

Done: Alan Third <alan <at> idiocy.org>

Bug is archived. No further changes may be made.

Full log


Message #31 received at 29712 <at> debbugs.gnu.org (full text, mbox):

From: Alan Third <alan <at> idiocy.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 29712 <at> debbugs.gnu.org
Subject: Re: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on
 darwin
Date: Sat, 16 Dec 2017 13:42:10 +0000
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 <at> idiocy.org>
> > Cc: 29712 <at> 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




This bug report was last modified 7 years and 189 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.