cmd/link: TestRuntimeTypeAttr fails when gcc is unavailable #26621
Labels
Milestone
Comments
Change https://golang.org/cl/126075 mentions this issue: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?What did you do?
>all.bat
If possible, provide a recipe for reproducing the error.
A complete runable program is good.
A link on play.golang.org is best.
What did you expect to see?
ok cmd/link/internal/ld 114.969s
What did you see instead?
I'll submit a small fix as the failing test is timing out on gcc instead of checking its availability as elsewhere using
testenv.MustHaveCGO(t)
.The text was updated successfully, but these errors were encountered: