qt5base-lts/tests/auto/network/socket
Shane Kearns 450962be95 Fix platformsocketengine test failures
The platformsocketengine autotest uses the native socket engine directly
rather than through QAbstractSocket. The bind tests were failing because
the autotest was creating a socket with IPv4 (AF_INET) and then binding
with QHostAddress::Any (AF_INET6).
A linux kernel update caused this to start failing on the test machines.

Change-Id: Iea62f3d56dbfb35fcb952dcf00313578eb2bd764
Reviewed-by: Peter Hartmann <peter.hartmann@nokia.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
2011-10-12 16:17:45 +02:00
..
platformsocketengine Fix platformsocketengine test failures 2011-10-12 16:17:45 +02:00
qabstractsocket Remove Symbian-specific code from tests. 2011-09-29 06:41:42 +02:00
qhttpsocketengine Remove Symbian-specific code from tests. 2011-09-29 06:41:42 +02:00
qlocalsocket Avoid using QSKIP in lieu of compile-time checks 2011-10-04 06:01:38 +02:00
qsocks5socketengine Remove Symbian-specific code from tests. 2011-09-29 06:41:42 +02:00
qtcpserver Avoid using QSKIP in lieu of compile-time checks 2011-10-04 06:01:38 +02:00
qtcpsocket Avoid using QSKIP in lieu of compile-time checks 2011-10-04 06:01:38 +02:00
qudpsocket Avoid using QSKIP in lieu of compile-time checks 2011-10-04 06:01:38 +02:00
socket.pro Moved network autotests into new directory structure 2011-09-09 09:32:17 +02:00