emacs-devel
[Top][All Lists]
Advanced

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

Re: Hang in make check


From: Jeffrey Walton
Subject: Re: Hang in make check
Date: Sun, 28 Mar 2021 15:33:52 -0400

On Sun, Mar 28, 2021 at 3:20 PM Lars Ingebrigtsen <larsi@gnus.org> wrote:
>
> Jeffrey Walton <noloader@gmail.com> writes:
>
> > Here's one more hang. It happens on both Linux and Apple over SSH. (I
> > SSH into most of my machines).
> >
> >   --batch --eval '(ert-run-tests-batch-and-exit (quote (not (or (tag
> > :expensive-test) (tag :unstable)))))' > src/keyboard-tests.log 2>&1 ||
> > { STAT=$?; cat src/keyboard-tests.log; exit $STAT; }
>
> If this is the same as "cd test; make keyboard-tests" I'm unable to
> reproduce it on either Debian/bulleseye or Macos/catalina (via ssh):
>
> [larsi@stories ~/src/emacs/emacs-27/test]$ make keyboard-tests
> make[1]: Entering directory '/home/larsi/src/emacs/emacs-27/test'
>   GEN      src/keyboard-tests.log
> Running 1 tests (2021-03-28 21:19:28+0200, selector `(not (tag :unstable))')
>    passed  1/1  keyboard-unread-command-events (1.001370 sec)
>
> Ran 1 tests, 1 results as expected, 0 unexpected (2021-03-28 21:19:29+0200, 
> 1.001741 sec)

Thanks Lars.

In case it matters, here's what I configure with:

  --without-all
  --with-xml2
  --with-json
  --with-libgmp
  --with-zlib

Jeff



reply via email to

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