qt5base-lts/tests/auto/network/socket/platformsocketengine
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
..
.gitignore Moved network autotests into new directory structure 2011-09-09 09:32:17 +02:00
platformsocketengine.pri Moved network autotests into new directory structure 2011-09-09 09:32:17 +02:00
platformsocketengine.pro Remove Symbian-specific code from tests. 2011-09-29 06:41:42 +02:00
tst_platformsocketengine.cpp Fix platformsocketengine test failures 2011-10-12 16:17:45 +02:00