]> Cypherpunks repositories - gostls13.git/commit
build: add few tests with GOMAXPROCS=32 to run.bash
authorDmitriy Vyukov <dvyukov@google.com>
Sat, 14 Jul 2012 11:46:53 +0000 (15:46 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Sat, 14 Jul 2012 11:46:53 +0000 (15:46 +0400)
commit8c777066cb7d4ef8a39bd03f3d76b45e0a4810f4
tree2ee7009f336adb0ac45ff3eb949ee4f037597c7b
parentbbe601789cf7526925192abe0a6bc7e7d9265588
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
src/run.bash