-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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/compile/internal/logopt: TestLogOpt/Copy fails with 'Access is denied.' error #38251
Comments
Just briefly looking at the error. It looks like this test is creating directory in my Windows directory ( Alex |
#10719 (non-root builder for Linux) is somewhat related. |
Change https://golang.org/cl/227339 mentions this issue: |
I'm still seeing this failure:
|
Change https://golang.org/cl/227497 mentions this issue: |
The test was not preserving temporary directory flags leading to a failure on windows with: mkdir C:\WINDOWS\go-build315158903: Access is denied. Fixes #38251 Change-Id: I6ee31b31e84b7f6e75ea6ee0f3b8c094835bf5d2 Reviewed-on: https://go-review.googlesource.com/c/go/+/227497 Reviewed-by: David Chase <[email protected]>
Change https://golang.org/cl/227802 mentions this issue: |
…irectory" This reverts commit 9853481. Reason for revert: The change does not really fixes issue #38251. CL 227497 is real fix. Change-Id: I9f556005baf1de968f059fb8dad89dae05330aa6 Reviewed-on: https://go-review.googlesource.com/c/go/+/227802 Run-TryBot: Alex Brainman <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: David Chase <[email protected]>
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
I don't know.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I run
go test -short cmd/compile/internal/logopt
command.
What did you expect to see?
I expected command to succeed.
What did you see instead?
Test fails with:
I was able to bisect this failure to
/cc @dr2chase and @cherrymui
Alex
The text was updated successfully, but these errors were encountered: