Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDialError (0.11 sec)

  1. src/net/error_test.go

    	{"udp", JoinHostPort("127.0.0.1", "123456789")},
    	{"ip:icmp", "127.0.0.1"},
    
    	{"unix", "/path/to/somewhere"},
    	{"unixgram", "/path/to/somewhere"},
    	{"unixpacket", "/path/to/somewhere"},
    }
    
    func TestDialError(t *testing.T) {
    	switch runtime.GOOS {
    	case "plan9":
    		t.Skipf("%s does not have full support of socktest", runtime.GOOS)
    	}
    
    	origTestHookLookupIP := testHookLookupIP
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 18 17:20:52 UTC 2023
    - 20.3K bytes
    - Viewed (0)
Back to top