unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Jens Schmidt <jschmidt4gnu@vodafonemail.de>
To: Alan Mackenzie <acm@muc.de>, chad <yandros@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: make check produces 25 failures and hangs (bug #65176).
Date: Thu, 10 Aug 2023 23:54:50 +0200	[thread overview]
Message-ID: <9e9bf73a-f7e8-24e2-bd3f-5f4e86baa65e@vodafonemail.de> (raw)
In-Reply-To: <ZNVJ1ZTaOntwr2CZ@ACM>

On 2023-08-10  22:34, Alan Mackenzie wrote:

> So the bugs seem to be triggered by native compilation.

Confirmed.  And the hangs seem to be caused by tests asking for input.

I executed one of these failing tests interactively
(lisp/abbrev-tests.el), and it kept prompting in the minibuffer
where the usual

   (cl-letf (((symbol-function 'read-string) (lambda (&rest _) "<value>")))

should have inhibited that.  Full output of that interactive test to
follow:

Selector: t
Passed:  18
Failed:  3 (3 unexpected)
Skipped: 1
Total:   22/22

Started at:   2023-08-10 23:46:56+0200
Finished.
Finished at:  2023-08-10 23:47:36+0200

.............FFFs.....

F inverse-add-abbrev-skips-trailing-nonword
     Test that adding an inverse abbrev skips trailing nonword characters.
     (ert-test-failed
      ((should (string= (abbrev-expansion "foo" table) "bar")) :form
       (string= "abc" "bar") :value nil :explanation
       (array-elt 0 (different-atoms (97 "#x61" "?a") (98 "#x62" "?b")))))

F inverse-add-abbrev-skips-trailing-nonword/negative-arg
     Test that adding an inverse abbrev skips trailing nonword characters.
     (ert-test-failed
      ((should (string= (abbrev-expansion "text" table) "bar")) :form
       (string= "xxx" "bar") :value nil :explanation
       (array-elt 0 (different-atoms (120 "#x78" "?x") (98 "#x62" "?b")))))

F inverse-add-abbrev-skips-trailing-nonword/positive-arg
     Test that adding an inverse abbrev skips trailing nonword characters.
     (ert-test-failed
      ((should (string= (abbrev-expansion "text" table) "bar")) :form
       (string= "xxx" "bar") :value nil :explanation
       (array-elt 0 (different-atoms (120 "#x78" "?x") (98 "#x62" "?b")))))




  reply	other threads:[~2023-08-10 21:54 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-10 19:18 make check produces 25 failures and hangs (bug #65176) Alan Mackenzie
2023-08-10 19:54 ` chad
2023-08-10 20:14   ` Alan Mackenzie
2023-08-10 20:34     ` Alan Mackenzie
2023-08-10 21:54       ` Jens Schmidt [this message]
2023-08-11  5:37         ` Eli Zaretskii
2023-08-11 19:39           ` Jens Schmidt
2023-08-12  0:10             ` Po Lu
2023-08-12  9:30               ` Jens Schmidt
2023-08-12 18:03           ` Andrea Corallo
2023-08-12 19:09             ` Andrea Corallo
2023-08-13 10:59               ` Jens Schmidt
2023-08-13 11:34                 ` Alan Mackenzie
2023-08-13 12:07                 ` Eli Zaretskii
2023-08-14  7:51                   ` Andrea Corallo
2023-08-14 12:07                     ` Eli Zaretskii
2023-08-14 13:38                       ` Andrea Corallo
2023-08-14 13:44                         ` Eli Zaretskii
2023-08-14 14:13                           ` Andrea Corallo
2023-08-14 14:52                         ` Alan Mackenzie

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=9e9bf73a-f7e8-24e2-bd3f-5f4e86baa65e@vodafonemail.de \
    --to=jschmidt4gnu@vodafonemail.de \
    --cc=acm@muc.de \
    --cc=emacs-devel@gnu.org \
    --cc=yandros@gmail.com \
    /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 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).