-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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/link: TestDWARF failing on non-cgo platforms #19793
Labels
FrozenDueToAge
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
OS-Plan9
Milestone
Comments
CL https://golang.org/cl/38931 mentions this issue. |
The test also fails on other no-cgo platforms: |
Non-cgo tracked in #19796 |
CL https://golang.org/cl/39611 mentions this issue. |
gopherbot
pushed a commit
that referenced
this issue
Apr 5, 2017
TestDWARF has been added in CL 38855. This test is failing on Plan 9 because executables don't have a DWARF symbol table. Fixes #19793. (This fixes Plan 9 failures on the release branch introduced by cherry-pick CL 39605.) Change-Id: I7fc547a7c877b58cc4ff6b4eb5b14852e8b4668b Reviewed-on: https://go-review.googlesource.com/39611 Run-TryBot: Austin Clements <austin@google.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
FrozenDueToAge
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
OS-Plan9
TestDWARF has been added in CL 38855 and is failing on Plan 9. This is happening because Plan 9 executable don't have a DWARF symbol table.
See https://build.golang.org/log/f37d663d3b605d05dfbd599a3ceedc1fd8f135a6
The text was updated successfully, but these errors were encountered: