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: TestScopeRanges failing on Plan 9 #20418

Closed
0intro opened this issue May 19, 2017 · 1 comment
Closed

cmd/compile: TestScopeRanges failing on Plan 9 #20418

0intro opened this issue May 19, 2017 · 1 comment

Comments

@0intro
Copy link
Member

0intro commented May 19, 2017

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

--- FAIL: TestScopeRanges (0.52s)
	scope_test.go:203: no DWARF data in Plan 9 file
FAIL
FAIL	cmd/compile/internal/gc	53.264s

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

@0intro 0intro added this to the Go1.9 milestone May 19, 2017
@0intro 0intro self-assigned this May 19, 2017
@gopherbot
Copy link

CL https://golang.org/cl/43670 mentions this issue.

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