cmd/link: TestDWARF failing on non-cgo platforms #19793
Closed
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>
lparth
added a commit
to lparth/go
that referenced
this issue
Apr 13, 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 golang#19793. Change-Id: I7fc547a7c877b58cc4ff6b4eb5b14852e8b4668b Reviewed-on: https://go-review.googlesource.com/38931 Run-TryBot: David du Colombier <0intro@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: