]> Cypherpunks repositories - gostls13.git/commitdiff
godefs: remove test from build
authorRuss Cox <rsc@golang.org>
Wed, 22 Jun 2011 01:45:13 +0000 (21:45 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 22 Jun 2011 01:45:13 +0000 (21:45 -0400)
The test is only defined on darwin/amd64, and it fails
with recent versions of Xcode, which do not support
-gstabs+ debugging output.  At some point godefs will
have to be replaced, perhaps merged with cgo.
Godefs is not needed during builds anyway (its output files
are checked into the repository in src/pkg/runtime),
so its failure on the newer Xcode is a distraction from an
otherwise usable build.  Disable the test.

Fixes #1985.

R=golang-dev, gri, robert.hencke, r
CC=golang-dev
https://golang.org/cl/4638053

src/run.bash

index 4c9d2ec38b9a6f87776faa0943e78d674f988dd8..bb3d06c45ca219b4f3e882d092da0fc20291063a 100755 (executable)
@@ -49,10 +49,6 @@ GOMAXPROCS=10 gomake testshort
 time gomake test
 ) || exit $?
 
-(xcd cmd/godefs
-gomake test
-) || exit $?
-
 [ "$GOARCH" == arm ] ||
 [ "$GOHOSTOS" == windows ] ||
 (xcd ../misc/cgo/stdio