aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-06-21 21:45:13 -0400
committerRuss Cox <rsc@golang.org>2011-06-21 21:45:13 -0400
commit55b0662465e92d6141af0055ee5105d776cafe4e (patch)
treea6a2cdec42d710eab7fc1d2167acbc2d889c6e2f
parentf2e94de6d62be39044b28ca61b8659cd295253c2 (diff)
downloadgo-55b0662465e92d6141af0055ee5105d776cafe4e.tar.gz
go-55b0662465e92d6141af0055ee5105d776cafe4e.zip
godefs: remove test from build
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
-rwxr-xr-xsrc/run.bash4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/run.bash b/src/run.bash
index 4c9d2ec38b..bb3d06c45c 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -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