guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: glib: Avoid failing test caused by changes in the time zone


From: Leo Famulari
Subject: 02/02: gnu: glib: Avoid failing test caused by changes in the time zone database.
Date: Thu, 9 Mar 2017 15:23:28 -0500 (EST)

lfam pushed a commit to branch core-updates
in repository guix.

commit baa467762cd111cbc62adfb1dedcb82b3343c425
Author: Leo Famulari <address@hidden>
Date:   Thu Mar 9 15:07:16 2017 -0500

    gnu: glib: Avoid failing test caused by changes in the time zone database.
    
    * gnu/packages/glib.scm (glib)[arguments]: Skip a failing test in
    'disable-failing-tests' phase.
---
 gnu/packages/glib.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 7490500..45f4631 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -246,7 +246,12 @@ shared NFS home directories.")
 
                      ("gio/tests/gdbus-unix-addresses.c"
                       (;; Requires /etc/machine-id.
-                       "/gdbus/x11-autolaunch")))))
+                       "/gdbus/x11-autolaunch"))
+
+                     ("glib/tests/gdatetime.c"
+                      (;; Assumes that the Brasilian time zone is named 'BRT',
+                       ;; which is no longer true as of tzdata-2017a.
+                       "/GDateTime/new_full")))))
               (and-map (lambda (x) (apply disable x)) failing-tests)))))
 
       ;; Note: `--docdir' and `--htmldir' are not honored, so work around it.



reply via email to

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