misc/cgo/testtls: static test fails #56629
Labels
arch-arm
Issues solely affecting the 32-bit arm architecture.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-NetBSD
Milestone
What version of Go are you using (
go version
)?581a822 in the Go 1.20 development tree
What operating system and processor architecture are you using (
go env
)?netbsd/arm, observed on the trybots for CL 448016 PS 2
What did you do?
I've been enabling dist tests for cgo on more architectures where it's not clear why they're disabled. One of the misc/cgo/testtls static build configurations crashes on netbsd/arm (but passes on netbsd/arm64). It's unfortunately not easy to extract tests from dist (something I'm hoping to improve), but I believe this is what the test is doing:
It appears all of the other misc/cgo tests pass once I skip that specific one.
What did you expect to see?
Test passes.
What did you see instead?
Test crashes with SIGABRT. See the trybot log.
/cc @golang/netbsd
The text was updated successfully, but these errors were encountered: