]> Cypherpunks repositories - gostls13.git/commit
testing: SkipNow, FailNow must be called from test goroutine
authorRuss Cox <rsc@golang.org>
Sat, 2 Feb 2013 02:01:32 +0000 (21:01 -0500)
committerRuss Cox <rsc@golang.org>
Sat, 2 Feb 2013 02:01:32 +0000 (21:01 -0500)
commit2cb8dcea5c18730425c0f7ceb40c56a4c15f0d5e
treeb0fb6ed354a860e43722537b784914f4eacdf31b
parent6d175e243a0565b3b188dad118ca1e0f845a532a
testing: SkipNow, FailNow must be called from test goroutine

Impossible for us to check (without sleazily reaching into the
runtime) but at least document it.

Fixes #3800.

R=golang-dev, bradfitz, dave
CC=golang-dev
https://golang.org/cl/7268043
src/pkg/testing/testing.go