guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: address@hidden, address@hidden: Skip test that fails with tz


From: Leo Famulari
Subject: 01/01: gnu: address@hidden, address@hidden: Skip test that fails with tzdata-2017a.
Date: Tue, 21 Mar 2017 01:30:53 -0400 (EDT)

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

commit f826c8c7ee2634acfff1a04f60787d6b02672c36
Author: Leo Famulari <address@hidden>
Date:   Tue Mar 21 01:18:29 2017 -0400

    gnu: address@hidden, address@hidden: Skip test that fails with tzdata-2017a.
    
    * gnu/packages/golang.scm (go-1.4, go-1.7)[arguments]: Disable the test
    TestParseInLocation in 'prebuild' phase.
---
 gnu/packages/golang.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 4bb54f0..00630ce 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -120,6 +120,7 @@
                   ;; https://github.com/golang/go/issues/17545
                   ;; https://github.com/golang/go/issues/17276
                   ("time/time_test.go" "(.+)(TestLoadFixed.+)")
+                  ("time/format_test.go" "(.+)(TestParseInLocation.+)")
 
                   ("os/exec/exec_test.go" "(.+)(TestEcho.+)")
                   ("os/exec/exec_test.go" "(.+)(TestCommandRelativeName.+)")
@@ -266,6 +267,7 @@ sequential processes (CSP) concurrent programming features 
added.")
                     ("net/dial_test.go" "(.+)(TestDialTimeout.+)")
                     ("os/os_test.go" "(.+)(TestHostname.+)")
                     ("time/format_test.go" "(.+)(TestParseInSydney.+)")
+                    ("time/format_test.go" "(.+)(TestParseInLocation.+)")
                     ("os/exec/exec_test.go" "(.+)(TestEcho.+)")
                     ("os/exec/exec_test.go" "(.+)(TestCommandRelativeName.+)")
                     ("os/exec/exec_test.go" "(.+)(TestCatStdin.+)")



reply via email to

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