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

net: TestProtocolDialError failing on Plan 9 #17761

Closed
0intro opened this issue Nov 3, 2016 · 1 comment
Closed

net: TestProtocolDialError failing on Plan 9 #17761

0intro opened this issue Nov 3, 2016 · 1 comment

Comments

@0intro
Copy link
Member

0intro commented Nov 3, 2016

After implementing Dial(":80) on Plan 9 (issue #17760), TestProtocolDialError
is failing on Plan 9 because connecting to port > 65535 is allowed on Plan 9.

--- FAIL: TestProtocolDialError (0.02s)
	error_test.go:200: udp: should fail
@0intro 0intro added the OS-Plan9 label Nov 3, 2016
@0intro 0intro added this to the Go1.8Maybe milestone Nov 3, 2016
@0intro 0intro self-assigned this Nov 3, 2016
@gopherbot
Copy link

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

@golang golang locked and limited conversation to collaborators Nov 3, 2017
@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