golang/go
View on GitHubruntime: TestCgoExternalThreadPanic failures with `exit status 2`
Open
#58,278 opened on Feb 2, 2023
NeedsInvestigationarch-mipscompiler/runtimehelp wanted
Repository metrics
- Stars
- (133,883 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
#!watchflakes
post <- pkg == "runtime" && test == "TestCgoExternalThreadPanic" && `exit status 2`
Factored out from https://github.com/golang/go/issues/57381#issuecomment-1403901425.
(attn @golang/mips; CC @golang/runtime)