I can reproduce that error. Here is my `go env` output the test output is 
identical. 

$ go env
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/hendersont/stuff/code/godev"
GORACE=""
GOROOT="/home/hendersont/srcs/go"
GOTOOLDIR="/home/hendersont/srcs/go/pkg/tool/linux_amd64"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 
-fdebug-prefix-map=/tmp/go-build052830685=/tmp/go-build 
-gno-record-gcc-switches"
CXX="g++"
CGO_ENABLED="1"

On Wednesday, October 19, 2016 at 4:10:42 PM UTC-4, Jan Mercl wrote:
>
> On Wed, Oct 19, 2016 at 9:45 PM Chris Broadfoot <cb...@golang.org 
> <javascript:>> wrote:
>
> > We have just released Go version 1.7.3, a minor point release.
>
> Package time fails test.
>
> [snip]
>  
>
ok   text/template/parse 0.009s
> --- FAIL: TestLoadFixed (0.00s)
> time_test.go:943: Now().In(loc).Zone() = "-01", -3600, want "GMT+1", -3600
>
>  

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to