GNU bug report logs -
#59062
esh-var-test/alias test failures on Ubuntu 22.10
Previous Next
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
Message #8 received at 59062 <at> debbugs.gnu.org (full text, mbox):
On 11/5/2022 2:44 PM, Paul Eggert wrote:
> 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.
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 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.