]> Cypherpunks repositories - gostls13.git/commitdiff
build: revert 61d1d72136f7 (add few tests with GOMAXPROCS=32)
authorDmitriy Vyukov <dvyukov@google.com>
Sat, 14 Jul 2012 11:59:52 +0000 (15:59 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Sat, 14 Jul 2012 11:59:52 +0000 (15:59 +0400)
Some tests currently fail with GOMAXPROCS>1

R=golang-dev
CC=golang-dev
https://golang.org/cl/6398044

src/run.bash

index 8e373ed6b13b22fe841c362394770a06c019dc0d..ca84b7034d366c6ab95a719c35901edcf1510d1c 100755 (executable)
@@ -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