golang/go

runtime: TestCgoExternalThreadPanic failures with `exit status 2`

Open

#58,278 opened on Feb 2, 2023

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
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)

Contributor guide