]> Cypherpunks repositories - gostls13.git/commit
testing: Add support for running tests in parallel (t.Parallel API).
authorMiki Tebeka <miki.tebeka@gmail.com>
Thu, 6 Oct 2011 16:58:36 +0000 (09:58 -0700)
committerRob Pike <r@golang.org>
Thu, 6 Oct 2011 16:58:36 +0000 (09:58 -0700)
commitf80d8fbcf0851959c047d55d0b31bbeb256a9f0c
treea45371f8995edb45b4a5274abe86fddff3451e96
parentcd80d04c5ce8e0e47e3bb6a32b4868076818b369
testing: Add support for running tests in parallel (t.Parallel API).

See discussion at https://groups.google.com/d/topic/golang-dev/RAKiqi44GEU/discussion

R=golang-dev, bradfitz, dvyukov, rogpeppe, r, r, borman
CC=golang-dev
https://golang.org/cl/5071044
src/cmd/gotest/flag.go
src/pkg/testing/testing.go