]> Cypherpunks repositories - gostls13.git/commit
runtime: don't call testing.Fatal from worker goroutines
authorMikio Hara <mikioh.mikioh@gmail.com>
Fri, 5 Feb 2016 00:37:13 +0000 (09:37 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Sun, 7 Feb 2016 03:18:28 +0000 (03:18 +0000)
commitfa5e5478c8791d644c3d7b07a73680f87eb5a43b
tree3c2c65ffe586c68a7d1951007a9d853bfe49eb72
parent54b4b946b67ab28fc8695f1fa26b98f21d366fdb
runtime: don't call testing.Fatal from worker goroutines

Change-Id: I630d4d2d8a914d6c07f22351a56d5e44a937123e
Reviewed-on: https://go-review.googlesource.com/19245
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/stack_test.go