aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorDmitriy Vyukov <dvyukov@google.com>2012-07-14 15:59:52 +0400
committerDmitriy Vyukov <dvyukov@google.com>2012-07-14 15:59:52 +0400
commitd5c2154caf1d5826328a9fbc14e89001599f0a30 (patch)
tree145aee4551ebc35a644f0414eece5e5b48e0f6b0 /src/run.bash
parent8c777066cb7d4ef8a39bd03f3d76b45e0a4810f4 (diff)
downloadgo-d5c2154caf1d5826328a9fbc14e89001599f0a30.tar.xz
build: revert 61d1d72136f7 (add few tests with GOMAXPROCS=32)
Some tests currently fail with GOMAXPROCS>1 R=golang-dev CC=golang-dev https://golang.org/cl/6398044
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/run.bash b/src/run.bash
index 8e373ed6b1..ca84b7034d 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -39,11 +39,6 @@ echo
echo '# sync -cpu=10'
go test sync -short -timeout=120s -cpu=10
-echo
-
-echo '# GOMAXPROCS=32 go test runtime net/http crypto/tls encoding/base64'
-GOMAXPROCS=32 go test runtime net/http crypto/tls encoding/base64
-echo
xcd() {
echo