qt6-bb10/tests/auto
Timur Pocheptsov d786c55b9e Make tst_qsslsocket::protocolServerSide() less flaky
By accident, when we erroneously tried testing TlsV1_3 on macOS with
SecureTransport (which does not support TLS 1.3) we hit this quite
subtle problem: it can happen that a server-side socket is never
created but a client (after TCP connection was established) fails
in TLS initialization and ... stops the loop preventing
SslServer::incomingConnection() from creating its socket. Then we
dereference nullptr.

Task-number: QTBUG-71638
Change-Id: I8dc5a4c53022a25aafe2c80a6931087517a48441
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2018-11-07 12:25:12 +00:00
..
android Updated license headers 2016-01-21 18:55:18 +00:00
bic/data Add binary compatibility files for 5.11 for QtBase 2018-06-05 06:00:28 +00:00
cmake Export modules' enabled/disabled features to cmake 2018-09-28 13:10:28 +00:00
concurrent Merge remote-tracking branch 'origin/5.11' into dev 2018-02-16 08:54:58 +01:00
corelib QMimeType: Use default key as fallback for comment() property 2018-11-02 08:27:10 +00:00
dbus Fix wrong relative path to qdbus_symbols.cpp 2018-07-24 04:24:31 +00:00
gui Blacklist tst_QWindow::exposeEventOnShrink_QTBUG54040 2018-11-01 10:27:07 +00:00
guiapplauncher
installed_cmake
network Make tst_qsslsocket::protocolServerSide() less flaky 2018-11-07 12:25:12 +00:00
opengl Extend tst_QGL::graphicsViewClipping blacklisting 2018-10-03 13:04:13 +00:00
other Stabilize tst_QAccessibilityLinux::testFocus 2018-11-02 13:45:49 +00:00
printsupport Merge remote-tracking branch 'origin/5.11' into dev 2018-05-03 14:50:22 +02:00
shared Remove workaround for potentially unavailable pasteboard in macOS 2017-03-07 01:04:46 +00:00
sql QSqlQuery: add another testcase for bindBool() 2018-11-02 08:27:12 +00:00
testlib Fix building tests with -no-gui 2018-10-20 20:38:59 +00:00
tools uic: Write the float and double properties in 'f' format 2018-10-05 20:06:03 +00:00
widgets Update to CLDR v34 2018-11-02 12:40:46 +00:00
xml Don't indefinitely wait for data if it was able to read some data 2018-01-24 05:54:31 +00:00
auto.pro winrt: Skip network auto tests for now 2018-06-22 05:02:39 +00:00
network-settings.h Rework QNetworkReply tests to use docker-based test servers 2018-07-27 17:40:27 +00:00
testserver.pri Postpone testing docker images and files until running 'make check' 2018-08-30 04:06:51 +00:00