qt6-bb10/tests/auto/network/socket
Thiago Macieira 58e4bbc83f tst_QUdpSocket: send two bytes in a datagram
I'm getting an error with WSARecvFrom in nativeBytesAvailable() and I
don't know why. The number of bytes obtained is correct and the test
works for 2 bytes, so let's use that.

The Windows nativeBytesAvailable() function has a comment saying that
WSAIoctl sometimes indicates 1 byte available when there's a pending
error notification, so that function proceeds to do a WSARecvFrom to
peek the number of bytes. Somehow that function in this test is getting
a SOCKET_ERROR I can't explain.

Change-Id: Ic5b19e556e572a72a9df9a405b1fee3b7efb8b24
Reviewed-by: Richard J. Moore <rich@kde.org>
2015-07-17 15:49:32 +00:00
..
platformsocketengine fix usage of wince scope 2015-06-05 10:29:10 +00:00
qabstractsocket Update copyright headers 2015-02-11 06:49:51 +00:00
qhttpsocketengine Update copyright headers 2015-02-11 06:49:51 +00:00
qlocalsocket Skip instead of entirely excluding tests with disabled features 2015-03-16 09:34:15 +00:00
qsocks5socketengine Remove the tests for Ubuntu Oneiric (11.10) 2015-03-17 01:26:13 +00:00
qtcpserver fix usage of wince scope 2015-06-05 10:29:10 +00:00
qtcpsocket fix usage of wince scope 2015-06-05 10:29:10 +00:00
qudpsocket tst_QUdpSocket: send two bytes in a datagram 2015-07-17 15:49:32 +00:00
socket.pro WinRT: Fixed compilation of network autotests and benchmarks 2013-12-06 15:06:47 +01:00