We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The test TestCaseCollisions in cmd/go/go_test.go in http://golang.org/cl/10809 fails on Windows. A call to os.RemoveAll of a directory fails with
remove C:\Users\WINGOP~1\AppData\Local\Temp\gotest203717703\src\example: The directory is not empty.
This directory holds subdirectories whose names are the same except for case: pkg and Pkg.
I will skip the test on Windows, but to recreate the problem, it should work to simply remove the skip.
The text was updated successfully, but these errors were encountered:
Skip the test. I will investigate what is going on.
FYI. You cannot remove executable file if it is still executing.
Alex
Sorry, something went wrong.
I think it is a bug in http://golang.org/cl/10809. I commented there.
Argh, thanks.
No branches or pull requests
The test TestCaseCollisions in cmd/go/go_test.go in http://golang.org/cl/10809 fails on Windows. A call to os.RemoveAll of a directory fails with
remove C:\Users\WINGOP~1\AppData\Local\Temp\gotest203717703\src\example: The directory is not empty.
This directory holds subdirectories whose names are the same except for case: pkg and Pkg.
I will skip the test on Windows, but to recreate the problem, it should work to simply remove the skip.
The text was updated successfully, but these errors were encountered: