]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/run.bash
[dev.garbage] all: merge dev.cc into dev.garbage
[gostls13.git] / src / run.bash
index d9b985fd15350e3ad49077cea6199442a31ccf4e..54b209591a6637b7c33d034fe1e7d63ef77f1ee7 100755 (executable)
@@ -66,7 +66,8 @@ go test sync -short -timeout=$(expr 120 \* $timeout_scale)s -cpu=10
 
 # Race detector only supported on Linux, FreeBSD and OS X,
 # and only on amd64, and only when cgo is enabled.
-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.'