yes.
Test passed.
--- FAIL: TestNonpollableDeadline (0.00s)
timeout_test.go:38: SetDeadline on file returned <nil>, wanted file type does not support deadline
timeout_test.go:41: SetReadDeadline on file returned <nil>, wanted file type does not support deadline
timeout_test.go:44: SetWriteDeadline on file returned <nil>, wanted file type does not support deadline
FAIL
FAIL os 2.353s
What version of Go are you using (
go version)?Does this issue reproduce with the latest release?
yes.
What operating system and processor architecture are you using (
go env)?go envOutputWhat did you do?
What did you expect to see?
Test passed.
What did you see instead?