Skip to content

TestLoadFixed (time_test.go:943) fails in compilation #17808

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
msackman opened this issue Nov 5, 2016 · 1 comment
Closed

TestLoadFixed (time_test.go:943) fails in compilation #17808

msackman opened this issue Nov 5, 2016 · 1 comment

Comments

@msackman
Copy link

msackman commented Nov 5, 2016

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

Compiling 1.7.3 using 1.7.1 as the bootstrap

What operating system and processor architecture are you using (go env)?

go env
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH=""
GORACE=""
GOROOT="/home/matthew/src/golang/go1.7.1"
GOTOOLDIR="/home/matthew/src/golang/go1.7.1/pkg/tool/linux_amd64"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build747755484=/tmp/go-build -gno-record-gcc-switches"
CXX="g++"
CGO_ENABLED="1"

I've seen this issue both on Ubuntu 14 and on Debian Unstable (sid) too.

What did you do?

If possible, provide a recipe for reproducing the error.

tar xzf go1.7.3.src.tar.gz
mv go go1.7.3
export GOROOT_BOOTSTRAP=/home/matthew/src/golang/go1.7.1
cd go1.7.3/src
./all.bash

What did you expect to see?

Compilation should succeed, all tests should pass.

What did you see instead?

--- FAIL: TestLoadFixed (0.00s)
time_test.go:943: Now().In(loc).Zone() = "-01", -3600, want "GMT+1", -3600
FAIL
FAIL time 2.517s

@msackman
Copy link
Author

msackman commented Nov 5, 2016

Sorry, this is clearly a dupe of #17276. Closing.

@msackman msackman closed this as completed Nov 5, 2016
@golang golang locked and limited conversation to collaborators Nov 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants