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/gopls: reenable tests suppressed due to lack of build{ssa,ir} support for range-over-func or gotypesalias=1 #67262

Open
adonovan opened this issue May 8, 2024 · 2 comments
Labels
gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@adonovan
Copy link
Member

adonovan commented May 8, 2024

A number of gopls tests have been skipped. We shouldn't forget to reenable them when the upstream issues are fixed.

Pending CL adding SSA support for range-over-func:

Upstream issues:

@adonovan adonovan added this to the gopls/v0.16.0 milestone May 8, 2024
@gopherbot gopherbot added the gopls Issues related to the Go language server, gopls. label May 8, 2024
@gopherbot
Copy link

Change https://go.dev/cl/584395 mentions this issue: gopls/internal/test/integration/misc: disable staticcheck test

@seankhliao seankhliao changed the title gopls: reenable tests suppressed due to lack of build{ssa,ir} support for range-over-func or gotypesalias=1 x/tools/gopls: reenable tests suppressed due to lack of build{ssa,ir} support for range-over-func or gotypesalias=1 May 8, 2024
@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label May 8, 2024
gopherbot pushed a commit to golang/tools that referenced this issue May 8, 2024
Until staticcheck supports range-over-func, gopls won't attempt
to run it on packages that use range-over-func, which is about to
be nearly all packages. Our existing tests will not work.
So, disable them for now.

Updates dominikh/go-tools#1494
Updates golang/go#67262

Change-Id: Ia498b6122cbb7d3797d5d552acbbf0b3dc736eb9
Reviewed-on: https://go-review.googlesource.com/c/tools/+/584395
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Alan Donovan <adonovan@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
@gopherbot
Copy link

Change https://go.dev/cl/584298 mentions this issue: gopls/internal/test/integration/misc: disable another staticcheck test

gopherbot pushed a commit to golang/tools that referenced this issue May 8, 2024
I missed a test in CL 584395.

Updates golang/go#67262

Change-Id: I9edbaf46cd148631925d7d70d64cfff4eb7ff660
Reviewed-on: https://go-review.googlesource.com/c/tools/+/584298
Reviewed-by: Tim King <taking@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Alan Donovan <adonovan@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gopls Issues related to the Go language server, gopls. 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