********* Start testing of tst_QTcpServer *********
Config: Using QtTest library 6.10.1, Qt 6.10.1 (arm64-little_endian-lp64 shared (dynamic) release build; by Apple LLVM 16.0.0 (clang-1600.0.26.3)), macos 14.3.0
PASS   : tst_QTcpServer::initTestCase()
PASS   : tst_QTcpServer::getSetCheck(WithoutProxy)
PASS   : tst_QTcpServer::getSetCheck(WithSocks5Proxy)
PASS   : tst_QTcpServer::constructing(WithoutProxy)
PASS   : tst_QTcpServer::constructing(WithSocks5Proxy)
PASS   : tst_QTcpServer::clientServerLoop(WithoutProxy)
PASS   : tst_QTcpServer::clientServerLoop(WithSocks5Proxy)
BPASS  : tst_QTcpServer::ipv6Server(WithoutProxy)
PASS   : tst_QTcpServer::ipv6Server(WithSocks5Proxy)
PASS   : tst_QTcpServer::dualStack(WithoutProxy:any)
PASS   : tst_QTcpServer::dualStack(WithoutProxy:anyIPv4)
PASS   : tst_QTcpServer::dualStack(WithoutProxy:anyIPv6)
SKIP   : tst_QTcpServer::dualStack(WithSocks5Proxy:any) test server proxy doesn't support ipv6
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(314)]
SKIP   : tst_QTcpServer::dualStack(WithSocks5Proxy:anyIPv4) test server proxy doesn't support ipv6
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(314)]
SKIP   : tst_QTcpServer::dualStack(WithSocks5Proxy:anyIPv6) test server proxy doesn't support ipv6
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(314)]
PASS   : tst_QTcpServer::ipv6ServerMapped(WithoutProxy)
PASS   : tst_QTcpServer::ipv6ServerMapped(WithSocks5Proxy)
PASS   : tst_QTcpServer::crashTests(WithoutProxy)
PASS   : tst_QTcpServer::crashTests(WithSocks5Proxy)
PASS   : tst_QTcpServer::maxPendingConnections(WithoutProxy)
SKIP   : tst_QTcpServer::maxPendingConnections(WithSocks5Proxy) With socks5 only 1 connection is allowed ever
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(387)]
PASS   : tst_QTcpServer::listenError(WithoutProxy)
SKIP   : tst_QTcpServer::listenError(WithSocks5Proxy) With socks5 we can not make hard requirements on the address or port
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(436)]
PASS   : tst_QTcpServer::waitForConnectionTest(WithoutProxy)
SKIP   : tst_QTcpServer::waitForConnectionTest(WithSocks5Proxy) Localhost servers don't work well with SOCKS5
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(486)]
PASS   : tst_QTcpServer::setSocketDescriptor(WithoutProxy)
PASS   : tst_QTcpServer::setSocketDescriptor(WithSocks5Proxy)
PASS   : tst_QTcpServer::listenWhileListening(WithoutProxy)
PASS   : tst_QTcpServer::listenWhileListening(WithSocks5Proxy)
QDEBUG : tst_QTcpServer::addressReusable(WithoutProxy) Got port 53208
PASS   : tst_QTcpServer::addressReusable(WithoutProxy)
SKIP   : tst_QTcpServer::addressReusable(WithSocks5Proxy) With socks5 this test does not make senans at the momment
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(585)]
PASS   : tst_QTcpServer::setNewSocketDescriptorBlocking(WithoutProxy)
SKIP   : tst_QTcpServer::setNewSocketDescriptorBlocking(WithSocks5Proxy) With socks5 we can not make the socket descripter blocking
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(629)]
PASS   : tst_QTcpServer::invalidProxy(WithoutProxy:ftp-proxy)
PASS   : tst_QTcpServer::invalidProxy(WithoutProxy:http-proxy)
PASS   : tst_QTcpServer::invalidProxy(WithoutProxy:no-such-host)
PASS   : tst_QTcpServer::invalidProxy(WithoutProxy:socks5-on-http)
PASS   : tst_QTcpServer::invalidProxy(WithSocks5Proxy:ftp-proxy)
PASS   : tst_QTcpServer::invalidProxy(WithSocks5Proxy:http-proxy)
PASS   : tst_QTcpServer::invalidProxy(WithSocks5Proxy:no-such-host)
PASS   : tst_QTcpServer::invalidProxy(WithSocks5Proxy:socks5-on-http)
PASS   : tst_QTcpServer::proxyFactory(WithoutProxy:socks5)
PASS   : tst_QTcpServer::proxyFactory(WithoutProxy:cachinghttp+socks5)
PASS   : tst_QTcpServer::proxyFactory(WithoutProxy:http)
PASS   : tst_QTcpServer::proxyFactory(WithoutProxy:cachinghttp)
PASS   : tst_QTcpServer::proxyFactory(WithSocks5Proxy:socks5)
PASS   : tst_QTcpServer::proxyFactory(WithSocks5Proxy:cachinghttp+socks5)
PASS   : tst_QTcpServer::proxyFactory(WithSocks5Proxy:http)
PASS   : tst_QTcpServer::proxyFactory(WithSocks5Proxy:cachinghttp)
PASS   : tst_QTcpServer::qtbug14268_peek(WithoutProxy)
PASS   : tst_QTcpServer::qtbug14268_peek(WithSocks5Proxy)
PASS   : tst_QTcpServer::serverAddress(WithoutProxy:Any)
PASS   : tst_QTcpServer::serverAddress(WithoutProxy:AnyIPv4)
PASS   : tst_QTcpServer::serverAddress(WithoutProxy:AnyIPv6)
PASS   : tst_QTcpServer::serverAddress(WithoutProxy:127.0.0.1)
PASS   : tst_QTcpServer::serverAddress(WithoutProxy:::1)
PASS   : tst_QTcpServer::serverAddress(WithoutProxy:fe80::1%lo0)
PASS   : tst_QTcpServer::serverAddress(WithoutProxy:fe80::143b:ef0b:b038:a35c%en0)
PASS   : tst_QTcpServer::serverAddress(WithoutProxy:10.215.161.163)
PASS   : tst_QTcpServer::serverAddress(WithoutProxy:fe80::6d5e:e15e:b63:7115%utun0)
PASS   : tst_QTcpServer::serverAddress(WithoutProxy:fe80::202e:5157:3c2:ac76%utun1)
PASS   : tst_QTcpServer::serverAddress(WithoutProxy:fe80::ce81:b1c:bd2c:69e%utun2)
PASS   : tst_QTcpServer::serverAddress(WithoutProxy:fe80::16a4:d2bf:160b:6a5b%utun3)
PASS   : tst_QTcpServer::serverAddress(WithSocks5Proxy:Any)
PASS   : tst_QTcpServer::serverAddress(WithSocks5Proxy:AnyIPv4)
PASS   : tst_QTcpServer::serverAddress(WithSocks5Proxy:AnyIPv6)
PASS   : tst_QTcpServer::serverAddress(WithSocks5Proxy:127.0.0.1)
PASS   : tst_QTcpServer::serverAddress(WithSocks5Proxy:::1)
PASS   : tst_QTcpServer::serverAddress(WithSocks5Proxy:fe80::1%lo0)
PASS   : tst_QTcpServer::serverAddress(WithSocks5Proxy:fe80::143b:ef0b:b038:a35c%en0)
PASS   : tst_QTcpServer::serverAddress(WithSocks5Proxy:10.215.161.163)
PASS   : tst_QTcpServer::serverAddress(WithSocks5Proxy:fe80::6d5e:e15e:b63:7115%utun0)
PASS   : tst_QTcpServer::serverAddress(WithSocks5Proxy:fe80::202e:5157:3c2:ac76%utun1)
PASS   : tst_QTcpServer::serverAddress(WithSocks5Proxy:fe80::ce81:b1c:bd2c:69e%utun2)
PASS   : tst_QTcpServer::serverAddress(WithSocks5Proxy:fe80::16a4:d2bf:160b:6a5b%utun3)
PASS   : tst_QTcpServer::qtbug6305(WithoutProxy:Any)
PASS   : tst_QTcpServer::qtbug6305(WithoutProxy:AnyIPv4)
PASS   : tst_QTcpServer::qtbug6305(WithoutProxy:AnyIPv6)
PASS   : tst_QTcpServer::qtbug6305(WithoutProxy:127.0.0.1)
PASS   : tst_QTcpServer::qtbug6305(WithoutProxy:::1)
PASS   : tst_QTcpServer::qtbug6305(WithoutProxy:fe80::1%lo0)
PASS   : tst_QTcpServer::qtbug6305(WithoutProxy:fe80::143b:ef0b:b038:a35c%en0)
PASS   : tst_QTcpServer::qtbug6305(WithoutProxy:10.215.161.163)
PASS   : tst_QTcpServer::qtbug6305(WithoutProxy:fe80::6d5e:e15e:b63:7115%utun0)
PASS   : tst_QTcpServer::qtbug6305(WithoutProxy:fe80::202e:5157:3c2:ac76%utun1)
PASS   : tst_QTcpServer::qtbug6305(WithoutProxy:fe80::ce81:b1c:bd2c:69e%utun2)
PASS   : tst_QTcpServer::qtbug6305(WithoutProxy:fe80::16a4:d2bf:160b:6a5b%utun3)
PASS   : tst_QTcpServer::qtbug6305(WithSocks5Proxy:Any)
PASS   : tst_QTcpServer::qtbug6305(WithSocks5Proxy:AnyIPv4)
PASS   : tst_QTcpServer::qtbug6305(WithSocks5Proxy:AnyIPv6)
PASS   : tst_QTcpServer::qtbug6305(WithSocks5Proxy:127.0.0.1)
PASS   : tst_QTcpServer::qtbug6305(WithSocks5Proxy:::1)
PASS   : tst_QTcpServer::qtbug6305(WithSocks5Proxy:fe80::1%lo0)
PASS   : tst_QTcpServer::qtbug6305(WithSocks5Proxy:fe80::143b:ef0b:b038:a35c%en0)
PASS   : tst_QTcpServer::qtbug6305(WithSocks5Proxy:10.215.161.163)
PASS   : tst_QTcpServer::qtbug6305(WithSocks5Proxy:fe80::6d5e:e15e:b63:7115%utun0)
PASS   : tst_QTcpServer::qtbug6305(WithSocks5Proxy:fe80::202e:5157:3c2:ac76%utun1)
PASS   : tst_QTcpServer::qtbug6305(WithSocks5Proxy:fe80::ce81:b1c:bd2c:69e%utun2)
PASS   : tst_QTcpServer::qtbug6305(WithSocks5Proxy:fe80::16a4:d2bf:160b:6a5b%utun3)
QDEBUG : tst_QTcpServer::linkLocal(WithoutProxy) QHostAddress("fe80::1%lo0")
QDEBUG : tst_QTcpServer::linkLocal(WithoutProxy) QHostAddress("fe80::143b:ef0b:b038:a35c%en0")
BPASS  : tst_QTcpServer::linkLocal(WithoutProxy)
BPASS  : tst_QTcpServer::linkLocal(WithSocks5Proxy)
PASS   : tst_QTcpServer::eagainBlockingAccept(WithoutProxy)
PASS   : tst_QTcpServer::eagainBlockingAccept(WithSocks5Proxy)
QWARN  : tst_QTcpServer::canAccessPendingConnectionsWhileNotListening(WithoutProxy) QTcpServer::nextPendingConnection() called while not listening
PASS   : tst_QTcpServer::canAccessPendingConnectionsWhileNotListening(WithoutProxy)
QWARN  : tst_QTcpServer::canAccessPendingConnectionsWhileNotListening(WithSocks5Proxy) QTcpServer::nextPendingConnection() called while not listening
PASS   : tst_QTcpServer::canAccessPendingConnectionsWhileNotListening(WithSocks5Proxy)
PASS   : tst_QTcpServer::pauseAccepting(WithoutProxy)
XFAIL  : tst_QTcpServer::pauseAccepting(WithSocks5Proxy) The socks proxy does weird things after accepting the first connection
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(1080)]
PASS   : tst_QTcpServer::pauseAccepting(WithSocks5Proxy)
PASS   : tst_QTcpServer::pendingConnectionAvailable(WithoutProxy:QTcpServer)
PASS   : tst_QTcpServer::pendingConnectionAvailable(WithoutProxy:DerivedServer)
SKIP   : tst_QTcpServer::pendingConnectionAvailable(WithSocks5Proxy:QTcpServer) This feature does not differentiate with or without proxy
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(1126)]
SKIP   : tst_QTcpServer::pendingConnectionAvailable(WithSocks5Proxy:DerivedServer) This feature does not differentiate with or without proxy
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp(1126)]
PASS   : tst_QTcpServer::cleanupTestCase()
Totals: 99 passed, 0 failed, 10 skipped, 3 blacklisted, 25198ms
********* Finished testing of tst_QTcpServer *********
