]> Cypherpunks repositories - gostls13.git/commit
testing: make signalling safer for parallel tests
authorRob Pike <r@golang.org>
Thu, 22 Dec 2011 18:43:54 +0000 (10:43 -0800)
committerRob Pike <r@golang.org>
Thu, 22 Dec 2011 18:43:54 +0000 (10:43 -0800)
commit66155134a7daa2a28bf0ecd55bcf36be3b21e473
treefc4dd64921a5b36af6b69bf7b9e50f1e72b64995
parentb5216e2e559a585a424fa3eb28c0e158fe79a75b
testing: make signalling safer for parallel tests
Each test gets a private signal channel.
Also fix a bug that prevented parallel tests from running.

R=r, r
CC=golang-dev
https://golang.org/cl/5505061
src/pkg/testing/testing.go