mirror of
https://github.com/golang/go
synced 2024-11-19 11:34:49 -07:00
build: add few tests with GOMAXPROCS=32 to run.bash
Some class of bugs (data races, runtime bugs) can be found only with real parallelism. Note that GOMAXPROCS=32 is somewhat different from go test -cpu=32, this intentionally uses GOMAXPROCS to stress program bootstrap, testing code, garbage collections, etc. Package selection is mostly random. R=golang-dev, dave, r CC=golang-dev https://golang.org/cl/6346070
This commit is contained in:
parent
bbe601789c
commit
8c777066cb
@ -39,6 +39,11 @@ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user