Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: accept EPROTONOSUPPORT ipv6 error #733

Merged
merged 1 commit into from
Feb 5, 2015

Commits on Feb 5, 2015

  1. test: accept EPROTONOSUPPORT ipv6 error

    The IPv6 test in parallel/test-dgram-error-message-address may fail
    when the host system has disabled IPv6, as is the case on our FreeBSD
    machines.  The test already accepted EAFNOSUPPORT as of commit 5ba307a,
    now make it accept EPROTONOSUPPORT as well.
    
    I'm not exactly thrilled by the profusion of error codes but they are
    all legitimate.
    
    PR-URL: nodejs#733
    Reviewed-By: Fedor Indutny <[email protected]>
    bnoordhuis committed Feb 5, 2015
    Configuration menu
    Copy the full SHA
    62512bb View commit details
    Browse the repository at this point in the history