unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#29712: 26.0.90; Three emacs-26 elisp tests are failing on darwin
@ 2017-12-14 16:46 John Wiegley
  2017-12-15  8:39 ` Michael Albinus
  2017-12-16  1:10 ` Alan Third
  0 siblings, 2 replies; 25+ messages in thread
From: John Wiegley @ 2017-12-14 16:46 UTC (permalink / raw)
  To: 29712

[-- Attachment #1: Type: text/plain, Size: 1642 bytes --]

In order to get the ERT tests to pass on my system, I need to disable the
following three tests:

--- i/test/lisp/eshell/em-ls-tests.el
+++ w/test/lisp/eshell/em-ls-tests.el
@@ -77,6 +77,7 @@

 (ert-deftest em-ls-test-bug27844 ()
   "Test for https://debbugs.gnu.org/27844 ."
+  (skip-unless (not (eq system-type 'darwin)))
   (let ((orig eshell-ls-use-in-dired)
         (dired-use-ls-dired 'unspecified)
         buf insert-directory-program)
--- i/test/lisp/net/tramp-tests.el
+++ w/test/lisp/net/tramp-tests.el
@@ -3636,6 +3636,7 @@ tramp--test-shell-command-to-string-asynchronously
 ;; This test is inspired by Bug#27009.
 (ert-deftest tramp-test32-environment-variables-and-port-numbers ()
   "Check that two connections with separate ports are different."
+  (skip-unless (not (eq system-type 'darwin)))
   (skip-unless (tramp--test-enabled))
   ;; We test it only for the mock-up connection; otherwise there might
   ;; be problems with the used ports.
--- 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 ()

-- 
John Wiegley                  GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com                          60E1 46C4 BD1A 7AC1 4BA2

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 658 bytes --]

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2018-02-01 18:05 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).