Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/compile: regression in crypto/tls TestLinkerGC on ppc64le #45971

Closed
laboger opened this issue May 5, 2021 · 1 comment
Closed

cmd/compile: regression in crypto/tls TestLinkerGC on ppc64le #45971

laboger opened this issue May 5, 2021 · 1 comment

Comments

@laboger
Copy link
Contributor

laboger commented May 5, 2021

TestLinkerGC in crypto/tls has started failing on pppc64le. The test is skipped in short mode so the failure does not show up on the build dashboard.

What version of Go are you using (go version)?

$ go version
latest

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

go env Output
$ go env
ppc64le

What did you do?

Tried to run the tests in crypto/tls (not using -short) and saw this failure.

What did you expect to see?

PASS

What did you see instead?

cd crypto/tls && go test -c
./tls.test
--- FAIL: TestLinkerGC (2.72s)
--- FAIL: TestLinkerGC/empty_import (0.73s)
link_test.go:102: unexpected symbol "tls.(*Conn)" found
FAIL

This started with commit 537cde0 cmd/compile, runtime: add metadata for argument printing in traceback
@cherrymui

@gopherbot
Copy link

Change https://golang.org/cl/317769 mentions this issue: cmd/link: don't include arginfo symbols in symbol table

@golang golang locked and limited conversation to collaborators May 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants