os: TestRootConsistency* and TestRootRaceRenameDir fail on Plan 9 after CL 627475 #70484
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-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.
The text was updated successfully, but these errors were encountered: