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: TestEmptyDwarfRanges failing on Plan 9 #24226

Closed
0intro opened this issue Mar 2, 2018 · 1 comment
Closed

cmd/compile: TestEmptyDwarfRanges failing on Plan 9 #24226

0intro opened this issue Mar 2, 2018 · 1 comment

Comments

@0intro
Copy link
Member

0intro commented Mar 2, 2018

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

--- FAIL: TestEmptyDwarfRanges (0.64s)
	scope_test.go:461: no DWARF data in Plan 9 file
FAIL
FAIL	cmd/compile/internal/gc	165.627s

See https://build.golang.org/log/d1594a762c6c9c32559aa6d2b85a1d7af18fe69d

@0intro 0intro added the OS-Plan9 label Mar 2, 2018
@0intro 0intro added this to the Go1.11 milestone Mar 2, 2018
@0intro 0intro self-assigned this Mar 2, 2018
@gopherbot
Copy link

Change https://golang.org/cl/98275 mentions this issue: cmd/compile: skip TestEmptyDwarfRanges on Plan 9

@golang golang locked and limited conversation to collaborators Mar 2, 2019
@rsc rsc unassigned 0intro Jun 23, 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