We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In CL 41311, TestSeekError was added. This test doesn't build on Plan 9, because syscall.ESPIPE is not defined on Plan 9.
# os_test go/src/os/os_test.go:1303:54: undefined: syscall.ESPIPE go/src/os/os_test.go:1310:54: undefined: syscall.ESPIPE FAIL os [build failed]
See https://build.golang.org/log/63a995481353bfe2e34a5352419ffbaa6f8b3f03
The text was updated successfully, but these errors were encountered:
8a07469
No branches or pull requests
In CL 41311, TestSeekError was added. This test doesn't build on Plan 9, because syscall.ESPIPE is not defined on Plan 9.
See https://build.golang.org/log/63a995481353bfe2e34a5352419ffbaa6f8b3f03
The text was updated successfully, but these errors were encountered: