bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin


From: Alan Third
Subject: bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin
Date: Sat, 16 Dec 2017 09:46:43 +0000
User-agent: Mutt/1.9.1 (2017-09-22)

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@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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]