go/src/net/tcpsock_unix_test.go

// See golang.org/issue/14548.
func TestTCPSpuriousConnSetupCompletion(t *testing.T) {}

// Issue 19289.
// Test that a canceled Dial does not cause a subsequent Dial to succeed.
func TestTCPSpuriousConnSetupCompletionWithCancel(t *testing.T) {}