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/exec: tests doesn't build on Plan 9 #19114

Closed
0intro opened this issue Feb 15, 2017 · 3 comments
Closed

os/exec: tests doesn't build on Plan 9 #19114

0intro opened this issue Feb 15, 2017 · 3 comments

Comments

@0intro
Copy link
Member

0intro commented Feb 15, 2017

Since CL 36800, the os/exec tests doesn't build anymore on Plan 9.
It happens because poll.PollDescriptor is not defined on Plan 9.

# os/exec_test
go/src/os/exec/exec_test.go:380: undefined: poll.PollDescriptor
go/src/os/exec/exec_test.go:740: undefined: poll.PollDescriptor
FAIL	os/exec [build failed]

See https://build.golang.org/log/8dad14ea8ba744cda507490c6267a7665c6021d7

@0intro 0intro added this to the Go1.9Early milestone Feb 15, 2017
@0intro 0intro self-assigned this Feb 15, 2017
@ianlancetaylor
Copy link
Contributor

CL 37106.

@gopherbot
Copy link

CL https://golang.org/cl/37107 mentions this issue.

@gopherbot
Copy link

CL https://golang.org/cl/37106 mentions this issue.

@golang golang locked and limited conversation to collaborators Feb 15, 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

3 participants