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/link: TestFieldOverlap failing on Plan 9 #21480

Closed
0intro opened this issue Aug 16, 2017 · 1 comment
Closed

cmd/link: TestFieldOverlap failing on Plan 9 #21480

0intro opened this issue Aug 16, 2017 · 1 comment

Comments

@0intro
Copy link
Member

0intro commented Aug 16, 2017

TestFieldOverlap has been added in CL 50170 and is failing on Plan 9. This is happening because Plan 9 executables don't have a DWARF symbol table.

--- FAIL: TestFieldOverlap (0.50s)
	dwarf_test.go:266: error reading DWARF: no DWARF data in Plan 9 file
FAIL
FAIL	cmd/link/internal/ld	0.531s

See https://build.golang.org/log/2b3754369be5fee029eca4535d954cecd8dd5fc1

@0intro 0intro added this to the Go1.10 milestone Aug 16, 2017
@gopherbot
Copy link

Change https://golang.org/cl/56210 mentions this issue: cmd/link: skip TestFieldOverlap on Plan 9

@golang golang locked and limited conversation to collaborators Aug 16, 2018
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