emacs-devel
[Top][All Lists]
Advanced

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

Re: make check produces 25 failures and hangs (bug #65176).


From: Jens Schmidt
Subject: Re: make check produces 25 failures and hangs (bug #65176).
Date: Thu, 10 Aug 2023 23:54:50 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0

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 via email to

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