mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: go@1.4, go@1.7: 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.
This commit is contained in:
parent
deee8a9dfc
commit
f826c8c7ee
1 changed files with 2 additions and 0 deletions
|
@ -120,6 +120,7 @@ (define-public go-1.4
|
|||
;; 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 @@ (define-public go-1.7
|
|||
("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.+)")
|
||||
|
|
Loading…
Reference in a new issue