os: TestFileChdir fail when GOROOT is a symbolic link #64281
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Testing
An issue that has been verified to require only test changes, not just a test failure.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
GOROOT is a symbolic link.
go tool dist test -run=os
What did you expect to see?
test pass.
What did you see instead?
--- FAIL: TestFileChdir (0.00s)
os_test.go:1624: fd.Chdir failed, got D:\go\gotip\src\os, want C:\Users\26454.go\current\src\os
FAIL
FAIL os 10.859s
FAIL
The text was updated successfully, but these errors were encountered: