-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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/go: TestScript/build_acl_windows fails on windows-arm builder #30711
Comments
The difference is probably due to the more restricted environment for script tests. The setup for that environment is here: Lines 101 to 132 in fd080ea
Given the generally shaky state of the windows-arm builder, I'm inclined to add a skip until the test is fixed rather than roll back the change. |
Looks like Line 61 in fd080ea
|
I agree, this could well be the problem here. It just we don't know which environment variable must not be skipped.
I don't see what you you mean by that. script_test.go uses standard os/exec package to implement everything - it should just work. No? Alex |
Change https://golang.org/cl/167778 mentions this issue: |
Updates #30711 Change-Id: I280f7effaf488d5d9908d9d0cd1e0e99c22f91ca Reviewed-on: https://go-review.googlesource.com/c/go/+/167778 Reviewed-by: Brad Fitzpatrick <[email protected]> Run-TryBot: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
Change https://golang.org/cl/168859 mentions this issue: |
windows-arm builders seems to be broken
https://build.golang.org/log/2579a41ab2b6bafce55876919188aa9933e746d2
with
Probably since https://go-review.googlesource.com/c/go/+/165752 was submitted.
The error message is not very helpful. And I do not have windows-arm computer to debug. @jordanrh1 can you, please, help to debug this? Thank you.
Alternatively, maybe we could revert CL 165752 ? Leaving for @bcmills to decide.
Alex
The text was updated successfully, but these errors were encountered: