[Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable

Qt Continuous Integration System ci-noreply at qt-project.org
Wed Sep 18 15:11:32 CEST 2013


six autotests failed :(

Some (not all) of the tests were determined to be flaky, meaning results were not consistent across multiple runs.  This might make the problem difficult to reproduce.  Also, flaky failures might or might not be related to any recent changes in the source code.

  Testing tst_QTcpSocket
  FAIL!  : tst_QTcpSocket::socketDescriptor(WithSocks5Proxy) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(610)]
  FAIL!  : tst_QTcpSocket::socketDescriptor(WithSocks5ProxyAuth) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(610)]
  FAIL!  : tst_QTcpSocket::socketDescriptor(WithSocks5Proxy SSL) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(610)]
  FAIL!  : tst_QTcpSocket::socketDescriptor(WithSocks5AuthProxy SSL) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(610)]
  FAIL!  : tst_QTcpSocket::blockingIMAP(WithSocks5Proxy) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(625)]
  FAIL!  : tst_QTcpSocket::blockingIMAP(WithSocks5ProxyAuth) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(625)]
  FAIL!  : tst_QTcpSocket::blockingIMAP(WithSocks5Proxy SSL) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(625)]
  FAIL!  : tst_QTcpSocket::blockingIMAP(WithSocks5AuthProxy SSL) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(625)]
  FAIL!  : tst_QTcpSocket::nonBlockingIMAP(WithSocks5Proxy) Timed out
     Loc: [../tst_qtcpsocket.cpp(759)]
  FAIL!  : tst_QTcpSocket::nonBlockingIMAP(WithSocks5ProxyAuth) Timed out
     Loc: [../tst_qtcpsocket.cpp(759)]
  FAIL!  : tst_QTcpSocket::nonBlockingIMAP(WithSocks5Proxy SSL) Timed out
     Loc: [../tst_qtcpsocket.cpp(759)]
  FAIL!  : tst_QTcpSocket::nonBlockingIMAP(WithSocks5AuthProxy SSL) Timed out
     Loc: [../tst_qtcpsocket.cpp(759)]
  FAIL!  : tst_QTcpSocket::hostNotFound(WithSocks5Proxy) Compared values are not the same
     Actual   (int(socket->error())): 14
     Expected (int(QTcpSocket::HostNotFoundError)): 2
     Loc: [../tst_qtcpsocket.cpp(697)]
  FAIL!  : tst_QTcpSocket::hostNotFound(WithSocks5ProxyAuth) Compared values are not the same
     Actual   (int(socket->error())): 14
     Expected (int(QTcpSocket::HostNotFoundError)): 2
     Loc: [../tst_qtcpsocket.cpp(697)]
  FAIL!  : tst_QTcpSocket::hostNotFound(WithSocks5Proxy SSL) Compared values are not the same
     Actual   (int(socket->error())): 14
     Expected (int(QTcpSocket::HostNotFoundError)): 2
     Loc: [../tst_qtcpsocket.cpp(697)]
  FAIL!  : tst_QTcpSocket::hostNotFound(WithSocks5AuthProxy SSL) Compared values are not the same
     Actual   (int(socket->error())): 14
     Expected (int(QTcpSocket::HostNotFoundError)): 2
     Loc: [../tst_qtcpsocket.cpp(697)]
  FAIL!  : tst_QTcpSocket::timeoutConnect(WithSocks5Proxy:host) Compared values are not the same
     Actual   (int(socket->error())): 14
     Expected (int(QTcpSocket::SocketTimeoutError)): 5
     Loc: [../tst_qtcpsocket.cpp(723)]
  FAIL!  : tst_QTcpSocket::timeoutConnect(WithSocks5Proxy:ip) Compared values are not the same
     Actual   (int(socket->error())): 14
     Expected (int(QTcpSocket::SocketTimeoutError)): 5
     Loc: [../tst_qtcpsocket.cpp(723)]
  FAIL!  : tst_QTcpSocket::timeoutConnect(WithSocks5ProxyAuth:host) Compared values are not the same
     Actual   (int(socket->error())): 14
     Expected (int(QTcpSocket::SocketTimeoutError)): 5
     Loc: [../tst_qtcpsocket.cpp(723)]
  FAIL!  : tst_QTcpSocket::timeoutConnect(WithSocks5ProxyAuth:ip) Compared values are not the same
     Actual   (int(socket->error())): 14
     Expected (int(QTcpSocket::SocketTimeoutError)): 5
     Loc: [../tst_qtcpsocket.cpp(723)]
  FAIL!  : tst_QTcpSocket::timeoutConnect(WithSocks5Proxy SSL:host) Compared values are not the same
     Actual   (int(socket->error())): 14
     Expected (int(QTcpSocket::SocketTimeoutError)): 5
     Loc: [../tst_qtcpsocket.cpp(723)]
  FAIL!  : tst_QTcpSocket::timeoutConnect(WithSocks5Proxy SSL:ip) Compared values are not the same
     Actual   (int(socket->error())): 14
     Expected (int(QTcpSocket::SocketTimeoutError)): 5
     Loc: [../tst_qtcpsocket.cpp(723)]
  FAIL!  : tst_QTcpSocket::timeoutConnect(WithSocks5AuthProxy SSL:host) Compared values are not the same
     Actual   (int(socket->error())): 14
     Expected (int(QTcpSocket::SocketTimeoutError)): 5
     Loc: [../tst_qtcpsocket.cpp(723)]
  FAIL!  : tst_QTcpSocket::timeoutConnect(WithSocks5AuthProxy SSL:ip) Compared values are not the same
     Actual   (int(socket->error())): 14
     Expected (int(QTcpSocket::SocketTimeoutError)): 5
     Loc: [../tst_qtcpsocket.cpp(723)]
  FAIL!  : tst_QTcpSocket::delayedClose(WithSocks5Proxy) Timed out
     Loc: [../tst_qtcpsocket.cpp(879)]
  FAIL!  : tst_QTcpSocket::delayedClose(WithSocks5ProxyAuth) Timed out
     Loc: [../tst_qtcpsocket.cpp(879)]
  FAIL!  : tst_QTcpSocket::delayedClose(WithSocks5Proxy SSL) Timed out
     Loc: [../tst_qtcpsocket.cpp(879)]
  FAIL!  : tst_QTcpSocket::delayedClose(WithSocks5AuthProxy SSL) Timed out
     Loc: [../tst_qtcpsocket.cpp(879)]
  FAIL!  : tst_QTcpSocket::partialRead(WithSocks5Proxy) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(941)]
  FAIL!  : tst_QTcpSocket::partialRead(WithSocks5ProxyAuth) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(941)]
  FAIL!  : tst_QTcpSocket::partialRead(WithSocks5Proxy SSL) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(941)]
  FAIL!  : tst_QTcpSocket::partialRead(WithSocks5AuthProxy SSL) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(941)]
  FAIL!  : tst_QTcpSocket::unget(WithSocks5Proxy) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(965)]
  FAIL!  : tst_QTcpSocket::unget(WithSocks5ProxyAuth) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(965)]
  FAIL!  : tst_QTcpSocket::unget(WithSocks5Proxy SSL) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(965)]
  FAIL!  : tst_QTcpSocket::unget(WithSocks5AuthProxy SSL) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(965)]
  FAIL!  : tst_QTcpSocket::readAllAfterClose(WithSocks5Proxy) Network operation timed out
     Loc: [../tst_qtcpsocket.cpp(1005)]
  FAIL!  : tst_QTcpSocket::readAllAfterClose(WithSocks5ProxyAuth) Network operation timed out
     Loc: [../tst_qtcpsocket.cpp(1005)]
  FAIL!  : tst_QTcpSocket::readAllAfterClose(WithSocks5Proxy SSL) Network operation timed out
     Loc: [../tst_qtcpsocket.cpp(1005)]
  FAIL!  : tst_QTcpSocket::readAllAfterClose(WithSocks5AuthProxy SSL) Network operation timed out
     Loc: [../tst_qtcpsocket.cpp(1005)]
  FAIL!  : tst_QTcpSocket::openCloseOpenClose(WithSocks5Proxy) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(1042)]
  FAIL!  : tst_QTcpSocket::openCloseOpenClose(WithSocks5ProxyAuth) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(1042)]
  FAIL!  : tst_QTcpSocket::openCloseOpenClose(WithSocks5Proxy SSL) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(1042)]
  FAIL!  : tst_QTcpSocket::openCloseOpenClose(WithSocks5AuthProxy SSL) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(1042)]
  FAIL!  : tst_QTcpSocket::connectDisconnectConnectDisconnect(WithSocks5Proxy) 'socket->waitForReadyRead(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(1059)]
  FAIL!  : tst_QTcpSocket::connectDisconnectConnectDisconnect(WithSocks5ProxyAuth) 'socket->waitForReadyRead(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(1059)]
  FAIL!  : tst_QTcpSocket::connectDisconnectConnectDisconnect(WithSocks5Proxy SSL) 'socket->waitForReadyRead(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(1059)]
  FAIL!  : tst_QTcpSocket::connectDisconnectConnectDisconnect(WithSocks5AuthProxy SSL) 'socket->waitForReadyRead(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(1059)]
  FAIL!  : tst_QTcpSocket::downloadBigFile(WithSocks5Proxy) Network operation timed out
     Loc: [../tst_qtcpsocket.cpp(1309)]
  FAIL!  : tst_QTcpSocket::downloadBigFile(WithSocks5ProxyAuth) Network operation timed out
     Loc: [../tst_qtcpsocket.cpp(1309)]
  FAIL!  : tst_QTcpSocket::downloadBigFile(WithSocks5Proxy SSL) Network operation timed out
     Loc: [../tst_qtcpsocket.cpp(1309)]
  FAIL!  : tst_QTcpSocket::downloadBigFile(WithSocks5AuthProxy SSL) Network operation timed out
     Loc: [../tst_qtcpsocket.cpp(1309)]
  FAIL!  : tst_QTcpSocket::downloadBigFile(WithHttpProxy SSL) Network operation timed out
     Loc: [../tst_qtcpsocket.cpp(1309)]
  QtQA::App::TestRunner: Timed out after 450 seconds
  QtQA::App::TestRunner: Process exited due to signal 6; dumped core
  QtQA::App::TestRunner: ============================== backtrace follows: ==============================
  QtQA::App::TestRunner: gdb commands: thread apply all bt 100
  QtQA::App::TestRunner: [New Thread 21320]
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error.
  QtQA::App::TestRunner: Core was generated by `./tst_qtcpsocket -silent -o /work/build/_artifacts/test-logs/tst_qtcpsocket-tes'.
  QtQA::App::TestRunner: Program terminated with signal 6, Aborted.
  QtQA::App::TestRunner: #0  0xb771d430 in __kernel_vsyscall ()
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 1 (Thread 21320):
  QtQA::App::TestRunner: #0  0xb771d430 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb6dbf651 in *__GI_raise (sig=6)
  QtQA::App::TestRunner:     at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: #2  0xb6dc2a82 in *__GI_abort () at abort.c:92
  QtQA::App::TestRunner: #3  0xb70e51e4 in qt_message_fatal (context=..., message=...)
  QtQA::App::TestRunner:     at global/qlogging.cpp:942
  QtQA::App::TestRunner: #4  0xb70e2d1e in QMessageLogger::fatal (this=0xbfdf114c,
  QtQA::App::TestRunner:     msg=0xb770d460 "Received signal %d") at global/qlogging.cpp:360
  QtQA::App::TestRunner: #5  0xb76f61b9 in QTest::FatalSignalHandler::signal (signum=15)
  QtQA::App::TestRunner:     at qtestcase.cpp:2011
  QtQA::App::TestRunner: #6  <signal handler called>
  QtQA::App::TestRunner: #7  0xb771d430 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #8  0xb6e5a506 in *__GI___poll (fds=0xb6eefff4, nfds=1, timeout=29970)
  QtQA::App::TestRunner:     at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #9  0xb69f14eb in g_poll () from /lib/libglib-2.0.so.0
  QtQA::App::TestRunner: #10 0xb69e40ac in ?? () from /lib/libglib-2.0.so.0
  QtQA::App::TestRunner: #11 0xb69e44b8 in g_main_context_iteration () from /lib/libglib-2.0.so.0
  QtQA::App::TestRunner: #12 0xb7350288 in QEventDispatcherGlib::processEvents (this=0x92cd2c0,
  QtQA::App::TestRunner:     flags=...) at kernel/qeventdispatcher_glib.cpp:426
  QtQA::App::TestRunner: #13 0xb72dd4df in QEventLoop::processEvents (this=0xbfdf18c4, flags=...)
  QtQA::App::TestRunner:     at kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #14 0xb72dd7a7 in QEventLoop::exec (this=0xbfdf18c4, flags=...)
  QtQA::App::TestRunner:     at kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #15 0x080682b8 in QTestEventLoop::enterLoopMSecs (this=0x92e2f08, ms=30000)
  QtQA::App::TestRunner:     at ../../../../../../include/QtTest/../../src/testlib/qtesteventloop.h:106
  QtQA::App::TestRunner: #16 0x080680d2 in QTestEventLoop::enterLoop (this=0x92e2f08, secs=30)
  QtQA::App::TestRunner:     at ../../../../../../include/QtTest/../../src/testlib/qtesteventloop.h:64
  QtQA::App::TestRunner: #17 0x080694b7 in tst_QTcpSocket::enterLoop (secs=30)
  QtQA::App::TestRunner:     at ../tst_qtcpsocket.cpp:109
  QtQA::App::TestRunner: #18 0x080586ec in tst_QTcpSocket::downloadBigFile (this=0xbfdf2418)
  QtQA::App::TestRunner:     at ../tst_qtcpsocket.cpp:1305
  QtQA::App::TestRunner: #19 0x0806606d in tst_QTcpSocket::qt_static_metacall (_o=0xbfdf2418,
  QtQA::App::TestRunner:     _c=QMetaObject::InvokeMetaMethod, _id=28, _a=0xbfdf1a70)
  QtQA::App::TestRunner:     at .moc/debug-shared/tst_qtcpsocket.moc:400
  QtQA::App::TestRunner: #20 0xb72ed281 in QMetaMethod::invoke (this=0xbfdf1c20, object=0xbfdf2418,
  QtQA::App::TestRunner:     connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=...,
  QtQA::App::TestRunner:     val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=...,
  QtQA::App::TestRunner:     val9=...) at kernel/qmetaobject.cpp:2169
  QtQA::App::TestRunner: #21 0xb72ec81a in QMetaObject::invokeMethod (obj=0xbfdf2418,
  QtQA::App::TestRunner:     member=0xb4d31d10 "downloadBigFile", type=Qt::DirectConnection, ret=...,
  QtQA::App::TestRunner:     val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=...,
  QtQA::App::TestRunner:     val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1464
  QtQA::App::TestRunner: #22 0xb76f9482 in QMetaObject::invokeMethod (obj=0xbfdf2418,
  QtQA::App::TestRunner:     member=0xb4d31d10 "downloadBigFile", type=Qt::DirectConnection, val0=...,
  QtQA::App::TestRunner:     val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=...,
  QtQA::App::TestRunner:     val8=..., val9=...)
  QtQA::App::TestRunner:     at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395
  QtQA::App::TestRunner: #23 0xb76f4f98 in qInvokeTestMethodDataEntry (
  QtQA::App::TestRunner:     slot=0xb4d31d10 "downloadBigFile") at qtestcase.cpp:1697
  QtQA::App::TestRunner: #24 0xb76f5837 in qInvokeTestMethod (slotName=0xb4d00ef8 "downloadBigFile()",
  QtQA::App::TestRunner:     data=0x0) at qtestcase.cpp:1822
  QtQA::App::TestRunner: #25 0xb76f609e in qInvokeTestMethods (testObject=0xbfdf2418)
  QtQA::App::TestRunner:     at qtestcase.cpp:1976
  QtQA::App::TestRunner: #26 0xb76f681c in QTest::qExec (testObject=0xbfdf2418, argc=6,
  QtQA::App::TestRunner:     argv=0xbfdf2534) at qtestcase.cpp:2189
  QtQA::App::TestRunner: #27 0x08065e0a in main (argc=6, argv=0xbfdf2534) at ../tst_qtcpsocket.cpp:2745
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: ================================================================================
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QTcpSocket *********
  Config: Using QtTest library 5.1.2, Qt 5.1.2
  QDEBUG : tst_QTcpSocket::initTestCase() "qt-test-server.qt-test-net"
  PASS   : tst_QTcpSocket::initTestCase()
  PASS   : tst_QTcpSocket::socketsConstructedBeforeEventLoop(WithoutProxy)
  PASS   : tst_QTcpSocket::socketsConstructedBeforeEventLoop(WithSocks5Proxy)
  PASS   : tst_QTcpSocket::socketsConstructedBeforeEventLoop(WithSocks5ProxyAuth)
  PASS   : tst_QTcpSocket::socketsConstructedBeforeEventLoop(WithHttpProxy)
  PASS   : tst_QTcpSocket::socketsConstructedBeforeEventLoop(WithHttpProxyBasicAuth)
  PASS   : tst_QTcpSocket::socketsConstructedBeforeEventLoop(WithoutProxy SSL)
  PASS   : tst_QTcpSocket::socketsConstructedBeforeEventLoop(WithSocks5Proxy SSL)
  PASS   : tst_QTcpSocket::socketsConstructedBeforeEventLoop(WithSocks5AuthProxy SSL)
  PASS   : tst_QTcpSocket::socketsConstructedBeforeEventLoop(WithHttpProxy SSL)
  PASS   : tst_QTcpSocket::socketsConstructedBeforeEventLoop(WithHttpProxyBasicAuth SSL)
  PASS   : tst_QTcpSocket::constructing(WithoutProxy)
  PASS   : tst_QTcpSocket::constructing(WithSocks5Proxy)
  PASS   : tst_QTcpSocket::constructing(WithSocks5ProxyAuth)
  PASS   : tst_QTcpSocket::constructing(WithHttpProxy)
  PASS   : tst_QTcpSocket::constructing(WithHttpProxyBasicAuth)
  PASS   : tst_QTcpSocket::constructing(WithoutProxy SSL)
  PASS   : tst_QTcpSocket::constructing(WithSocks5Proxy SSL)
  PASS   : tst_QTcpSocket::constructing(WithSocks5AuthProxy SSL)
  PASS   : tst_QTcpSocket::constructing(WithHttpProxy SSL)
  PASS   : tst_QTcpSocket::constructing(WithHttpProxyBasicAuth SSL)
  QDEBUG : tst_QTcpSocket::bind(WithoutProxy:127.0.0.1) Binding   QHostAddress( "127.0.0.1" )
  PASS   : tst_QTcpSocket::bind(WithoutProxy:127.0.0.1)
  QDEBUG : tst_QTcpSocket::bind(WithoutProxy:::1) Binding   QHostAddress( "::1" )
  PASS   : tst_QTcpSocket::bind(WithoutProxy:::1)
  QDEBUG : tst_QTcpSocket::bind(WithoutProxy:10.212.2.140) Binding   QHostAddress( "10.212.2.140" )
  PASS   : tst_QTcpSocket::bind(WithoutProxy:10.212.2.140)
  QDEBUG : tst_QTcpSocket::bind(WithoutProxy:198.51.100.1) Binding   QHostAddress( "198.51.100.1" )
  PASS   : tst_QTcpSocket::bind(WithoutProxy:198.51.100.1)
  QDEBUG : tst_QTcpSocket::bind(WithoutProxy:2001:0DB8::1) Binding   QHostAddress( "2001:db8::1" )
  PASS   : tst_QTcpSocket::bind(WithoutProxy:2001:0DB8::1)
  SKIP   : tst_QTcpSocket::bind(WithSocks5Proxy:127.0.0.1) QTBUG-22964
     Loc: [../tst_qtcpsocket.cpp(516)]
  SKIP   : tst_QTcpSocket::bind(WithSocks5Proxy:::1) QTBUG-22964
     Loc: [../tst_qtcpsocket.cpp(516)]
  SKIP   : tst_QTcpSocket::bind(WithSocks5Proxy:10.212.2.140) QTBUG-22964
     Loc: [../tst_qtcpsocket.cpp(516)]
  SKIP   : tst_QTcpSocket::bind(WithSocks5Proxy:198.51.100.1) QTBUG-22964
     Loc: [../tst_qtcpsocket.cpp(516)]
  SKIP   : tst_QTcpSocket::bind(WithSocks5Proxy:2001:0DB8::1) QTBUG-22964
     Loc: [../tst_qtcpsocket.cpp(516)]
  PASS   : tst_QTcpSocket::setInvalidSocketDescriptor(WithoutProxy)
  PASS   : tst_QTcpSocket::setInvalidSocketDescriptor(WithSocks5Proxy)
  PASS   : tst_QTcpSocket::setInvalidSocketDescriptor(WithSocks5ProxyAuth)
  PASS   : tst_QTcpSocket::setInvalidSocketDescriptor(WithHttpProxy)
  PASS   : tst_QTcpSocket::setInvalidSocketDescriptor(WithHttpProxyBasicAuth)
  PASS   : tst_QTcpSocket::setInvalidSocketDescriptor(WithoutProxy SSL)
  PASS   : tst_QTcpSocket::setInvalidSocketDescriptor(WithSocks5Proxy SSL)
  PASS   : tst_QTcpSocket::setInvalidSocketDescriptor(WithSocks5AuthProxy SSL)
  PASS   : tst_QTcpSocket::setInvalidSocketDescriptor(WithHttpProxy SSL)
  PASS   : tst_QTcpSocket::setInvalidSocketDescriptor(WithHttpProxyBasicAuth SSL)
  FAIL!  : tst_QTcpSocket::setSocketDescriptor(WithoutProxy) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(589)]
  PASS   : tst_QTcpSocket::setSocketDescriptor(WithSocks5Proxy)
  PASS   : tst_QTcpSocket::setSocketDescriptor(WithSocks5ProxyAuth)
  PASS   : tst_QTcpSocket::setSocketDescriptor(WithHttpProxy)
  PASS   : tst_QTcpSocket::setSocketDescriptor(WithHttpProxyBasicAuth)
  FAIL!  : tst_QTcpSocket::setSocketDescriptor(WithoutProxy SSL) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(589)]
  PASS   : tst_QTcpSocket::setSocketDescriptor(WithSocks5Proxy SSL)
  PASS   : tst_QTcpSocket::setSocketDescriptor(WithSocks5AuthProxy SSL)
  PASS   : tst_QTcpSocket::setSocketDescriptor(WithHttpProxy SSL)
  PASS   : tst_QTcpSocket::setSocketDescriptor(WithHttpProxyBasicAuth SSL)
  PASS   : tst_QTcpSocket::socketDescriptor(WithoutProxy)
  FAIL!  : tst_QTcpSocket::socketDescriptor(WithSocks5Proxy) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(610)]
  FAIL!  : tst_QTcpSocket::socketDescriptor(WithSocks5ProxyAuth) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(610)]
  PASS   : tst_QTcpSocket::socketDescriptor(WithHttpProxy)
  PASS   : tst_QTcpSocket::socketDescriptor(WithHttpProxyBasicAuth)
  PASS   : tst_QTcpSocket::socketDescriptor(WithoutProxy SSL)
  FAIL!  : tst_QTcpSocket::socketDescriptor(WithSocks5Proxy SSL) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(610)]
  FAIL!  : tst_QTcpSocket::socketDescriptor(WithSocks5AuthProxy SSL) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(610)]
  PASS   : tst_QTcpSocket::socketDescriptor(WithHttpProxy SSL)
  PASS   : tst_QTcpSocket::socketDescriptor(WithHttpProxyBasicAuth SSL)
  PASS   : tst_QTcpSocket::blockingIMAP(WithoutProxy)
  FAIL!  : tst_QTcpSocket::blockingIMAP(WithSocks5Proxy) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(625)]
  FAIL!  : tst_QTcpSocket::blockingIMAP(WithSocks5ProxyAuth) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(625)]
  PASS   : tst_QTcpSocket::blockingIMAP(WithHttpProxy)
  PASS   : tst_QTcpSocket::blockingIMAP(WithHttpProxyBasicAuth)
  PASS   : tst_QTcpSocket::blockingIMAP(WithoutProxy SSL)
  FAIL!  : tst_QTcpSocket::blockingIMAP(WithSocks5Proxy SSL) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(625)]
  FAIL!  : tst_QTcpSocket::blockingIMAP(WithSocks5AuthProxy SSL) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(625)]
  PASS   : tst_QTcpSocket::blockingIMAP(WithHttpProxy SSL)
  PASS   : tst_QTcpSocket::blockingIMAP(WithHttpProxyBasicAuth SSL)
  PASS   : tst_QTcpSocket::nonBlockingIMAP(WithoutProxy)
  FAIL!  : tst_QTcpSocket::nonBlockingIMAP(WithSocks5Proxy) Timed out
     Loc: [../tst_qtcpsocket.cpp(759)]
  FAIL!  : tst_QTcpSocket::nonBlockingIMAP(WithSocks5ProxyAuth) Timed out
     Loc: [../tst_qtcpsocket.cpp(759)]
  PASS   : tst_QTcpSocket::nonBlockingIMAP(WithHttpProxy)
  PASS   : tst_QTcpSocket::nonBlockingIMAP(WithHttpProxyBasicAuth)
  PASS   : tst_QTcpSocket::nonBlockingIMAP(WithoutProxy SSL)
  FAIL!  : tst_QTcpSocket::nonBlockingIMAP(WithSocks5Proxy SSL) Timed out
     Loc: [../tst_qtcpsocket.cpp(759)]
  FAIL!  : tst_QTcpSocket::nonBlockingIMAP(WithSocks5AuthProxy SSL) Timed out
     Loc: [../tst_qtcpsocket.cpp(759)]
  PASS   : tst_QTcpSocket::nonBlockingIMAP(WithHttpProxy SSL)
  PASS   : tst_QTcpSocket::nonBlockingIMAP(WithHttpProxyBasicAuth SSL)
  PASS   : tst_QTcpSocket::hostNotFound(WithoutProxy)
  FAIL!  : tst_QTcpSocket::hostNotFound(WithSocks5Proxy) Compared values are not the same
     Actual   (int(socket->error())): 14
     Expected (int(QTcpSocket::HostNotFoundError)): 2
     Loc: [../tst_qtcpsocket.cpp(697)]
  FAIL!  : tst_QTcpSocket::hostNotFound(WithSocks5ProxyAuth) Compared values are not the same
     Actual   (int(socket->error())): 14
     Expected (int(QTcpSocket::HostNotFoundError)): 2
     Loc: [../tst_qtcpsocket.cpp(697)]
  PASS   : tst_QTcpSocket::hostNotFound(WithHttpProxy)
  PASS   : tst_QTcpSocket::hostNotFound(WithHttpProxyBasicAuth)
  PASS   : tst_QTcpSocket::hostNotFound(WithoutProxy SSL)
  FAIL!  : tst_QTcpSocket::hostNotFound(WithSocks5Proxy SSL) Compared values are not the same
     Actual   (int(socket->error())): 14
     Expected (int(QTcpSocket::HostNotFoundError)): 2
     Loc: [../tst_qtcpsocket.cpp(697)]
  FAIL!  : tst_QTcpSocket::hostNotFound(WithSocks5AuthProxy SSL) Compared values are not the same
     Actual   (int(socket->error())): 14
     Expected (int(QTcpSocket::HostNotFoundError)): 2
     Loc: [../tst_qtcpsocket.cpp(697)]
  PASS   : tst_QTcpSocket::hostNotFound(WithHttpProxy SSL)
  PASS   : tst_QTcpSocket::hostNotFound(WithHttpProxyBasicAuth SSL)
  PASS   : tst_QTcpSocket::timeoutConnect(WithoutProxy:host)
  PASS   : tst_QTcpSocket::timeoutConnect(WithoutProxy:ip)
  FAIL!  : tst_QTcpSocket::timeoutConnect(WithSocks5Proxy:host) Compared values are not the same
     Actual   (int(socket->error())): 14
     Expected (int(QTcpSocket::SocketTimeoutError)): 5
     Loc: [../tst_qtcpsocket.cpp(723)]
  FAIL!  : tst_QTcpSocket::timeoutConnect(WithSocks5Proxy:ip) Compared values are not the same
     Actual   (int(socket->error())): 14
     Expected (int(QTcpSocket::SocketTimeoutError)): 5
     Loc: [../tst_qtcpsocket.cpp(723)]
  FAIL!  : tst_QTcpSocket::timeoutConnect(WithSocks5ProxyAuth:host) Compared values are not the same
     Actual   (int(socket->error())): 14
     Expected (int(QTcpSocket::SocketTimeoutError)): 5
     Loc: [../tst_qtcpsocket.cpp(723)]
  FAIL!  : tst_QTcpSocket::timeoutConnect(WithSocks5ProxyAuth:ip) Compared values are not the same
     Actual   (int(socket->error())): 14
     Expected (int(QTcpSocket::SocketTimeoutError)): 5
     Loc: [../tst_qtcpsocket.cpp(723)]
  PASS   : tst_QTcpSocket::timeoutConnect(WithHttpProxy:host)
  PASS   : tst_QTcpSocket::timeoutConnect(WithHttpProxy:ip)
  PASS   : tst_QTcpSocket::timeoutConnect(WithHttpProxyBasicAuth:host)
  PASS   : tst_QTcpSocket::timeoutConnect(WithHttpProxyBasicAuth:ip)
  PASS   : tst_QTcpSocket::timeoutConnect(WithoutProxy SSL:host)
  PASS   : tst_QTcpSocket::timeoutConnect(WithoutProxy SSL:ip)
  FAIL!  : tst_QTcpSocket::timeoutConnect(WithSocks5Proxy SSL:host) Compared values are not the same
     Actual   (int(socket->error())): 14
     Expected (int(QTcpSocket::SocketTimeoutError)): 5
     Loc: [../tst_qtcpsocket.cpp(723)]
  FAIL!  : tst_QTcpSocket::timeoutConnect(WithSocks5Proxy SSL:ip) Compared values are not the same
     Actual   (int(socket->error())): 14
     Expected (int(QTcpSocket::SocketTimeoutError)): 5
     Loc: [../tst_qtcpsocket.cpp(723)]
  FAIL!  : tst_QTcpSocket::timeoutConnect(WithSocks5AuthProxy SSL:host) Compared values are not the same
     Actual   (int(socket->error())): 14
     Expected (int(QTcpSocket::SocketTimeoutError)): 5
     Loc: [../tst_qtcpsocket.cpp(723)]
  FAIL!  : tst_QTcpSocket::timeoutConnect(WithSocks5AuthProxy SSL:ip) Compared values are not the same
     Actual   (int(socket->error())): 14
     Expected (int(QTcpSocket::SocketTimeoutError)): 5
     Loc: [../tst_qtcpsocket.cpp(723)]
  PASS   : tst_QTcpSocket::timeoutConnect(WithHttpProxy SSL:host)
  PASS   : tst_QTcpSocket::timeoutConnect(WithHttpProxy SSL:ip)
  PASS   : tst_QTcpSocket::timeoutConnect(WithHttpProxyBasicAuth SSL:host)
  PASS   : tst_QTcpSocket::timeoutConnect(WithHttpProxyBasicAuth SSL:ip)
  PASS   : tst_QTcpSocket::delayedClose(WithoutProxy)
  FAIL!  : tst_QTcpSocket::delayedClose(WithSocks5Proxy) Timed out
     Loc: [../tst_qtcpsocket.cpp(879)]
  FAIL!  : tst_QTcpSocket::delayedClose(WithSocks5ProxyAuth) Timed out
     Loc: [../tst_qtcpsocket.cpp(879)]
  PASS   : tst_QTcpSocket::delayedClose(WithHttpProxy)
  PASS   : tst_QTcpSocket::delayedClose(WithHttpProxyBasicAuth)
  PASS   : tst_QTcpSocket::delayedClose(WithoutProxy SSL)
  FAIL!  : tst_QTcpSocket::delayedClose(WithSocks5Proxy SSL) Timed out
     Loc: [../tst_qtcpsocket.cpp(879)]
  FAIL!  : tst_QTcpSocket::delayedClose(WithSocks5AuthProxy SSL) Timed out
     Loc: [../tst_qtcpsocket.cpp(879)]
  PASS   : tst_QTcpSocket::delayedClose(WithHttpProxy SSL)
  PASS   : tst_QTcpSocket::delayedClose(WithHttpProxyBasicAuth SSL)
  PASS   : tst_QTcpSocket::partialRead(WithoutProxy)
  FAIL!  : tst_QTcpSocket::partialRead(WithSocks5Proxy) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(941)]
  FAIL!  : tst_QTcpSocket::partialRead(WithSocks5ProxyAuth) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(941)]
  PASS   : tst_QTcpSocket::partialRead(WithHttpProxy)
  PASS   : tst_QTcpSocket::partialRead(WithHttpProxyBasicAuth)
  PASS   : tst_QTcpSocket::partialRead(WithoutProxy SSL)
  FAIL!  : tst_QTcpSocket::partialRead(WithSocks5Proxy SSL) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(941)]
  FAIL!  : tst_QTcpSocket::partialRead(WithSocks5AuthProxy SSL) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(941)]
  PASS   : tst_QTcpSocket::partialRead(WithHttpProxy SSL)
  PASS   : tst_QTcpSocket::partialRead(WithHttpProxyBasicAuth SSL)
  PASS   : tst_QTcpSocket::unget(WithoutProxy)
  FAIL!  : tst_QTcpSocket::unget(WithSocks5Proxy) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(965)]
  FAIL!  : tst_QTcpSocket::unget(WithSocks5ProxyAuth) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(965)]
  PASS   : tst_QTcpSocket::unget(WithHttpProxy)
  PASS   : tst_QTcpSocket::unget(WithHttpProxyBasicAuth)
  PASS   : tst_QTcpSocket::unget(WithoutProxy SSL)
  FAIL!  : tst_QTcpSocket::unget(WithSocks5Proxy SSL) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(965)]
  FAIL!  : tst_QTcpSocket::unget(WithSocks5AuthProxy SSL) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(965)]
  PASS   : tst_QTcpSocket::unget(WithHttpProxy SSL)
  PASS   : tst_QTcpSocket::unget(WithHttpProxyBasicAuth SSL)
  PASS   : tst_QTcpSocket::readAllAfterClose(WithoutProxy)
  FAIL!  : tst_QTcpSocket::readAllAfterClose(WithSocks5Proxy) Network operation timed out
     Loc: [../tst_qtcpsocket.cpp(1005)]
  FAIL!  : tst_QTcpSocket::readAllAfterClose(WithSocks5ProxyAuth) Network operation timed out
     Loc: [../tst_qtcpsocket.cpp(1005)]
  PASS   : tst_QTcpSocket::readAllAfterClose(WithHttpProxy)
  PASS   : tst_QTcpSocket::readAllAfterClose(WithHttpProxyBasicAuth)
  PASS   : tst_QTcpSocket::readAllAfterClose(WithoutProxy SSL)
  FAIL!  : tst_QTcpSocket::readAllAfterClose(WithSocks5Proxy SSL) Network operation timed out
     Loc: [../tst_qtcpsocket.cpp(1005)]
  FAIL!  : tst_QTcpSocket::readAllAfterClose(WithSocks5AuthProxy SSL) Network operation timed out
     Loc: [../tst_qtcpsocket.cpp(1005)]
  PASS   : tst_QTcpSocket::readAllAfterClose(WithHttpProxy SSL)
  PASS   : tst_QTcpSocket::readAllAfterClose(WithHttpProxyBasicAuth SSL)
  PASS   : tst_QTcpSocket::openCloseOpenClose(WithoutProxy)
  FAIL!  : tst_QTcpSocket::openCloseOpenClose(WithSocks5Proxy) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(1042)]
  FAIL!  : tst_QTcpSocket::openCloseOpenClose(WithSocks5ProxyAuth) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(1042)]
  PASS   : tst_QTcpSocket::openCloseOpenClose(WithHttpProxy)
  PASS   : tst_QTcpSocket::openCloseOpenClose(WithHttpProxyBasicAuth)
  PASS   : tst_QTcpSocket::openCloseOpenClose(WithoutProxy SSL)
  FAIL!  : tst_QTcpSocket::openCloseOpenClose(WithSocks5Proxy SSL) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(1042)]
  FAIL!  : tst_QTcpSocket::openCloseOpenClose(WithSocks5AuthProxy SSL) 'socket->waitForConnected(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(1042)]
  PASS   : tst_QTcpSocket::openCloseOpenClose(WithHttpProxy SSL)
  PASS   : tst_QTcpSocket::openCloseOpenClose(WithHttpProxyBasicAuth SSL)
  PASS   : tst_QTcpSocket::connectDisconnectConnectDisconnect(WithoutProxy)
  FAIL!  : tst_QTcpSocket::connectDisconnectConnectDisconnect(WithSocks5Proxy) 'socket->waitForReadyRead(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(1059)]
  FAIL!  : tst_QTcpSocket::connectDisconnectConnectDisconnect(WithSocks5ProxyAuth) 'socket->waitForReadyRead(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(1059)]
  PASS   : tst_QTcpSocket::connectDisconnectConnectDisconnect(WithHttpProxy)
  PASS   : tst_QTcpSocket::connectDisconnectConnectDisconnect(WithHttpProxyBasicAuth)
  PASS   : tst_QTcpSocket::connectDisconnectConnectDisconnect(WithoutProxy SSL)
  FAIL!  : tst_QTcpSocket::connectDisconnectConnectDisconnect(WithSocks5Proxy SSL) 'socket->waitForReadyRead(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(1059)]
  FAIL!  : tst_QTcpSocket::connectDisconnectConnectDisconnect(WithSocks5AuthProxy SSL) 'socket->waitForReadyRead(10000)' returned FALSE. ()
     Loc: [../tst_qtcpsocket.cpp(1059)]
  PASS   : tst_QTcpSocket::connectDisconnectConnectDisconnect(WithHttpProxy SSL)
  PASS   : tst_QTcpSocket::connectDisconnectConnectDisconnect(WithHttpProxyBasicAuth SSL)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithoutProxy:without-data)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithoutProxy:without-data+close)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithoutProxy:with-data)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithoutProxy:with-data+close)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithoutProxy:with-big-data)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithoutProxy:with-big-data+close)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5Proxy:without-data)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5Proxy:without-data+close)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5Proxy:with-data)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5Proxy:with-data+close)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5Proxy:with-big-data)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5Proxy:with-big-data+close)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5ProxyAuth:without-data)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5ProxyAuth:without-data+close)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5ProxyAuth:with-data)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5ProxyAuth:with-data+close)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5ProxyAuth:with-big-data)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5ProxyAuth:with-big-data+close)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxy:without-data)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxy:without-data+close)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxy:with-data)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxy:with-data+close)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxy:with-big-data)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxy:with-big-data+close)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxyBasicAuth:without-data)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxyBasicAuth:without-data+close)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxyBasicAuth:with-data)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxyBasicAuth:with-data+close)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxyBasicAuth:with-big-data)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithHttpProxyBasicAuth:with-big-data+close)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithoutProxy SSL:without-data)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithoutProxy SSL:without-data+close)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithoutProxy SSL:with-data)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithoutProxy SSL:with-data+close)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithoutProxy SSL:with-big-data)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithoutProxy SSL:with-big-data+close)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5Proxy SSL:without-data)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5Proxy SSL:without-data+close)
  PASS   : tst_QTcpSocket::disconnectWhileConnecting(WithSocks5Proxy SSL:with-data)
  (... 966 lines omitted; there are too many errors!)
  PASS   : tst_QSslSocket::resetDefaultCiphers(WithSocks5Proxy)
  PASS   : tst_QSslSocket::resetDefaultCiphers(WithSocks5ProxyAuth)
  PASS   : tst_QSslSocket::resetDefaultCiphers(WithHttpProxy)
  PASS   : tst_QSslSocket::resetDefaultCiphers(WithHttpProxyBasicAuth)
  PASS   : tst_QSslSocket::setDefaultCaCertificates(WithoutProxy)
  PASS   : tst_QSslSocket::setDefaultCaCertificates(WithSocks5Proxy)
  PASS   : tst_QSslSocket::setDefaultCaCertificates(WithSocks5ProxyAuth)
  PASS   : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxy)
  PASS   : tst_QSslSocket::setDefaultCaCertificates(WithHttpProxyBasicAuth)
  PASS   : tst_QSslSocket::setDefaultCiphers(WithoutProxy)
  PASS   : tst_QSslSocket::setDefaultCiphers(WithSocks5Proxy)
  PASS   : tst_QSslSocket::setDefaultCiphers(WithSocks5ProxyAuth)
  PASS   : tst_QSslSocket::setDefaultCiphers(WithHttpProxy)
  PASS   : tst_QSslSocket::setDefaultCiphers(WithHttpProxyBasicAuth)
  PASS   : tst_QSslSocket::supportedCiphers(WithoutProxy)
  PASS   : tst_QSslSocket::supportedCiphers(WithSocks5Proxy)
  PASS   : tst_QSslSocket::supportedCiphers(WithSocks5ProxyAuth)
  PASS   : tst_QSslSocket::supportedCiphers(WithHttpProxy)
  PASS   : tst_QSslSocket::supportedCiphers(WithHttpProxyBasicAuth)
  PASS   : tst_QSslSocket::systemCaCertificates(WithoutProxy)
  PASS   : tst_QSslSocket::systemCaCertificates(WithSocks5Proxy)
  PASS   : tst_QSslSocket::systemCaCertificates(WithSocks5ProxyAuth)
  PASS   : tst_QSslSocket::systemCaCertificates(WithHttpProxy)
  PASS   : tst_QSslSocket::systemCaCertificates(WithHttpProxyBasicAuth)
  PASS   : tst_QSslSocket::wildcardCertificateNames(WithoutProxy)
  PASS   : tst_QSslSocket::wildcardCertificateNames(WithSocks5Proxy)
  PASS   : tst_QSslSocket::wildcardCertificateNames(WithSocks5ProxyAuth)
  PASS   : tst_QSslSocket::wildcardCertificateNames(WithHttpProxy)
  PASS   : tst_QSslSocket::wildcardCertificateNames(WithHttpProxyBasicAuth)
  SKIP   : tst_QSslSocket::wildcard(WithoutProxy) TODO: solve wildcard problem
     Loc: [tst_qsslsocket.cpp(1443)]
  PASS   : tst_QSslSocket::setEmptyKey(WithoutProxy)
  PASS   : tst_QSslSocket::setEmptyKey(WithSocks5Proxy)
  PASS   : tst_QSslSocket::setEmptyKey(WithSocks5ProxyAuth)
  PASS   : tst_QSslSocket::setEmptyKey(WithHttpProxy)
  PASS   : tst_QSslSocket::setEmptyKey(WithHttpProxyBasicAuth)
  PASS   : tst_QSslSocket::spontaneousWrite(WithoutProxy)
  PASS   : tst_QSslSocket::spontaneousWrite(WithSocks5Proxy)
  PASS   : tst_QSslSocket::spontaneousWrite(WithSocks5ProxyAuth)
  PASS   : tst_QSslSocket::spontaneousWrite(WithHttpProxy)
  PASS   : tst_QSslSocket::spontaneousWrite(WithHttpProxyBasicAuth)
  PASS   : tst_QSslSocket::setReadBufferSize(WithoutProxy)
  PASS   : tst_QSslSocket::setReadBufferSize(WithSocks5Proxy)
  PASS   : tst_QSslSocket::setReadBufferSize(WithSocks5ProxyAuth)
  PASS   : tst_QSslSocket::setReadBufferSize(WithHttpProxy)
  PASS   : tst_QSslSocket::setReadBufferSize(WithHttpProxyBasicAuth)
  SKIP   : tst_QSslSocket::setReadBufferSize_task_250027(WithoutProxy) QTBUG-29730 - flakey test blocking integration
     Loc: [tst_qsslsocket.cpp(1648)]
  PASS   : tst_QSslSocket::waitForMinusOne(WithoutProxy)
  PASS   : tst_QSslSocket::waitForMinusOne(WithSocks5Proxy)
  PASS   : tst_QSslSocket::waitForMinusOne(WithSocks5ProxyAuth)
  PASS   : tst_QSslSocket::waitForMinusOne(WithHttpProxy)
  PASS   : tst_QSslSocket::waitForMinusOne(WithHttpProxyBasicAuth)
  PASS   : tst_QSslSocket::verifyMode(WithoutProxy)
  PASS   : tst_QSslSocket::verifyMode(WithSocks5Proxy)
  PASS   : tst_QSslSocket::verifyMode(WithSocks5ProxyAuth)
  PASS   : tst_QSslSocket::verifyMode(WithHttpProxy)
  PASS   : tst_QSslSocket::verifyMode(WithHttpProxyBasicAuth)
  PASS   : tst_QSslSocket::verifyDepth(WithoutProxy)
  PASS   : tst_QSslSocket::verifyDepth(WithSocks5Proxy)
  PASS   : tst_QSslSocket::verifyDepth(WithSocks5ProxyAuth)
  PASS   : tst_QSslSocket::verifyDepth(WithHttpProxy)
  PASS   : tst_QSslSocket::verifyDepth(WithHttpProxyBasicAuth)
  PASS   : tst_QSslSocket::peerVerifyError(WithoutProxy)
  FAIL!  : tst_QSslSocket::peerVerifyError(WithSocks5Proxy) '!peerVerifyErrorSpy.isEmpty()' returned FALSE. ()
     Loc: [tst_qsslsocket.cpp(1953)]
  FAIL!  : tst_QSslSocket::peerVerifyError(WithSocks5ProxyAuth) '!peerVerifyErrorSpy.isEmpty()' returned FALSE. ()
     Loc: [tst_qsslsocket.cpp(1953)]
  PASS   : tst_QSslSocket::peerVerifyError(WithHttpProxy)
  PASS   : tst_QSslSocket::peerVerifyError(WithHttpProxyBasicAuth)
  PASS   : tst_QSslSocket::disconnectFromHostWhenConnecting(WithoutProxy)
  SKIP   : tst_QSslSocket::disconnectFromHostWhenConnecting(WithSocks5Proxy) Skipping flaky test - See QTBUG-29941
     Loc: [tst_qsslsocket.cpp(1977)]
  PASS   : tst_QSslSocket::disconnectFromHostWhenConnected(WithoutProxy)
  SKIP   : tst_QSslSocket::disconnectFromHostWhenConnected(WithSocks5Proxy) Skipping flaky test - See QTBUG-29941
     Loc: [tst_qsslsocket.cpp(1994)]
  PASS   : tst_QSslSocket::resetProxy(WithoutProxy)
  PASS   : tst_QSslSocket::resetProxy(WithSocks5Proxy)
  PASS   : tst_QSslSocket::resetProxy(WithSocks5ProxyAuth)
  PASS   : tst_QSslSocket::resetProxy(WithHttpProxy)
  PASS   : tst_QSslSocket::resetProxy(WithHttpProxyBasicAuth)
  PASS   : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list)
  PASS   : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-wrong-error)
  PASS   : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList1)
  PASS   : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:allErrorsInExpectedList2)
  PASS   : tst_QSslSocket::ignoreSslErrorsList(WithoutProxy:SSL-failure-empty-list-again)
  PASS   : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list)
  PASS   : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-wrong-error)
  SKIP   : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList1) Skipping flaky test - See QTBUG-29941
     Loc: [tst_qsslsocket.cpp(2089)]
  SKIP   : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:allErrorsInExpectedList2) Skipping flaky test - See QTBUG-29941
     Loc: [tst_qsslsocket.cpp(2089)]
  PASS   : tst_QSslSocket::ignoreSslErrorsList(WithSocks5Proxy:SSL-failure-empty-list-again)
  PASS   : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list)
  PASS   : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-wrong-error)
  SKIP   : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList1) Skipping flaky test - See QTBUG-29941
     Loc: [tst_qsslsocket.cpp(2089)]
  SKIP   : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:allErrorsInExpectedList2) Skipping flaky test - See QTBUG-29941
     Loc: [tst_qsslsocket.cpp(2089)]
  PASS   : tst_QSslSocket::ignoreSslErrorsList(WithSocks5ProxyAuth:SSL-failure-empty-list-again)
  PASS   : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list)
  PASS   : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-wrong-error)
  PASS   : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList1)
  PASS   : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:allErrorsInExpectedList2)
  PASS   : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxy:SSL-failure-empty-list-again)
  PASS   : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list)
  PASS   : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-wrong-error)
  PASS   : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList1)
  PASS   : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:allErrorsInExpectedList2)
  PASS   : tst_QSslSocket::ignoreSslErrorsList(WithHttpProxyBasicAuth:SSL-failure-empty-list-again)
  PASS   : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list)
  PASS   : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-wrong-error)
  PASS   : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList1)
  PASS   : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:allErrorsInExpectedList2)
  PASS   : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithoutProxy:SSL-failure-empty-list-again)
  PASS   : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list)
  PASS   : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-wrong-error)
  SKIP   : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList1) Skipping flaky test - See QTBUG-29941
     Loc: [tst_qsslsocket.cpp(2122)]
  SKIP   : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:allErrorsInExpectedList2) Skipping flaky test - See QTBUG-29941
     Loc: [tst_qsslsocket.cpp(2122)]
  PASS   : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5Proxy:SSL-failure-empty-list-again)
  PASS   : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list)
  PASS   : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-wrong-error)
  SKIP   : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList1) Skipping flaky test - See QTBUG-29941
     Loc: [tst_qsslsocket.cpp(2122)]
  SKIP   : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:allErrorsInExpectedList2) Skipping flaky test - See QTBUG-29941
     Loc: [tst_qsslsocket.cpp(2122)]
  PASS   : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithSocks5ProxyAuth:SSL-failure-empty-list-again)
  PASS   : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list)
  PASS   : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-wrong-error)
  PASS   : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList1)
  PASS   : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:allErrorsInExpectedList2)
  PASS   : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxy:SSL-failure-empty-list-again)
  PASS   : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list)
  PASS   : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-wrong-error)
  PASS   : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList1)
  PASS   : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:allErrorsInExpectedList2)
  PASS   : tst_QSslSocket::ignoreSslErrorsListWithSlot(WithHttpProxyBasicAuth:SSL-failure-empty-list-again)
  PASS   : tst_QSslSocket::readFromClosedSocket(WithoutProxy)
  QWARN  : tst_QSslSocket::readFromClosedSocket(WithSocks5Proxy) QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
  SKIP   : tst_QSslSocket::readFromClosedSocket(WithSocks5Proxy) Skipping flaky test - See QTBUG-29941
     Loc: [tst_qsslsocket.cpp(2145)]
  PASS   : tst_QSslSocket::writeBigChunk(WithoutProxy)
  SKIP   : tst_QSslSocket::writeBigChunk(WithSocks5Proxy) Skipping flaky test - See QTBUG-29941
     Loc: [tst_qsslsocket.cpp(2173)]
  PASS   : tst_QSslSocket::blacklistedCertificates(WithoutProxy)
  PASS   : tst_QSslSocket::blacklistedCertificates(WithSocks5Proxy)
  PASS   : tst_QSslSocket::blacklistedCertificates(WithSocks5ProxyAuth)
  PASS   : tst_QSslSocket::blacklistedCertificates(WithHttpProxy)
  PASS   : tst_QSslSocket::blacklistedCertificates(WithHttpProxyBasicAuth)
  QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "OpenSSL 0.9.8k 25 Mar 2009"
  QDEBUG : tst_QSslSocket::versionAccessors(WithoutProxy) "9080bf"
  PASS   : tst_QSslSocket::versionAccessors(WithoutProxy)
  QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "OpenSSL 0.9.8k 25 Mar 2009"
  QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5Proxy) "9080bf"
  PASS   : tst_QSslSocket::versionAccessors(WithSocks5Proxy)
  QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "OpenSSL 0.9.8k 25 Mar 2009"
  QDEBUG : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth) "9080bf"
  PASS   : tst_QSslSocket::versionAccessors(WithSocks5ProxyAuth)
  QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "OpenSSL 0.9.8k 25 Mar 2009"
  QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxy) "9080bf"
  PASS   : tst_QSslSocket::versionAccessors(WithHttpProxy)
  QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "OpenSSL 0.9.8k 25 Mar 2009"
  QDEBUG : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth) "9080bf"
  PASS   : tst_QSslSocket::versionAccessors(WithHttpProxyBasicAuth)
  PASS   : tst_QSslSocket::sslOptions(WithoutProxy)
  PASS   : tst_QSslSocket::sslOptions(WithSocks5Proxy)
  PASS   : tst_QSslSocket::sslOptions(WithSocks5ProxyAuth)
  PASS   : tst_QSslSocket::sslOptions(WithHttpProxy)
  PASS   : tst_QSslSocket::sslOptions(WithHttpProxyBasicAuth)
  PASS   : tst_QSslSocket::encryptWithoutConnecting(WithoutProxy)
  PASS   : tst_QSslSocket::encryptWithoutConnecting(WithSocks5Proxy)
  PASS   : tst_QSslSocket::encryptWithoutConnecting(WithSocks5ProxyAuth)
  PASS   : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxy)
  PASS   : tst_QSslSocket::encryptWithoutConnecting(WithHttpProxyBasicAuth)
  PASS   : tst_QSslSocket::resume(WithoutProxy:DoNotIgnoreErrors)
  PASS   : tst_QSslSocket::resume(WithoutProxy:ignoreAllErrors)
  PASS   : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Wrong)
  PASS   : tst_QSslSocket::resume(WithoutProxy:ignoreSpecificErrors-Right)
  FAIL!  : tst_QSslSocket::resume(WithSocks5Proxy:DoNotIgnoreErrors) Compared values are not the same
     Actual   (sslErrorSpy.count()): 0
     Expected (1): 1
     Loc: [tst_qsslsocket.cpp(2353)]
  FAIL!  : tst_QSslSocket::resume(WithSocks5Proxy:ignoreAllErrors) Compared values are not the same
     Actual   (sslErrorSpy.count()): 0
     Expected (1): 1
     Loc: [tst_qsslsocket.cpp(2353)]
  FAIL!  : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Wrong) Compared values are not the same
     Actual   (sslErrorSpy.count()): 0
     Expected (1): 1
     Loc: [tst_qsslsocket.cpp(2353)]
  FAIL!  : tst_QSslSocket::resume(WithSocks5Proxy:ignoreSpecificErrors-Right) Compared values are not the same
     Actual   (sslErrorSpy.count()): 0
     Expected (1): 1
     Loc: [tst_qsslsocket.cpp(2353)]
  FAIL!  : tst_QSslSocket::resume(WithSocks5ProxyAuth:DoNotIgnoreErrors) Compared values are not the same
     Actual   (sslErrorSpy.count()): 0
     Expected (1): 1
     Loc: [tst_qsslsocket.cpp(2353)]
  FAIL!  : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreAllErrors) Compared values are not the same
     Actual   (sslErrorSpy.count()): 0
     Expected (1): 1
     Loc: [tst_qsslsocket.cpp(2353)]
  FAIL!  : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Wrong) Compared values are not the same
     Actual   (sslErrorSpy.count()): 0
     Expected (1): 1
     Loc: [tst_qsslsocket.cpp(2353)]
  FAIL!  : tst_QSslSocket::resume(WithSocks5ProxyAuth:ignoreSpecificErrors-Right) Compared values are not the same
     Actual   (sslErrorSpy.count()): 0
     Expected (1): 1
     Loc: [tst_qsslsocket.cpp(2353)]
  PASS   : tst_QSslSocket::resume(WithHttpProxy:DoNotIgnoreErrors)
  PASS   : tst_QSslSocket::resume(WithHttpProxy:ignoreAllErrors)
  PASS   : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Wrong)
  PASS   : tst_QSslSocket::resume(WithHttpProxy:ignoreSpecificErrors-Right)
  PASS   : tst_QSslSocket::resume(WithHttpProxyBasicAuth:DoNotIgnoreErrors)
  PASS   : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreAllErrors)
  PASS   : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Wrong)
  PASS   : tst_QSslSocket::resume(WithHttpProxyBasicAuth:ignoreSpecificErrors-Right)
  PASS   : tst_QSslSocket::qtbug18498_peek(WithoutProxy)
  PASS   : tst_QSslSocket::qtbug18498_peek(WithSocks5Proxy)
  PASS   : tst_QSslSocket::qtbug18498_peek(WithSocks5ProxyAuth)
  PASS   : tst_QSslSocket::qtbug18498_peek(WithHttpProxy)
  PASS   : tst_QSslSocket::qtbug18498_peek(WithHttpProxyBasicAuth)
  PASS   : tst_QSslSocket::qtbug18498_peek2(WithoutProxy)
  PASS   : tst_QSslSocket::qtbug18498_peek2(WithSocks5Proxy)
  PASS   : tst_QSslSocket::qtbug18498_peek2(WithSocks5ProxyAuth)
  PASS   : tst_QSslSocket::qtbug18498_peek2(WithHttpProxy)
  PASS   : tst_QSslSocket::qtbug18498_peek2(WithHttpProxyBasicAuth)
  PASS   : tst_QSslSocket::setEmptyDefaultConfiguration(WithoutProxy)
  PASS   : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5Proxy)
  PASS   : tst_QSslSocket::setEmptyDefaultConfiguration(WithSocks5ProxyAuth)
  PASS   : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxy)
  PASS   : tst_QSslSocket::setEmptyDefaultConfiguration(WithHttpProxyBasicAuth)
  PASS   : tst_QSslSocket::exitLoop(WithoutProxy)
  PASS   : tst_QSslSocket::exitLoop(WithSocks5Proxy)
  PASS   : tst_QSslSocket::exitLoop(WithSocks5ProxyAuth)
  PASS   : tst_QSslSocket::exitLoop(WithHttpProxy)
  PASS   : tst_QSslSocket::exitLoop(WithHttpProxyBasicAuth)
  PASS   : tst_QSslSocket::cleanupTestCase()
  Totals: 479 passed, 32 failed, 24 skipped
  ********* Finished testing of tst_QSslSocket *********
  QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time:
  QtQA::App::TestRunner:   first attempt:  exited with signal 6
  QtQA::App::TestRunner:   second attempt: exited with exit code 32
  QtQA::App::TestRunner: the test seems to be flaky, please fix this
  QtQA::App::TestRunner: this flaky test is being treated as a FAIL
  QtQA::App::TestRunner: end tst_qsslsocket: 556 seconds, exit code 32
  
  Testing tst_QSocks5SocketEngine
  FAIL!  : tst_QSocks5SocketEngine::simpleConnectToIMAP() 'socketDevice.state() == QAbstractSocket::ConnectedState' returned FALSE. ()
     Loc: [tst_qsocks5socketengine.cpp(352)]
  FAIL!  : tst_QSocks5SocketEngine::udpTest() 'udpSocket.bind(QHostAddress("0.0.0.0"), 0)' returned FALSE. ()
     Loc: [tst_qsocks5socketengine.cpp(581)]
  FAIL!  : tst_QSocks5SocketEngine::serverTest() 'server.bind(QHostAddress("0.0.0.0"), 0)' returned FALSE. ()
     Loc: [tst_qsocks5socketengine.cpp(492)]
  FAIL!  : tst_QSocks5SocketEngine::tcpSocketBlockingTest() 'socket.waitForConnected()' returned FALSE. ()
     Loc: [tst_qsocks5socketengine.cpp(625)]
  FAIL!  : tst_QSocks5SocketEngine::tcpSocketNonBlockingTest() Timed out
     Loc: [tst_qsocks5socketengine.cpp(687)]
  FAIL!  : tst_QSocks5SocketEngine::downloadBigFile() Network operation timed out
     Loc: [tst_qsocks5socketengine.cpp(811)]
  FAIL!  : tst_QSocks5SocketEngine::passwordAuth() 'socketDevice.state() == QAbstractSocket::ConnectedState' returned FALSE. ()
     Loc: [tst_qsocks5socketengine.cpp(880)]
  FAIL!  : tst_QSocks5SocketEngine::passwordAuth2() 'socketDevice.state() == QAbstractSocket::ConnectedState' returned FALSE. ()
     Loc: [tst_qsocks5socketengine.cpp(948)]
  Totals: 75 passed, 8 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QSocks5SocketEngine *********
  Config: Using QtTest library 5.1.2, Qt 5.1.2
  PASS   : tst_QSocks5SocketEngine::initTestCase()
  PASS   : tst_QSocks5SocketEngine::construction()
  PASS   : tst_QSocks5SocketEngine::errorTest(proxy-host-not-found)
  PASS   : tst_QSocks5SocketEngine::errorTest(proxy-connection-refused)
  PASS   : tst_QSocks5SocketEngine::errorTest(garbage1)
  PASS   : tst_QSocks5SocketEngine::errorTest(garbage2)
  PASS   : tst_QSocks5SocketEngine::errorTest(unknown-auth-method)
  PASS   : tst_QSocks5SocketEngine::errorTest(no-acceptable-authentication)
  PASS   : tst_QSocks5SocketEngine::errorTest(authentication-required)
  PASS   : tst_QSocks5SocketEngine::errorTest(connection-not-allowed)
  PASS   : tst_QSocks5SocketEngine::errorTest(network-unreachable)
  PASS   : tst_QSocks5SocketEngine::errorTest(host-unreachable)
  PASS   : tst_QSocks5SocketEngine::errorTest(connection-refused)
  FAIL!  : tst_QSocks5SocketEngine::simpleConnectToIMAP() 'socketDevice.state() == QAbstractSocket::ConnectedState' returned FALSE. ()
     Loc: [tst_qsocks5socketengine.cpp(352)]
  PASS   : tst_QSocks5SocketEngine::simpleErrorsAndStates()
  FAIL!  : tst_QSocks5SocketEngine::udpTest() 'udpSocket.bind(QHostAddress("0.0.0.0"), 0)' returned FALSE. ()
     Loc: [tst_qsocks5socketengine.cpp(581)]
  FAIL!  : tst_QSocks5SocketEngine::serverTest() 'server.bind(QHostAddress("0.0.0.0"), 0)' returned FALSE. ()
     Loc: [tst_qsocks5socketengine.cpp(492)]
  FAIL!  : tst_QSocks5SocketEngine::tcpSocketBlockingTest() 'socket.waitForConnected()' returned FALSE. ()
     Loc: [tst_qsocks5socketengine.cpp(625)]
  FAIL!  : tst_QSocks5SocketEngine::tcpSocketNonBlockingTest() Timed out
     Loc: [tst_qsocks5socketengine.cpp(687)]
  FAIL!  : tst_QSocks5SocketEngine::downloadBigFile() Network operation timed out
     Loc: [tst_qsocks5socketengine.cpp(811)]
  QDEBUG : tst_QSocks5SocketEngine::passwordAuth() 7, Host unreachable
  FAIL!  : tst_QSocks5SocketEngine::passwordAuth() 'socketDevice.state() == QAbstractSocket::ConnectedState' returned FALSE. ()
     Loc: [tst_qsocks5socketengine.cpp(880)]
  QDEBUG : tst_QSocks5SocketEngine::passwordAuth2() 7, Host unreachable
  FAIL!  : tst_QSocks5SocketEngine::passwordAuth2() 'socketDevice.state() == QAbstractSocket::ConnectedState' returned FALSE. ()
     Loc: [tst_qsocks5socketengine.cpp(948)]
  PASS   : tst_QSocks5SocketEngine::fragmentation(auth-method)
  PASS   : tst_QSocks5SocketEngine::fragmentation(auth-response)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv4-1)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv4-2)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv4-3)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv4-4)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv4-5)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv4-6)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv4-7)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv4-8)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv6-1)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv6-2)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv6-3)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv6-4)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv6-5)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv6-6)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv6-7)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv6-8)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv6-9)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv6-10)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv6-11)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv6-12)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv6-13)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv6-14)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv6-15)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv6-16)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv6-17)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv6-18)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv6-19)
  PASS   : tst_QSocks5SocketEngine::fragmentation(connect-response-ipv6-20)
  PASS   : tst_QSocks5SocketEngine::incomplete(auth-method)
  PASS   : tst_QSocks5SocketEngine::incomplete(auth-response)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv4-1)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv4-2)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv4-3)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv4-4)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv4-5)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv4-6)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv4-7)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv4-8)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv6-1)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv6-2)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv6-3)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv6-4)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv6-5)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv6-6)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv6-7)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv6-8)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv6-9)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv6-10)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv6-11)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv6-12)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv6-13)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv6-14)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv6-15)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv6-16)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv6-17)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv6-18)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv6-19)
  PASS   : tst_QSocks5SocketEngine::incomplete(connect-response-ipv6-20)
  PASS   : tst_QSocks5SocketEngine::cleanupTestCase()
  Totals: 75 passed, 8 failed, 0 skipped
  ********* Finished testing of tst_QSocks5SocketEngine *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qsocks5socketengine: 257 seconds, exit code 8
  
  Testing tst_QIODevice
  FAIL!  : tst_QIODevice::constructing_QTcpSocket() 'socket.waitForConnected(30000)' returned FALSE. ()
     Loc: [tst_qiodevice.cpp(107)]
  FAIL!  : tst_QIODevice::unget() 'socket.waitForReadyRead()' returned FALSE. ()
     Loc: [tst_qiodevice.cpp(265)]
  Totals: 54 passed, 2 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QIODevice *********
  Config: Using QtTest library 5.1.2, Qt 5.1.2
  PASS   : tst_QIODevice::initTestCase()
  PASS   : tst_QIODevice::getSetCheck()
  FAIL!  : tst_QIODevice::constructing_QTcpSocket() 'socket.waitForConnected(30000)' returned FALSE. ()
     Loc: [tst_qiodevice.cpp(107)]
  PASS   : tst_QIODevice::constructing_QFile()
  PASS   : tst_QIODevice::read_QByteArray()
  FAIL!  : tst_QIODevice::unget() 'socket.waitForReadyRead()' returned FALSE. ()
     Loc: [tst_qiodevice.cpp(265)]
  PASS   : tst_QIODevice::peek()
  PASS   : tst_QIODevice::peekAndRead()
  PASS   : tst_QIODevice::readLine(0)
  PASS   : tst_QIODevice::readLine(1)
  PASS   : tst_QIODevice::readLine(8194)
  PASS   : tst_QIODevice::readLine(8193)
  PASS   : tst_QIODevice::readLine(8192)
  PASS   : tst_QIODevice::readLine(8191)
  PASS   : tst_QIODevice::readLine(6000)
  PASS   : tst_QIODevice::readLine(4096)
  PASS   : tst_QIODevice::readLine(4095)
  PASS   : tst_QIODevice::readLine2(1024 - 4)
  PASS   : tst_QIODevice::readLine2(1024 - 3)
  PASS   : tst_QIODevice::readLine2(1024 - 2)
  PASS   : tst_QIODevice::readLine2(1024 - 1)
  PASS   : tst_QIODevice::readLine2(1024)
  PASS   : tst_QIODevice::readLine2(1024 + 1)
  PASS   : tst_QIODevice::readLine2(1024 + 2)
  PASS   : tst_QIODevice::readLine2(4096 - 4)
  PASS   : tst_QIODevice::readLine2(4096 - 3)
  PASS   : tst_QIODevice::readLine2(4096 - 2)
  PASS   : tst_QIODevice::readLine2(4096 - 1)
  PASS   : tst_QIODevice::readLine2(4096)
  PASS   : tst_QIODevice::readLine2(4096 + 1)
  PASS   : tst_QIODevice::readLine2(4096 + 2)
  PASS   : tst_QIODevice::readLine2(8192 - 4)
  PASS   : tst_QIODevice::readLine2(8192 - 3)
  PASS   : tst_QIODevice::readLine2(8192 - 2)
  PASS   : tst_QIODevice::readLine2(8192 - 1)
  PASS   : tst_QIODevice::readLine2(8192)
  PASS   : tst_QIODevice::readLine2(8192 + 1)
  PASS   : tst_QIODevice::readLine2(8192 + 2)
  PASS   : tst_QIODevice::readLine2(16384 - 4)
  PASS   : tst_QIODevice::readLine2(16384 - 3)
  PASS   : tst_QIODevice::readLine2(16384 - 2)
  PASS   : tst_QIODevice::readLine2(16384 - 1)
  PASS   : tst_QIODevice::readLine2(16384)
  PASS   : tst_QIODevice::readLine2(16384 + 1)
  PASS   : tst_QIODevice::readLine2(16384 + 2)
  PASS   : tst_QIODevice::readLine2(20000)
  PASS   : tst_QIODevice::readLine2(32768 - 4)
  PASS   : tst_QIODevice::readLine2(32768 - 3)
  PASS   : tst_QIODevice::readLine2(32768 - 2)
  PASS   : tst_QIODevice::readLine2(32768 - 1)
  PASS   : tst_QIODevice::readLine2(32768)
  PASS   : tst_QIODevice::readLine2(32768 + 1)
  PASS   : tst_QIODevice::readLine2(32768 + 2)
  PASS   : tst_QIODevice::readLine2(40000)
  PASS   : tst_QIODevice::peekBug()
  PASS   : tst_QIODevice::cleanupTestCase()
  Totals: 54 passed, 2 failed, 0 skipped
  ********* Finished testing of tst_QIODevice *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qiodevice: 25 seconds, exit code 2
  
  Testing tst_QHttpSocketEngine
  FAIL!  : tst_QHttpSocketEngine::errorTest(proxy-connection-refused) Compared values are not the same
     Actual   (int(socket.error())): 7
     Expected (expectedError): 14
     Loc: [tst_qhttpsocketengine.cpp(300)]
  FAIL!  : tst_QHttpSocketEngine::simpleConnectToIMAP() 'socketDevice.state() == QAbstractSocket::ConnectedState' returned FALSE. ()
     Loc: [tst_qhttpsocketengine.cpp(317)]
  FAIL!  : tst_QHttpSocketEngine::simpleErrorsAndStates() 'socketDevice.state() == QAbstractSocket::ConnectedState || socketDevice.state() == QAbstractSocket::UnconnectedState' returned FALSE. ()
     Loc: [tst_qhttpsocketengine.cpp(376)]
  FAIL!  : tst_QHttpSocketEngine::tcpSocketBlockingTest() 'socket.waitForConnected()' returned FALSE. ()
     Loc: [tst_qhttpsocketengine.cpp(457)]
  FAIL!  : tst_QHttpSocketEngine::tcpSocketNonBlockingTest() Timed out
     Loc: [tst_qhttpsocketengine.cpp(519)]
  FAIL!  : tst_QHttpSocketEngine::downloadBigFile() Network operation timed out
     Loc: [tst_qhttpsocketengine.cpp(645)]
  FAIL!  : tst_QHttpSocketEngine::passwordAuth() 'socketDevice.state() == QAbstractSocket::ConnectedState' returned FALSE. ()
     Loc: [tst_qhttpsocketengine.cpp(707)]
  Totals: 17 passed, 7 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QHttpSocketEngine *********
  Config: Using QtTest library 5.1.2, Qt 5.1.2
  PASS   : tst_QHttpSocketEngine::initTestCase()
  PASS   : tst_QHttpSocketEngine::construction()
  PASS   : tst_QHttpSocketEngine::errorTest(proxy-host-not-found)
  FAIL!  : tst_QHttpSocketEngine::errorTest(proxy-connection-refused) Compared values are not the same
     Actual   (int(socket.error())): 7
     Expected (expectedError): 14
     Loc: [tst_qhttpsocketengine.cpp(300)]
  PASS   : tst_QHttpSocketEngine::errorTest(garbage1)
  PASS   : tst_QHttpSocketEngine::errorTest(garbage2)
  PASS   : tst_QHttpSocketEngine::errorTest(garbage3)
  PASS   : tst_QHttpSocketEngine::errorTest(forbidden)
  PASS   : tst_QHttpSocketEngine::errorTest(method-not-allowed)
  PASS   : tst_QHttpSocketEngine::errorTest(proxy-authentication-too-short)
  PASS   : tst_QHttpSocketEngine::errorTest(proxy-authentication-invalid-method)
  PASS   : tst_QHttpSocketEngine::errorTest(proxy-authentication-required)
  PASS   : tst_QHttpSocketEngine::errorTest(proxy-authentication-required2)
  PASS   : tst_QHttpSocketEngine::errorTest(proxy-authentication-required-noclose)
  PASS   : tst_QHttpSocketEngine::errorTest(connection-refused)
  PASS   : tst_QHttpSocketEngine::errorTest(host-not-found)
  PASS   : tst_QHttpSocketEngine::errorTest(weird-http-reply)
  FAIL!  : tst_QHttpSocketEngine::simpleConnectToIMAP() 'socketDevice.state() == QAbstractSocket::ConnectedState' returned FALSE. ()
     Loc: [tst_qhttpsocketengine.cpp(317)]
  FAIL!  : tst_QHttpSocketEngine::simpleErrorsAndStates() 'socketDevice.state() == QAbstractSocket::ConnectedState || socketDevice.state() == QAbstractSocket::UnconnectedState' returned FALSE. ()
     Loc: [tst_qhttpsocketengine.cpp(376)]
  FAIL!  : tst_QHttpSocketEngine::tcpSocketBlockingTest() 'socket.waitForConnected()' returned FALSE. ()
     Loc: [tst_qhttpsocketengine.cpp(457)]
  FAIL!  : tst_QHttpSocketEngine::tcpSocketNonBlockingTest() Timed out
     Loc: [tst_qhttpsocketengine.cpp(519)]
  FAIL!  : tst_QHttpSocketEngine::downloadBigFile() Network operation timed out
     Loc: [tst_qhttpsocketengine.cpp(645)]
  FAIL!  : tst_QHttpSocketEngine::passwordAuth() 'socketDevice.state() == QAbstractSocket::ConnectedState' returned FALSE. ()
     Loc: [tst_qhttpsocketengine.cpp(707)]
  PASS   : tst_QHttpSocketEngine::cleanupTestCase()
  Totals: 17 passed, 7 failed, 0 skipped
  ********* Finished testing of tst_QHttpSocketEngine *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qhttpsocketengine: 200 seconds, exit code 7

  Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_02070/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz

  Tested changes (refs/builds/stable_1379503700):
    http://codereview.qt-project.org/65716 [PS3] - OAuth over XMLHttpRequest fails
    http://codereview.qt-project.org/65708 [PS2] - Doc: remove duplicate \externalpage definitions
    http://codereview.qt-project.org/65781 [PS1] - Doc: Fix module names of multimedia examples in manifest-meta



More information about the Ci-reports mailing list