GNU bug report logs - #59062
esh-var-test/alias test failures on Ubuntu 22.10

Previous Next

Package: emacs;

Reported by: Paul Eggert <eggert <at> cs.ucla.edu>

Date: Sat, 5 Nov 2022 21:45:01 UTC

Severity: normal

Done: Stefan Kangas <stefankangas <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Stefan Kangas <stefankangas <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#59062: closed (esh-var-test/alias test failures on Ubuntu 22.10)
Date: Sun, 06 Nov 2022 14:55:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 6 Nov 2022 06:53:56 -0800
with message-id <CADwFkm=Lv_1rfrZhZykF0vdjV243zRQaq6U2-iuOdyNP+5d5Ug <at> mail.gmail.com>
and subject line Re: bug#59062: esh-var-test/alias test failures on Ubuntu 22.10
has caused the debbugs.gnu.org bug report #59062,
regarding esh-var-test/alias test failures on Ubuntu 22.10
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
59062: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59062
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Emacs bug reports and feature requests <bug-gnu-emacs <at> gnu.org>
Cc: Jim Porter <jporterbugs <at> gmail.com>
Subject: esh-var-test/alias test failures on Ubuntu 22.10
Date: Sat, 5 Nov 2022 14:44:14 -0700
[Message part 3 (text/plain, inline)]
This is on Ubuntu 22.10 x86-64, with current Emacs master (commit 
8a49a888532c955ae81855636a65b446508cb361 dated today). "make check" 
fails in some of the esh-var-test/alias tests. Some esh expertise (which 
I don't have) would be of use in debugging this so I'm taking the 
liberty of cc'ing Jim.

I'm attaching a copy of the build log (created with ./autogen.sh; 
configure; make; make check) and of the test failure logged in 
test/lisp/eshell/esh-var-tests.log. The build log is the same as in 
Bug#59061.
[build-log.gz (application/gzip, attachment)]
[esh-var-tests.log (text/x-log, attachment)]
[Message part 6 (message/rfc822, inline)]
From: Stefan Kangas <stefankangas <at> gmail.com>
To: Jim Porter <jporterbugs <at> gmail.com>, Paul Eggert <eggert <at> cs.ucla.edu>, 
 59062-done <at> debbugs.gnu.org
Subject: Re: bug#59062: esh-var-test/alias test failures on Ubuntu 22.10
Date: Sun, 6 Nov 2022 06:53:56 -0800
Jim Porter <jporterbugs <at> gmail.com> writes:

> This is the relevant bit:
>
>     (ert-test-failed
>       ((should
>         (eshell-match-output regexp))
>        :form
>        (eshell-match-output "Variable `ALIAS' is not settable\n")
>        :value nil :explanation
>        (mismatched-output
>         (command "set ALIAS hello\n")
>         (output "Variable ‘ALIAS’ is not settable\n")
>         (regexp "Variable `ALIAS' is not settable\n"))))
>
> It says the output has curved ‘’ quotes, but the regexp used to match
> the output uses `' quotes. I've never seen that fail locally, though I
> usually run "make -C test check-lisp-eshell". Maybe some setting (or
> other test) is messing with the way `' quotes get printed, which
> confuses the Eshell tests?

This should now be fixed on master (commit 2ea9f69f07), so I'm closing
the bug.


This bug report was last modified 2 years and 259 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.