From: Paul Eggert <eggert@cs.ucla.edu>
To: Jim Porter <jporterbugs@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: server.el test failures (was: Re: bug#9800: Incomplete truncated file buffers from the /proc filesystem)
Date: Sun, 26 Feb 2023 00:29:59 -0800 [thread overview]
Message-ID: <00864fe6-b63a-685f-2d20-4e1fd5a5573e@cs.ucla.edu> (raw)
In-Reply-To: <5a38c18d-263c-223b-7335-8395a10eb494@gmail.com>
On 2023-02-23 16:50, Jim Porter wrote:
> On 2/23/2023 3:42 PM, Paul Eggert wrote:
>> I tried running it on Fedora 37 x86-64 on a slow machine (AMD Phenom
>> II X4 910e) and reproduced the timing bug. The output of 'make check'
>> contained:
>>
>> GEN lisp/server-tests.log
>> Running 7 tests (2023-02-23 09:45:51-0800, selector `(not (or (tag
>> :expensive-test) (tag :unstable) (tag :nativecomp)))')
>> make[3]: *** [Makefile:174: lisp/server-tests.log] Error 157
>>
>> I guess "Error 157" means signal 29 (157 - 128), which is SIGIO on
>> this platform.
>>
>> This was with Emacs master (commit
>> 6411a9af03a4eb1a82db47a9642b11ba7edaaaf0).
>
> Since the last message I posted, I'm now also seeing this test fail,
> though I get a segfault instead. I bisected this to commit
> a555abc56d5270cebe94f904189526d7ac433a94 ("Fix order of faces in
> 'face-list'").
Although I see a patch has been installed for that segfault, I'm still
seeing a server-tests.el failure of the original kind with SIGIO, this
time on a faster (though by no means bleeding edge) machine (a Xeon
W-1350) running Ubuntu 22.10 with current patches. This is with current
master (commit 8797e514ab68c12ed05d3af88e6baba64bf08f4d).
The SIGIO symptom this time contains a few more details, perhaps because
Ubuntu's shell is chattier than Fedora's:
/bin/bash: line 3: 2442869 I/O possible HOME=/nonexistent
LANG=C
EMACS_TEST_DIRECTORY=/home/eggert/src/gnu/emacs/static-checking/test
"../src/emacs" --module-assertions --no-init-file --no-site-file
--no-site-lisp -L ":." -l ert -l lisp/server-tests --batch --eval
'(ert-run-tests-batch-and-exit (quote (not (or (tag :expensive-test)
(tag :unstable) (tag :nativecomp)))))' > lisp/server-tests.log 2>&1
Running 7 tests (2023-02-26 00:13:56-0800, selector ‘(not (or (tag
:expensive-test) (tag :unstable) (tag :nativecomp)))’)
make[3]: *** [Makefile:174: lisp/server-tests.log] Error 157
I'm also getting a failure with mule-tests:
Test sgml-html-meta-no-post-less-than-10lines backtrace:
signal(ert-test-failed (((should (eq 'utf-8 (sgml-html-meta-run (con
ert-fail(((should (eq 'utf-8 (sgml-html-meta-run (concat "\n\n\n\n\n
#f(compiled-function () #<bytecode -0x1e01a52764337803>)()
ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
ert-run-test(#s(ert-test :name sgml-html-meta-no-post-less-than-10li
ert-run-or-rerun-test(#s(ert--stats :selector (not ...) :tests [...
ert-run-tests((not (or (tag :expensive-test) (tag :unstable) (tag :n
ert-run-tests-batch((not (or (tag :expensive-test) (tag :unstable) (
ert-run-tests-batch-and-exit((not (or (tag :expensive-test) (tag :un
eval((ert-run-tests-batch-and-exit '(not (or (tag :expensive-test) (
command-line-1(("-L" ":." "-l" "ert" "-l" "lisp/international/mule-t
command-line()
normal-top-level()
Test sgml-html-meta-no-post-less-than-10lines condition:
(ert-test-failed
((should
(eq 'utf-8
(sgml-html-meta-run ...)))
:form
(eq utf-8 utf-8-unix)
:value nil))
FAILED 7/13 sgml-html-meta-no-post-less-than-10lines (0.000100
sec) at lisp/international/mule-tests.el:119
passed 8/13 sgml-html-meta-no-pre (0.000154 sec)
passed 9/13 sgml-html-meta-none (0.000086 sec)
Warning: unknown coding system "XXX"
passed 10/13 sgml-html-meta-unknown-coding (0.000092 sec)
passed 11/13 sgml-html-meta-utf-8 (0.000073 sec)
passed 12/13 sgml-html-meta-utf-8-with-bom (0.000072 sec)
passed 13/13 sgml-html-meta-windows-hebrew (0.000071 sec)
Ran 13 tests, 12 results as expected, 1 unexpected (2023-02-26
00:13:53-0800, 0.073256 sec)
1 unexpected results:
FAILED sgml-html-meta-no-post-less-than-10lines
make[3]: *** [Makefile:174: lisp/international/mule-tests.log] Error 1
next prev parent reply other threads:[~2023-02-26 8:29 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-19 22:59 bug#9800: Incomplete truncated file buffers from the /proc filesystem Juri Linkov
2011-10-20 8:22 ` Eli Zaretskii
2011-10-20 8:44 ` Andreas Schwab
2023-02-12 7:38 ` Eli Zaretskii
2023-02-12 9:24 ` Ruijie Yu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2011-10-24 2:53 ` Paul Eggert
2011-10-24 21:50 ` Richard Stallman
2011-10-24 22:02 ` Paul Eggert
2023-02-12 10:21 ` Arsen Arsenović via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-13 20:47 ` Paul Eggert
2023-02-13 21:55 ` server.el test failures (was: Re: bug#9800: Incomplete truncated file buffers from the /proc filesystem) Jim Porter
2023-02-14 2:47 ` Paul Eggert
2023-02-15 7:06 ` Jim Porter
2023-02-15 18:20 ` Paul Eggert
2023-02-23 23:42 ` Paul Eggert
2023-02-24 0:50 ` Jim Porter
2023-02-24 2:20 ` Jim Porter
2023-02-24 3:25 ` Po Lu
2023-02-24 3:38 ` Jim Porter
2023-02-24 7:52 ` Eli Zaretskii
2023-02-24 17:48 ` Jim Porter
2023-02-24 18:37 ` Eli Zaretskii
2023-02-24 19:45 ` Alan Mackenzie
2023-02-24 20:31 ` Jim Porter
2023-02-24 20:47 ` Eli Zaretskii
2023-02-26 8:29 ` Paul Eggert [this message]
2023-02-26 9:47 ` Eli Zaretskii
2023-02-27 5:31 ` Jim Porter
2023-02-27 16:40 ` server.el test failures Robert Pluim
2023-02-27 16:50 ` Eli Zaretskii
2023-02-27 18:14 ` Robert Pluim
2023-02-27 18:39 ` Eli Zaretskii
2023-02-28 7:42 ` Robert Pluim
2023-02-28 12:13 ` Eli Zaretskii
2023-02-28 13:05 ` Robert Pluim
2023-02-28 19:02 ` Jim Porter
2023-02-28 19:23 ` Eli Zaretskii
2023-02-28 19:41 ` Jim Porter
2023-03-01 8:22 ` Robert Pluim
2023-03-02 22:15 ` Jim Porter
2023-03-03 7:00 ` Eli Zaretskii
2023-03-03 7:15 ` Jim Porter
2023-03-03 8:00 ` Jim Porter
2023-03-03 8:10 ` Eli Zaretskii
2023-03-03 17:27 ` Jim Porter
2023-03-03 8:16 ` Robert Pluim
2011-11-03 20:32 ` bug#9800: Incomplete truncated file buffers from the /proc filesystem Lars Magne Ingebrigtsen
2011-11-04 9:36 ` Juri Linkov
2011-11-04 10:54 ` Eli Zaretskii
2022-02-07 0:10 ` Lars Ingebrigtsen
2022-02-07 19:41 ` Juri Linkov
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=00864fe6-b63a-685f-2d20-4e1fd5a5573e@cs.ucla.edu \
--to=eggert@cs.ucla.edu \
--cc=emacs-devel@gnu.org \
--cc=jporterbugs@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 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.