qt6-bb10/tests/auto/network/access
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
..
hpack Hpack - fix the static lookup 2019-03-04 16:18:14 +00:00
hsts Auto-tests: remove unneeded 'gui' from QT variable 2018-04-18 14:22:26 +00:00
http2 Merge remote-tracking branch 'origin/5.12' into 5.13 2019-04-10 01:00:08 +02:00
qabstractnetworkcache Network cache: Stop treating no-cache like no-store 2019-03-22 13:25:54 +00:00
qftp tests/auto/network: Avoid unconditional qWait()s 2018-05-08 12:35:40 +00:00
qhttpnetworkconnection
qhttpnetworkreply Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
qnetworkaccessmanager QNetworkReply: fix isFinished() for disabled replies 2018-03-17 08:38:29 +00:00
qnetworkcachemetadata
qnetworkcookie
qnetworkcookiejar tst_qnetworkcookiejar: fix build for without topleveldomain 2018-08-24 12:25:40 +00:00
qnetworkdiskcache Change almost all other uses of qrand() to QRandomGenerator 2017-11-08 09:14:03 +00:00
qnetworkreply tst_qnetworkreply - QSKIP/disable tests that deadlock on Windows 2019-06-07 06:39:16 +02:00
qnetworkrequest Merge remote-tracking branch 'origin/5.11' into dev 2018-05-24 16:29:14 +02:00
spdy
access.pro