unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Jim Porter <jporterbugs@gmail.com>
To: Paul Eggert <eggert@cs.ucla.edu>, 59062@debbugs.gnu.org
Subject: bug#59062: esh-var-test/alias test failures on Ubuntu 22.10
Date: Sat, 5 Nov 2022 15:36:17 -0700	[thread overview]
Message-ID: <70fdae92-4ae9-e9e9-e038-2c3cedb41fe9@gmail.com> (raw)
In-Reply-To: <bb2fcdad-54bd-afa8-f70f-063cc77f9c52@cs.ucla.edu>

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?





  reply	other threads:[~2022-11-05 22:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-05 21:44 bug#59062: esh-var-test/alias test failures on Ubuntu 22.10 Paul Eggert
2022-11-05 22:36 ` Jim Porter [this message]
2022-11-06 14:53   ` Stefan Kangas

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=70fdae92-4ae9-e9e9-e038-2c3cedb41fe9@gmail.com \
    --to=jporterbugs@gmail.com \
    --cc=59062@debbugs.gnu.org \
    --cc=eggert@cs.ucla.edu \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).