]> Cypherpunks repositories - gostls13.git/commit
runtime: skip gdb tests earlier before blocking goroutines in a t.Parallel
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 1 Dec 2017 19:26:33 +0000 (19:26 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 1 Dec 2017 20:54:31 +0000 (20:54 +0000)
commit7b57e21a075b876903c735b3988a5be86c01f078
treec126824b85ffcfd2ea87be2014a5b153d12fc254
parent2e5011d8029e29f37bae359f2b1d398212a961ee
runtime: skip gdb tests earlier before blocking goroutines in a t.Parallel

Minor.

Makes reading failing runtime test stacktraces easier (by having fewer
goroutines to read) on machines where these gdb tests wouldn't have
ever run anyway.

Change-Id: I3fab0667e017f20ef3bf96a8cc4cfcc614d25b5c
Reviewed-on: https://go-review.googlesource.com/81575
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/runtime-gdb_test.go