Commit d5c2154c authored by Dmitriy Vyukov's avatar Dmitriy Vyukov

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
parent 8c777066
...@@ -39,11 +39,6 @@ echo ...@@ -39,11 +39,6 @@ echo
echo '# sync -cpu=10' echo '# sync -cpu=10'
go test sync -short -timeout=120s -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() { xcd() {
echo echo
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment