]> Cypherpunks repositories - gostls13.git/commit
runtime: move TestNeedmDeadlock to crash_cgo_test.go
authorIan Lance Taylor <iant@golang.org>
Wed, 28 Oct 2020 04:05:13 +0000 (21:05 -0700)
committerBryan C. Mills <bcmills@google.com>
Wed, 28 Oct 2020 04:20:39 +0000 (04:20 +0000)
commit02335cf4131f4eb1869f50f906e993676f7f414a
tree81f2dec0fc2d3a0fbbdd8dc239d2dab0c1795221
parent2414e1f17b2f82be10110513b17cdfa80c9937c6
runtime: move TestNeedmDeadlock to crash_cgo_test.go

It requires cgo. Also, skip the test on windows and plan9.

For #42207

Change-Id: I8522773f93bc3f9826506a41a08b86a083262e31
Reviewed-on: https://go-review.googlesource.com/c/go/+/265778
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/crash_cgo_test.go
src/runtime/crash_unix_test.go