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

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

[debbugs-tracker] bug#30968: closed ([PATCH] gnu: mu: Fix tests failures


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30968: closed ([PATCH] gnu: mu: Fix tests failures triggered by DST.)
Date: Wed, 28 Mar 2018 15:15:02 +0000

Your message dated Wed, 28 Mar 2018 17:14:28 +0200
with message-id <address@hidden>
and subject line Re: [bug#30968] [PATCH] gnu: mu: Fix tests failures triggered 
by DST.
has caused the debbugs.gnu.org bug report #30968,
regarding [PATCH] gnu: mu: Fix tests failures triggered by DST.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
30968: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30968
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: mu: Fix tests failures triggered by DST. Date: Tue, 27 Mar 2018 22:04:01 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Hello!

This fixes test failures for our mu package.

Thanks!

Maxim

Attachment: 0001-gnu-mu-Fix-tests-failures-triggered-by-DST.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: [bug#30968] [PATCH] gnu: mu: Fix tests failures triggered by DST. Date: Wed, 28 Mar 2018 17:14:28 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Hi,

Maxim Cournoyer <address@hidden> skribis:

> From b6c27eab14b678d12dd4b3b480ea88542bf096e7 Mon Sep 17 00:00:00 2001
> From: Maxim Cournoyer <address@hidden>
> Date: Tue, 27 Mar 2018 21:59:24 -0400
> Subject: [PATCH] gnu: mu: Fix tests failures triggered by DST.
>
> * gnu/packages/mail.scm (mu)[phases]: Add 'fix-date-tests.

Well done!  Applied with the minor changes below.

Thank you,

Ludo’.

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index dca4ffb9a..3dab1325e 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -620,11 +620,12 @@ security functionality including PGP, S/MIME, SSH, and 
SSL.")
              #t))
          (add-after 'patch-configure 'fix-date-tests
            ;; Loosen test tolerances to prevent failures caused by daylight
-           ;; time saving (DST).  See: https://github.com/djcb/mu/issues/1214.
+           ;; saving time (DST).  See: https://github.com/djcb/mu/issues/1214.
            (lambda _
              (substitute* "lib/parser/test-utils.cc"
                (("\\* 60 \\* 60, 1 },")
-                "* 60 * 60, 3600 + 1 },"))))
+                "* 60 * 60, 3600 + 1 },"))
+             #t))
          (add-before 'install 'fix-ffi
            (lambda* (#:key outputs #:allow-other-keys)
              (substitute* "guile/mu.scm"

--- End Message ---

reply via email to

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