os: TestOpenError fails on some plan9 builders #70440
Labels
FixPending
Issues that have a fix which has not yet been reviewed or submitted.
NeedsFix
The path to resolution is known, but the work has not been done.
OS-Plan9
Milestone
Go version
gotip
Output of
go env
in your module/workspace:What did you do?
LUCI tests, for example
ci/gotip-plan9-386
What did you see happen?
Example log:
What did you expect to see?
Different Plan 9 file servers return different error strings (some arguably incorrect) when a process attempts to write to a directory.
TestOpenError
changed in CL 620157 to use a directory in/tmp
instead of using the root file system. This may fail on Plan 9, depending on which file server is used to provide `/tmp'.The test already has a special case for Plan 9's idiosyncratic error messages, but needs to allow for more possibilities.
The text was updated successfully, but these errors were encountered: