-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: use w64devkit 1.23.0 , TestScript/list_pkgconfig_error fail #68283
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
Related Issues
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.) |
Adding some detail: The pkg-config implementation in question is u-config, and the test failure isn't specific to Windows. It fails unless standard error includes a very specific error string (
While u-config does this, which doesn't match:
|
FIxes golang#68283 Change-Id: I0b456463d9dd7206dd1ed3ed3b3d7a18762cd95d
Change https://go.dev/cl/596935 mentions this issue: |
Change https://go.dev/cl/616336 mentions this issue: |
…nfig_error" This reverts commit 906338f. Reason for revert: break gotip-linux-loong64 builder. Fixes #69651 Updates #68283 Change-Id: I909b52ed0fd999e21c00c1d9d80d7fe2fd4898a1 Reviewed-on: https://go-review.googlesource.com/c/go/+/616336 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: David Chase <[email protected]> Reviewed-by: Michael Matloob <[email protected]>
Change https://go.dev/cl/616339 mentions this issue: |
Fixes #68283 Change-Id: I63bd128bd10565ce16a13b5a60d813368db26f26 Reviewed-on: https://go-review.googlesource.com/c/go/+/616339 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Matloob <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Michael Knyszek <[email protected]>
Go version
go version devel go1.23-beaf7f32 Mon Jun 10 22:06:47 2024 +0000 windows/amd64
Output of
go env
in your module/workspace:What did you do?
use w64devkit 1.23.0 , from https://github.com/skeeto/w64devkit/releases/tag/v1.23.0 get.
run
go test -short -run=TestScript/list_pkgconfig_error cmd/go
What did you see happen?
What did you expect to see?
test pass.
The text was updated successfully, but these errors were encountered: