]> Cypherpunks repositories - gostls13.git/commit
testing: don't be silent if a test's goroutine fails a test after test exits
authorMarcel van Lohuizen <mpvl@golang.org>
Sat, 21 May 2016 12:37:29 +0000 (14:37 +0200)
committerMarcel van Lohuizen <mpvl@golang.org>
Tue, 24 May 2016 16:27:47 +0000 (16:27 +0000)
commit7b9d3ff4cbd93c0b9e69c78cbb2cb891839c7fb3
tree2d4349544099abf604465ea3ff1ba9e0acf6ad04
parentdcc42c7d11ad06bebc9d13d1e812629f930f14a7
testing: don't be silent if a test's goroutine fails a test after test exits

Fixes #15654

Change-Id: I9bdaa9b76d480d75f24d95f0235efd4a79e3593e
Reviewed-on: https://go-review.googlesource.com/23320
Reviewed-by: Russ Cox <rsc@golang.org>
Run-TryBot: Marcel van Lohuizen <mpvl@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
src/testing/sub_test.go
src/testing/testing.go