Skip to content

test: skip IPv6 test on non-IPv6 systems

Rodrigo Muino Tomonari requested to merge github/fork/Trott/ipv6-check into master

Until recently, test-dgram-address would fail on machines without IPv6 but still exit with a successful return code. (It would console.log() the error but not actually fail.)

Now that the test has been updated such that it will fail the IPv6 part of the test if there is an error event emitted by the socket, skip the test on systems not equipped with IPv6.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test dgram

Merge request reports

Loading