qt5base-lts/tests/auto/network/socket
Alex Trotsenko 6c1bc7798b QLocalSocket/Win: destroy the pipe before emitting final signals
Both readChannelFinished() and disconnected() signals should be emitted
after closing the pipe. Otherwise, these signals do not correspond to
the state of the socket and may even be resent, if a slot connected to
one of these signals processes events.

[ChangeLog][QtNetwork][Important Behavior Changes] QLocalSocket on
Windows now emits both readChannelFinished() and disconnected() signals
after closing the pipe and emitting stateChanged(UnconnectedState),
which is consistent with the behavior on Unix.

Pick-to: 6.2
Change-Id: I1cc551b7897fdba3cec1fd6705f5396790818c7d
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2021-07-14 20:48:54 +03:00
..
platformsocketengine CMake: Remove the usage of QT_SOURCE_TREE from tests 2021-07-12 18:56:14 +02:00
qabstractsocket Remove the qmake project files 2021-01-07 15:32:28 +01:00
qhttpsocketengine CMake: Remove the usage of QT_SOURCE_TREE from tests 2021-07-12 18:56:14 +02:00
qlocalsocket QLocalSocket/Win: destroy the pipe before emitting final signals 2021-07-14 20:48:54 +03:00
qsctpsocket Remove the qmake project files 2021-01-07 15:32:28 +01:00
qsocks5socketengine CMake: Remove the usage of QT_SOURCE_TREE from tests 2021-07-12 18:56:14 +02:00
qtcpserver Blacklist tst_QTcpServer::linkLocal on macOS ARM 2021-05-26 21:24:40 +02:00
qtcpsocket Blacklist problematic network auto-tests on macOS ARM 2021-05-26 12:49:56 +02:00
qudpsocket tests: fix deprecated implicit capture of this via [=] 2021-06-30 23:13:28 +02:00
CMakeLists.txt Android: blacklist a list of failing tests for android 2020-11-04 12:27:49 +02:00