Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestProtocolDialError (0.17 sec)

  1. src/net/error_test.go

    			if c != nil {
    				t.Errorf("Dial returned non-nil interface %T(%v) with err != nil", c, c)
    			}
    			if err = parseDialError(err); err != nil {
    				t.Error(err)
    			}
    		})
    	}
    }
    
    func TestProtocolDialError(t *testing.T) {
    	switch runtime.GOOS {
    	case "solaris", "illumos":
    		t.Skipf("not supported on %s", runtime.GOOS)
    	}
    
    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