]> Cypherpunks repositories - gostls13.git/commit
testing: add test for not exceeding maximum parallism
authorMarcel van Lohuizen <mpvl@golang.org>
Fri, 18 Mar 2016 18:11:19 +0000 (19:11 +0100)
committerMarcel van Lohuizen <mpvl@golang.org>
Mon, 21 Mar 2016 16:52:04 +0000 (16:52 +0000)
commit5fb6aa3e096bc61f5a602109ebdb8e3edb0f66ca
tree69dfd332cee34fae98e2b230324b0dbfe9c53492
parentbea2008b83424b9693c0e38940ffd53a5e1e80a3
testing: add test for not exceeding maximum parallism

Fixed bug that slipped probably slipped in after rebasing and
explain why it failed on nacl/netbsd/plan9, which set default
maxparallelism to 1.

Change-Id: I4d59682fb2843d138b320334189f53fcdda5b2f6
Reviewed-on: https://go-review.googlesource.com/20980
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/testing/sub_test.go
src/testing/testing.go