What version of Go are you using (go version)?
go version go1.17.9 zos/s390x
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (go env)?
go env Output
$ go env
GOARCH="s390x"
GOOS="zos"
What did you do?
Attempted to run the ReadDirent test cases.
What did you expect to see?
all tests should complete
What did you see instead?
ReadDirent not implemented