]> Cypherpunks repositories - gostls13.git/commit
runtime: run the right test in TestCgoExternalThreadSignal
authorIan Lance Taylor <iant@golang.org>
Tue, 23 Nov 2021 20:25:10 +0000 (12:25 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 23 Nov 2021 21:59:51 +0000 (21:59 +0000)
commit1ac45e026b2cbae91e3495e2cc6e93b6d505b4f4
treee43fdb3bf0bf189744260a6a32ef65a07ca8fda8
parente3eaedb5cf623d0836533573db4140749da42768
runtime: run the right test in TestCgoExternalThreadSignal

The code was accidentally repeating the TestCgoExternalThreadSIGPROF test.

While we're here remove an obsolete skip on ppc64/linux.

Change-Id: Icdc4032a67aa80fbcfcd7c5c7ab8a6f23f321e2e
Reviewed-on: https://go-review.googlesource.com/c/go/+/366755
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/runtime/crash_cgo_test.go