-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: TestScript fails on Windows, macOS with case-sensitive filesystem #30432
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
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
OS-Darwin
OS-Windows
Testing
An issue that has been verified to require only test changes, not just a test failure.
Milestone
Comments
Change https://golang.org/cl/361814 mentions this issue: |
gopherbot
pushed a commit
that referenced
this issue
Nov 5, 2021
For #30432 Change-Id: I84f208705483018559b425b3669e724e7d5627ee Reviewed-on: https://go-review.googlesource.com/c/go/+/361814 Trust: Bryan C. Mills <bcmills@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
@bcmills Thank you! I checked this issue is fixed in master branch (9e6ad46). Note: all.bash still fails in
filed: #49435 |
Thanks for confirming! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
OS-Darwin
OS-Windows
Testing
An issue that has been verified to require only test changes, not just a test failure.
My mac's disk is formatted with APFS that is case-sensitive variant.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, bd98628 can reproduce this.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
I expect all tests are passed.
What did you see instead?
The text was updated successfully, but these errors were encountered: