-
Notifications
You must be signed in to change notification settings - Fork 18k
x/tools/go/analysis/unitchecker,slices: TestVetStdlib
failing due to vet errors in panic tests
#64978
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
Comments
Sorry, I did it again: I forgot that any change to the behavior of vet needs more thorough rollout. Will fix presently. |
Change https://go.dev/cl/554196 mentions this issue: |
This will otherwise trigger an "unusedresult" vet check. Fixes golang#64978 Change-Id: Ie19aded0f808d394f389452c3ff7f3edc1ed710d Reviewed-on: https://go-review.googlesource.com/c/go/+/554196 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Bryan Mills <bcmills@google.com>
Fixed in https://go.dev/cl/554196. |
@gopherbot Please backport to Go 1.21. This is a test-only fix that'll fix longtest builders. |
Backport issue(s) opened: #65023 (for 1.21). Remember to create the cherry-pick CL(s) as soon as the patch is submitted to master, according to https://go.dev/wiki/MinorReleases. |
Change https://go.dev/cl/554756 mentions this issue: |
…nctions This will otherwise trigger an "unusedresult" vet check. For #64978. Fixes #65023. Fixes #60058. Change-Id: Ie19aded0f808d394f389452c3ff7f3edc1ed710d Reviewed-on: https://go-review.googlesource.com/c/go/+/554196 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Bryan Mills <bcmills@google.com> (cherry picked from commit 8088b6d) Reviewed-on: https://go-review.googlesource.com/c/go/+/554756 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Alan Donovan <adonovan@google.com>
This will otherwise trigger an "unusedresult" vet check. Fixes golang#64978 Change-Id: Ie19aded0f808d394f389452c3ff7f3edc1ed710d Reviewed-on: https://go-review.googlesource.com/c/go/+/554196 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Bryan Mills <bcmills@google.com>
Go version
8db1310
Output of
go env
in your module/workspace:What did you do?
https://build.golang.org/log/2ee364aaab909e8dcc3be5bd1c45c1aa12dc8151
What did you see happen?
What did you expect to see?
All tests passing. (I believe this can be fixed by explicitly assigning to
_
in the panic tests inslices_test.go
.)The text was updated successfully, but these errors were encountered: