Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDNSErrorUnwrap (0.1 sec)

  1. src/net/lookup_test.go

    						time.Sleep(dur)
    						attempts++
    						continue
    					}
    					t.Errorf("unexpected error: %v", err)
    					return
    				}
    			})
    		})
    	}
    }
    
    func TestDNSErrorUnwrap(t *testing.T) {
    	if runtime.GOOS == "plan9" {
    		// The Plan 9 implementation of the resolver doesn't use the Dial function yet. See https://go.dev/cl/409234
    		t.Skip("skipping on plan9")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.4K bytes
    - Viewed (0)
Back to top