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

x/tools/go/packages: test fails on plan9 #27100

Open
alandonovan opened this issue Aug 20, 2018 · 1 comment
Open

x/tools/go/packages: test fails on plan9 #27100

alandonovan opened this issue Aug 20, 2018 · 1 comment
Labels
Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@alandonovan
Copy link
Contributor

golang.org/x/tools/go/packages tests are failing on Plan9:
https://build.golang.org/log/a8439e96692e223503e21df34d690fdc2bc75625
Specifically, when TestLoadImportsC loads syscall and net, the package "net [syscall.test]" is not among the loaded set. Disabling test for now. The task of this issue is a principled fix.

@alandonovan alandonovan self-assigned this Aug 20, 2018
@gopherbot gopherbot added this to the Unreleased milestone Aug 20, 2018
@gopherbot
Copy link

Change https://golang.org/cl/129975 mentions this issue: go/packages: disable failing test on plan9

gopherbot pushed a commit to golang/tools that referenced this issue Aug 20, 2018
Updates golang/go#27100

Change-Id: I41528e3635a9d7a68c84c3f089a3b4634469830d
Reviewed-on: https://go-review.googlesource.com/129975
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label Sep 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tools This label describes issues relating to any tools in the x/tools repository.
Projects
None yet
Development

No branches or pull requests

2 participants