Closed millerresearch closed 7 hours ago
Related Issues
Related Code Changes
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)
CC @neild
Change https://go.dev/cl/630776 mentions this issue: os: fix failing TestRoot* tests on plan9
Change https://go.dev/cl/630216 mentions this issue: os: fix Root tests on Plan9
Go version
gotip
Output of
go env
in your module/workspace:What did you do?
LUCI tests running on Plan 9 builders.
What did you see happen?
Examples from log on plan9-arm builder:
Also:
What did you expect to see?
The consistency tests are failing because Plan 9 includes a path name in its error strings, so the error returned from invalid operations using different path names will not be the same.
The rename test is failing because Plan 9 only supports renaming files when old and new names are in the same directory.
Note that os tests are also failing in NetBSD after CL 627475, for different reasons.