bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#51902: 28.0.50; [PATCH] Get mh-e tests to pass


From: Michael Albinus
Subject: bug#51902: 28.0.50; [PATCH] Get mh-e tests to pass
Date: Thu, 18 Nov 2021 09:23:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Stephen Gildea <stepheng+emacs@gildea.com> writes:

>>   In any case, it looks like we should mark the tests that fail with
>>   Mailutils as expected to fail for that variant, and circle back later to
>>   address them.
>
> I'll look into how to do this.  The approach in Dick's original patch
> doesn't work.  ERT's :expected-result declaration needs to occur before
> the test has determined the MH variant in use.

You can skip a test everywhere in its body with something like

(unless mh-variant-in-use
  (ert-skip "Unknown MH variant"))

Best regards, Michael.





reply via email to

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