qt6-bb10/tests/auto/network/access
Timur Pocheptsov c6763ec149 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 re-write our verification callback so that
it does not need locking/does not block the main and 'http'
threads as a result. But such change is too dangerous for
5.13.0 so we instead have a somewhat handicapped/reduced
test on Windows.

The fixed QSSlSocket will go into 5.13.

Task-number: QTBUG-76157
Change-Id: Ia54701bcb3f6f079a69e52c8904ac3efcee4a787
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2019-06-04 14:36:58 +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-04 14:36:58 +02:00
qnetworkrequest Merge remote-tracking branch 'origin/5.11' into dev 2018-05-24 16:29:14 +02:00
spdy
access.pro Add HTTP strict tranport security support to QNAM 2017-01-20 08:41:50 +00:00