emacs-devel
[Top][All Lists]
Advanced

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

Re: Hang in make check


From: Michael Albinus
Subject: Re: Hang in make check
Date: Sun, 28 Mar 2021 10:27:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Jeffrey Walton <noloader@gmail.com> writes:

> Hi Everyone,

Hi Jeff,

> I'm testing Emacs 27.2 on both Linux and Apple. 'make check' is
> hanging somewhere around this test:
>
> HOME=/nonexistent EMACSLOADPATH= LC_ALL=C
> EMACS_TEST_DIRECTORY=/home/jwalton/Build-Scripts/emacs-27.2/test
> "../src/emacs"  --no-init-file --no-site-file --no-site-lisp -L ":."
> \
>   -l ert  -l lisp/autorevert-tests \
>   --batch --eval '(ert-run-tests-batch-and-exit (quote (not (or (tag
> :expensive-test) (tag :unstable)))))' > lisp/autorevert-tests.log 2>&1
> || { STAT=$?; cat lisp/autorevert-tests.log; exit $STAT; }
> <hang here>
>
> CTRL+C is needed to break into the test.

Does there exist the file test/lisp/autorevert-tests.log? Could you pls
show it?

Is Emacs compiled with file notifications? Which one? You can determine
it with

--8<---------------cut here---------------start------------->8---
# emacs -Q --batch -l filenotify --eval '(message "%s" file-notify--library)'
--8<---------------cut here---------------end--------------->8---

> Jeff

Best regards, Michael.



reply via email to

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