qt5base-lts/tests/auto/network/socket
Joerg Bornemann 2b2232b5ea Speed up tst_QLocalSocket::sendData
The data function for this test re-used listenAndConnect_data that
has an additional column "connections" which was never used in sendData.
Thus sendData executed three times the same code which is just uselessly
burned CI time.
Copied the actually needed code of listenAndConnect_data to sendData_data.

Change-Id: I6cdb1c1b72cb4ce7be7c13e90eea30ac09a14914
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
2016-03-03 08:25:04 +00:00
..
platformsocketengine Autotest: Print errno in case of failure 2015-08-22 22:26:27 +00:00
qabstractsocket Move the socket test to an appropriate file 2015-02-23 16:33:54 +00:00
qhttpsocketengine QHttpSocketEngine: ensure pending EOF triggers a notification 2016-01-18 11:08:34 +00:00
qlocalsocket Speed up tst_QLocalSocket::sendData 2016-03-03 08:25:04 +00:00
qsocks5socketengine QAbstractSocketEngine: introduce QIpPacketHeader for datagrams 2015-08-22 22:26:23 +00:00
qtcpserver tests/auto/network: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 04:29:33 +00:00
qtcpsocket Merge remote-tracking branch 'origin/5.5' into 5.6 2016-01-19 10:03:01 +01:00
qudpsocket tst_qudpsocket::multicast - blacklist several combinations 2015-10-30 22:01:50 +00:00
socket.pro WinRT: Fixed compilation of network autotests and benchmarks 2013-12-06 15:06:47 +01:00