summaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-12-05 11:45:03 -0500
committerRuss Cox <rsc@golang.org>2014-12-05 11:45:03 -0500
commitb03c1034af12d0ddd1b99ef791425e07d75f3677 (patch)
tree69e27f09db888f62c2aa9db29ab0c7233c1b286b /src/run.bash
parent8670c52abcdb260f5366d6fa205a7c7f9b5b1067 (diff)
parent60e02bbbea5d3bf4a6b06551f09c984285f8139c (diff)
downloadgo-b03c1034af12d0ddd1b99ef791425e07d75f3677.tar.gz
all: merge default (faa3ed1dc30e) into dev.garbage
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/run.bash b/src/run.bash
index 6b9ecc33c..b8ce417a0 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -162,7 +162,8 @@ esac
# Race detector only supported on Linux, FreeBSD and OS X,
# and only on amd64, and only when cgo is enabled.
# Delayed until here so we know whether to try external linking.
-case "$GOHOSTOS-$GOOS-$GOARCH-$CGO_ENABLED" in
+# DISABLED until we get garbage collection working.
+case "$GOHOSTOS-$GOOS-$GOARCH-$CGO_ENABLED-XXX-DISABLED" in
linux-linux-amd64-1 | freebsd-freebsd-amd64-1 | darwin-darwin-amd64-1)
echo
echo '# Testing race detector.'