all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: 64935@debbugs.gnu.org
Cc: manuel@ledu-giraud.fr
Subject: bug#64935: 30.0.50; Some failed tests for Tramp
Date: Sun, 30 Jul 2023 19:38:51 +0200	[thread overview]
Message-ID: <873515padw.fsf@gmx.de> (raw)
In-Reply-To: <87h6pmit0f.fsf@ledu-giraud.fr> (Manuel Giraud via's message of "Sat, 29 Jul 2023 18:26:08 +0200")

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

Manuel Giraud via "Bug reports for GNU Emacs, the Swiss army knife of
text editors" <bug-gnu-emacs@gnu.org> writes:

> Hi,

Hi Manuel,

> 2 unexpected results:
>    FAILED  tramp-test41-special-characters
>    FAILED  tramp-test42-utf8

I've tried to reproduce the problem on an old FreeBSD 12 VM, but the
tests succeed. That was the closest machine I could find, compared with
your system.

> In GNU Emacs 30.0.50 (build 1, x86_64-unknown-openbsd7.3, cairo version
>  1.17.8) of 2023-07-29 built on computer

Could you pls apply the appended patch, and run then

$ make -C test tramp-tests.log SELECTOR='(or tramp-test41-special-characters tramp-test42-utf8)'

There will be a file tramp-tests.log (large), which you could send
gzipped. Since it will still be several MB, perhaps you send it only to
me directly.

Best regards, Michael.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 990 bytes --]

diff --git a/test/tramp-tests.el b/test/tramp-tests.el
index ee9c09df..c2ff3388 100644
--- a/test/tramp-tests.el
+++ b/test/tramp-tests.el
@@ -7181,6 +7181,7 @@ This requires restrictions of file name syntax."

 (defun tramp--test-check-files (&rest files)
   "Run a simple but comprehensive test over every file in FILES."
+  (tramp--test-instrument-test-case 10
   (dolist (quoted (if (tramp--test-expensive-test-p) '(nil t) '(nil)))
     ;; We must use `file-truename' for the temporary directory,
     ;; because it could be located on a symlinked directory.  This
@@ -7383,7 +7384,7 @@ This requires restrictions of file name syntax."
 	;; Cleanup.
 	(ignore-errors (kill-buffer buffer))
 	(ignore-errors (delete-directory tmp-name1 'recursive))
-	(ignore-errors (delete-directory tmp-name2 'recursive))))))
+	(ignore-errors (delete-directory tmp-name2 'recursive)))))))

 ;; These tests are inspired by Bug#17238.
 (ert-deftest tramp-test41-special-characters ()

  reply	other threads:[~2023-07-30 17:38 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-29 16:26 bug#64935: 30.0.50; Some failed tests for Tramp Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-07-30 17:38 ` Michael Albinus [this message]
     [not found]   ` <87jzug9m1x.fsf@ledu-giraud.fr>
2023-08-02 18:41     ` Michael Albinus
2023-08-03 17:22       ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-08-04  4:05         ` Michael Albinus
2023-08-04  7:51           ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-08-06  9:48             ` Michael Albinus
2023-08-06 11:31               ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-08-06 11:53                 ` Michael Albinus
2023-08-06 13:45                   ` Manuel Giraud via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-08-06 13:51                     ` Michael Albinus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=873515padw.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=64935@debbugs.gnu.org \
    --cc=manuel@ledu-giraud.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.