emacs-devel
[Top][All Lists]
Advanced

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

Re: master updated (5af5ed6c62 -> f07505d1ec)


From: Jim Porter
Subject: Re: master updated (5af5ed6c62 -> f07505d1ec)
Date: Tue, 6 Sep 2022 11:41:56 -0700

On 9/6/2022 2:33 AM, Lars Ingebrigtsen wrote:
Speaking of eshell tests -- this one seems to be failing on EMBA in
nativecomp:

https://emba.gnu.org/emacs/emacs/-/jobs/53337

1 unexpected results:
    FAILED  eshell-test/subcommand-reset-in-pipeline  ((should (eshell-command-result--equal command (eshell-test-command-result command) result)) 
:form (eshell-command-result--equal "*cat $<echo $eshell-in-pipeline-p | echo> | *cat" "first\n" "first") :value 
nil :explanation (nonequal-result (command "*cat $<echo $eshell-in-pipeline-p | echo> | *cat") (result "first\n") (expected 
"first")))

I'm unable to reproduce the failure myself.

Interesting; the test is outputting "first\n", but we don't expect the newline. Maybe this is because EMBA uses a different version of "cat"?

I think something like the attached patch would fix things. Then the test won't care about whether there's a newline or not.

Attachment: 0001-Improve-robustness-of-an-Eshell-regression-test.patch
Description: Text document


reply via email to

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