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: implement common.skipIfNoIpv6Localhost #16248

Closed
wants to merge 3 commits into from

Commits on Nov 12, 2017

  1. test: implement common.skipIfNoIpv6Localhost

    Which run the callback with a local host that can be
    resolved to ::1 if available, otherwise skip the test.
    joyeecheung committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    fe78073 View commit details
    Browse the repository at this point in the history
  2. test: make the https connect test more robust

    Use common.skipIfNoIpv6Localhost
    joyeecheung committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    c3c6540 View commit details
    Browse the repository at this point in the history
  3. test: refactor net.connect ipv6 options test

    Use common.skipIfNoIpv6Localhost
    joyeecheung committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    8097bd8 View commit details
    Browse the repository at this point in the history