]> Cypherpunks repositories - gostls13.git/commit
cmd/go, cmd/dist: temporarily disable race and PIE internal link tests on Alpine
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 25 Apr 2017 06:11:09 +0000 (06:11 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 25 Apr 2017 19:57:57 +0000 (19:57 +0000)
commit7fc82104ea87d51893f6d0664c5753be7c67b297
tree5a0db97672bf873a75efa61b424e8b5c6fd3e1f0
parentb692e7490aca3864ebf82cfe809e52ee35c52c5b
cmd/go, cmd/dist: temporarily disable race and PIE internal link tests on Alpine

In an effort to at least understand the complete set of things not
working on Alpine Linux, I've been trying to get the build passing
again, even with tests disabled.

The race detector is broken on Alpine. That is #14481 (and #9918).
So disable those tests for now.

Also, internal linking with PIE doesn't work on Alpine yet.
That is #18243. So disable that test for now.

With this CL, all.bash almost passes. There's some cgo test failing
still, but there's no bug yet, so that can be a separate CL.

Change-Id: I3ffbb0e787ed54cb82f298b6bd5bf3ccfbc82622
Reviewed-on: https://go-review.googlesource.com/41678
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/test.go
src/cmd/go/go_test.go