Skip to content

cctest: Fix cctest failure on windows

Rodrigo Muino Tomonari requested to merge github/fork/MSLaguana/patch-1 into master

Linux converts the ipv6 address "::" to "::1", while windows does not. By explicitly using "::1" in the test we allow it to succeed on windows.

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

cctest

Merge request reports

Loading