]> Cypherpunks repositories - gostls13.git/commit
net: remove noisy test for issue 3590
authorDave Cheney <dave@cheney.net>
Wed, 13 Feb 2013 23:11:16 +0000 (10:11 +1100)
committerDave Cheney <dave@cheney.net>
Wed, 13 Feb 2013 23:11:16 +0000 (10:11 +1100)
commit8c30b3f038fe140d7f05ebe60d090e1d4a2eb3b5
treed88aba42423fbf8cc2e348eb68e58b245cc7666b
parentee9d148ce159581dfd0005dede6c56d1d4afeafe
net: remove noisy test for issue 3590

The test for issue 3590 causes an error to be printed to stderr when run (although the error is obscured during go test std). This is confusing for people who get breakage in the net package as the error is harmless and most likely unrelated to their build breakage.

Given the way the test works, by reaching into the guts of the netFD, I can't see a way to silence the error without adding a bunch of code to support the test, therefore I am suggesting the test be removed before Go 1.1 ships.

R=alex.brainman, mikioh.mikioh, rsc
CC=golang-dev
https://golang.org/cl/7307110
src/pkg/net/fd_unix_test.go