qt6-bb10/tests/auto/network/access/qnetworkreply
Timur Pocheptsov 91ab70d17f tst_qnetworkreply - QSKIP/disable tests that deadlock on Windows
We use global object to store errors found by q_X509Callback.
Thus, we also use a lock/mutex. It would appear all tests
involving in-process server and QNAM are prone to intermittent
failures on our Windows VMs - it's always about timeouts due
to the client socket (QNAM) locking and the server socket blocking
main thread while trying to acquire the same lock.

The real fix is to get rid of global variable/locking, we'll
have it later (quite a change and requires a lot of accuracy).

Task-number: QTBUG-76247
Change-Id: Iffc90d9e16783f17f62e836e01c35f22681bdd39
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
2019-06-07 06:39:16 +02:00
..
certs Select single-name SSL certificate for test servers using host network 2019-01-28 14:03:34 +00:00
echo Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
test Rework QNetworkReply tests to use docker-based test servers 2018-07-27 17:40:27 +00:00
.gitattributes
.gitignore
BLACKLIST tst_QNetworkReply: Blacklist getFromHttp:success-external 2018-11-21 16:02:52 +00:00
bigfile
element.xml
empty
image1.jpg
image2.jpg
image3.jpg
index.html
qnetworkreply.pro QtNetwork: Remove Windows CE. 2016-03-29 20:28:18 +00:00
qnetworkreply.qrc
resource
rfc3252.txt
smb-file.txt
testserver_index.html Rework QNetworkReply tests to use docker-based test servers 2018-07-27 17:40:27 +00:00
tst_qnetworkreply.cpp tst_qnetworkreply - QSKIP/disable tests that deadlock on Windows 2019-06-07 06:39:16 +02:00