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


View this message in rfc822 format

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




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.