]> Cypherpunks repositories - gostls13.git/commit
testing: use debug.SetTraceback("all") to show all goroutines at test timeout
authorRuss Cox <rsc@golang.org>
Fri, 18 Dec 2015 16:24:55 +0000 (11:24 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 18 Dec 2015 20:51:32 +0000 (20:51 +0000)
commit57337da16995e7dc31da724d0789f2801aa8c959
tree35c91d2439e16bdd3afe11fd9887d10648484608
parentbb0567b3042fb8003c288ee80eb4782e2e27db63
testing: use debug.SetTraceback("all") to show all goroutines at test timeout

Fixes #13681.

Change-Id: I308930f4d9200fbe0f09cd08c38392ca1bb0db67
Reviewed-on: https://go-review.googlesource.com/18044
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/go/build/deps_test.go
src/runtime/debug/garbage_test.go
src/runtime/debug/heapdump_test.go
src/runtime/debug/stack_test.go
src/testing/testing.go