Skip to content
New issue

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

os: TestSeekError doesn't build on Plan 9 #20078

Closed
0intro opened this issue Apr 22, 2017 · 0 comments
Closed

os: TestSeekError doesn't build on Plan 9 #20078

0intro opened this issue Apr 22, 2017 · 0 comments

Comments

@0intro
Copy link
Member

0intro commented Apr 22, 2017

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

@0intro 0intro added this to the Go1.9Early milestone Apr 22, 2017
@0intro 0intro self-assigned this Apr 22, 2017
@golang golang locked and limited conversation to collaborators Apr 22, 2018
@rsc rsc unassigned 0intro Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants