]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testcarchive: skip TestSignalForwardingExternal on darwin/amd64
authorIan Lance Taylor <iant@golang.org>
Tue, 2 Apr 2019 22:05:33 +0000 (15:05 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 2 Apr 2019 22:58:55 +0000 (22:58 +0000)
commit2da9659158f87c1d3c0ccb7ff8aec7c1bafe570b
tree4e8bfa0c3767c87184da27c370cc234bcd6dfb46
parentfc7ac2e8c0499d047ce0120a2f5df23093df6c17
misc/cgo/testcarchive: skip TestSignalForwardingExternal on darwin/amd64

On darwin/amd64 the runtime method sigctxt.fixsigcode changes SIGSEGV
signals so that they are never marked SI_USER. CL 169120 changed the
signal handler to call fixsigcode even when the signal is delivered to
a non-Go thread. This breaks TestSignalForwardingExternal, so skip it.

Change-Id: I6740fb5a8f4f854ca69793537a983a696da3b495
Reviewed-on: https://go-review.googlesource.com/c/go/+/170446
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
misc/cgo/testcarchive/carchive_test.go