mirror of https://github.com/golang/go.git
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
This commit is contained in:
parent
8c777066cb
commit
d5c2154caf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue