]> Cypherpunks repositories - gostls13.git/commit
sync: don't run known-racy tests under the race detector
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 26 Jun 2015 21:52:52 +0000 (14:52 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 26 Jun 2015 22:07:29 +0000 (22:07 +0000)
commit603dc4171aa23c57549ee03b2e3f9beb7403973f
treeb804873dd551ef4859da529e94b619daceeaad07
parentd231cb82494c59b7a5db0eb6304dcb5e5bce198f
sync: don't run known-racy tests under the race detector

Fixes the build from https://golang.org/cl/4117 (sync: simplify WaitGroup)

Change-Id: Icc2a7ba8acea26fd187d52cf1901bfebf8573f93
Reviewed-on: https://go-review.googlesource.com/11591
Reviewed-by: Austin Clements <austin@google.com>
src/sync/export_test.go
src/sync/waitgroup_test.go