GNU bug report logs -
#29712
26.0.90; Three emacs-26 elisp tests are failing on darwin
Previous Next
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 #22 received at 29712 <at> debbugs.gnu.org (full text, mbox):
On Sat, Dec 16, 2017 at 10:34:02AM +0200, Eli Zaretskii wrote:
> > 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?
No, it makes no difference.
--
Alan Third
This bug report was last modified 7 years and 171 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.