[Ci-reports] fail on QtBase_dev_Integration #4419

Qt Continuous Integration System ci-noreply at qt-project.org
Sat Nov 22 20:29:09 CET 2014


seven autotests failed :(

  Testing tst_QWindow
  2014-11-22 22:28:52.235 tst_qwindow[8209:3f07] Persistent UI failed to open file file:///Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qwindow.savedState/window_3.data: No such file or directory (2)
  FAIL!  : tst_QWindow::positioning(default) Compared values are not the same
     Actual   (((window.received(QEvent::Resize)))): 4
     Expected (resizecount)                        : 3
     Loc: [tst_qwindow.cpp(322)]
  FAIL!  : tst_QWindow::modalDialogClosingOneOfTwoModal() Compared pointers are not the same
     Actual   (((QGuiApplication::focusWindow()))): 0x0
     Expected (&first_dialog)                     : 0x7fff55bc1e08
     Loc: [tst_qwindow.cpp(1530)]
  FAIL!  : tst_QWindow::modalWindowModallity() Compared pointers are not the same
     Actual   (((QGuiApplication::focusWindow()))): 0x7fff55bc1d60
     Expected (&normal_window)                    : 0x7fff55bc1df8
     Loc: [tst_qwindow.cpp(1596)]
  Totals: 29 passed, 3 failed, 4 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QWindow *********
  Config: Using QtTest library 5.5.0, Qt 5.5.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by Clang 6.0 (clang-600.0.54) (Apple))
  PASS   : tst_QWindow::initTestCase()
  PASS   : tst_QWindow::eventOrderOnShow()
  PASS   : tst_QWindow::resizeEventAfterResize()
  PASS   : tst_QWindow::mapGlobal()
  2014-11-22 22:29:52.771 tst_qwindow[8217:1003] Persistent UI failed to open file file:///Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qwindow.savedState/window_3.data: No such file or directory (2)
  FAIL!  : tst_QWindow::positioning(default) Compared values are not the same
     Actual   (((window.received(QEvent::Resize)))): 4
     Expected (resizecount)                        : 3
     Loc: [tst_qwindow.cpp(322)]
  PASS   : tst_QWindow::positioning(fake)
  SKIP   : tst_QWindow::positioningDuringMinimized() Not supported on this platform
     Loc: [tst_qwindow.cpp(355)]
  PASS   : tst_QWindow::platformSurface()
  PASS   : tst_QWindow::isExposed()
  PASS   : tst_QWindow::isActive()
  PASS   : tst_QWindow::testInputEvents()
  SKIP   : tst_QWindow::touchToMouseTranslation() Mouse events are synthesized by the system on this platform.
     Loc: [tst_qwindow.cpp(704)]
  PASS   : tst_QWindow::mouseToTouchTranslation()
  PASS   : tst_QWindow::mouseToTouchLoop()
  PASS   : tst_QWindow::touchCancel()
  SKIP   : tst_QWindow::touchCancelWithTouchToMouse() Mouse events are synthesized by the system on this platform.
     Loc: [tst_qwindow.cpp(906)]
  PASS   : tst_QWindow::touchInterruptedByPopup()
  PASS   : tst_QWindow::orientation()
  PASS   : tst_QWindow::sizes()
  PASS   : tst_QWindow::close()
  PASS   : tst_QWindow::activateAndClose()
  PASS   : tst_QWindow::mouseEventSequence()
  PASS   : tst_QWindow::windowModality()
  PASS   : tst_QWindow::inputReentrancy()
  PASS   : tst_QWindow::tabletEvents()
  PASS   : tst_QWindow::windowModality_QTBUG27039()
  PASS   : tst_QWindow::visibility()
  PASS   : tst_QWindow::mask()
  PASS   : tst_QWindow::initialSize()
  PASS   : tst_QWindow::modalDialog()
  FAIL!  : tst_QWindow::modalDialogClosingOneOfTwoModal() Compared pointers are not the same
     Actual   (((QGuiApplication::focusWindow()))): 0x0
     Expected (&first_dialog)                     : 0x7fff56f42e18
     Loc: [tst_qwindow.cpp(1530)]
  PASS   : tst_QWindow::modalWithChildWindow()
  FAIL!  : tst_QWindow::modalWindowModallity() Compared pointers are not the same
     Actual   (((QGuiApplication::focusWindow()))): 0x7fff56f42d70
     Expected (&normal_window)                    : 0x7fff56f42e08
     Loc: [tst_qwindow.cpp(1596)]
  PASS   : tst_QWindow::modalWindowPosition()
  SKIP   : tst_QWindow::windowsTransientChildren() Windows only test
     Loc: [tst_qwindow.cpp(1638)]
  PASS   : tst_QWindow::cleanupTestCase()
  Totals: 29 passed, 3 failed, 4 skipped, 0 blacklisted
  ********* Finished testing of tst_QWindow *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qwindow: 120 seconds, exit code 3
  
  Testing tst_QNetworkReply
  BFAIL  : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) 'waitForFinish(reply) == Success' returned FALSE. ( QUrl( "http://127.0.0.1:52303/qtest/rfc3252.txt" )  failed: # 2 "Connection closed" )
     Loc: [../tst_qnetworkreply.cpp(4876)]
  BFAIL  : tst_QNetworkReply::ioGetFromBuiltinHttp(https+limited) 'waitForFinish(reply) == Success' returned FALSE. ( QUrl( "https://127.0.0.1:52307/qtest/rfc3252.txt" )  failed: # 2 "Connection closed" )
     Loc: [../tst_qnetworkreply.cpp(4876)]
  BPASS  : tst_QNetworkReply::synchronousRequest(https)
  FAIL!  : tst_QNetworkReply::backgroundRequestInterruption(ftp, bg, nobg) Compared values are not the same
     Actual   (reply->error()): NoError
     Expected (error)         : BackgroundRequestNotAllowedError
     Loc: [../tst_qnetworkreply.cpp(7802)]
  Totals: 604 passed, 1 failed, 28 skipped, 3 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QNetworkReply *********
  Config: Using QtTest library 5.5.0, Qt 5.5.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by Clang 6.0 (clang-600.0.54) (Apple))
  PASS   : tst_QNetworkReply::initTestCase()
  PASS   : tst_QNetworkReply::stateChecking()
  PASS   : tst_QNetworkReply::invalidProtocol()
  PASS   : tst_QNetworkReply::getFromData(empty2)
  PASS   : tst_QNetworkReply::getFromData(just-charset_1)
  PASS   : tst_QNetworkReply::getFromData(just-charset_2)
  PASS   : tst_QNetworkReply::getFromData(just-media2)
  PASS   : tst_QNetworkReply::getFromData(plain_1)
  PASS   : tst_QNetworkReply::getFromData(plain_2)
  PASS   : tst_QNetworkReply::getFromData(plain_3)
  PASS   : tst_QNetworkReply::getFromData(pct_1)
  PASS   : tst_QNetworkReply::getFromData(pct_2)
  PASS   : tst_QNetworkReply::getFromData(base64-empty_1)
  PASS   : tst_QNetworkReply::getFromData(base64-empty_2)
  PASS   : tst_QNetworkReply::getFromData(base64-empty_3)
  PASS   : tst_QNetworkReply::getFromData(base64_1)
  PASS   : tst_QNetworkReply::getFromData(base64_2)
  PASS   : tst_QNetworkReply::getFromData(base64_3)
  PASS   : tst_QNetworkReply::getFromData(pct-nul)
  PASS   : tst_QNetworkReply::getFromData(base64-nul)
  PASS   : tst_QNetworkReply::getFromData(pct-nonutf8)
  PASS   : tst_QNetworkReply::getFromData(base64)
  PASS   : tst_QNetworkReply::getFromData(base64, no media type)
  PASS   : tst_QNetworkReply::getFromData(Percent encoding)
  PASS   : tst_QNetworkReply::getFromData(Percent encoding, no media type)
  PASS   : tst_QNetworkReply::getFromData(querychars)
  PASS   : tst_QNetworkReply::getFromData(css)
  PASS   : tst_QNetworkReply::getFromFile()
  PASS   : tst_QNetworkReply::getFromFileSpecial(resource)
  PASS   : tst_QNetworkReply::getFromFileSpecial(search-path)
  PASS   : tst_QNetworkReply::getFromFileSpecial(bigfile-path)
  PASS   : tst_QNetworkReply::getFromFtp(rfc3252.txt)
  PASS   : tst_QNetworkReply::getFromFtp(bigfile)
  PASS   : tst_QNetworkReply::getFromFtpAfterError()
  PASS   : tst_QNetworkReply::getFromHttp(success-internal)
  PASS   : tst_QNetworkReply::getFromHttp(success-external)
  PASS   : tst_QNetworkReply::getFromHttp(bigfile-internal)
  PASS   : tst_QNetworkReply::getErrors(empty-url)
  PASS   : tst_QNetworkReply::getErrors(empty-scheme-host)
  PASS   : tst_QNetworkReply::getErrors(empty-scheme)
  PASS   : tst_QNetworkReply::getErrors(file-host)
  PASS   : tst_QNetworkReply::getErrors(file-no-path)
  PASS   : tst_QNetworkReply::getErrors(file-is-dir)
  PASS   : tst_QNetworkReply::getErrors(file-exist)
  PASS   : tst_QNetworkReply::getErrors(file-is-wronly)
  PASS   : tst_QNetworkReply::getErrors(ftp-host)
  PASS   : tst_QNetworkReply::getErrors(ftp-no-path)
  XFAIL  : tst_QNetworkReply::getErrors(ftp-is-dir) QFtp cannot provide enough detail
     Loc: [../tst_qnetworkreply.cpp(1952)]
  PASS   : tst_QNetworkReply::getErrors(ftp-is-dir)
  XFAIL  : tst_QNetworkReply::getErrors(ftp-dir-not-readable) QFtp cannot provide enough detail
     Loc: [../tst_qnetworkreply.cpp(1952)]
  PASS   : tst_QNetworkReply::getErrors(ftp-dir-not-readable)
  QWARN  : tst_QNetworkReply::getErrors(ftp-file-not-readable) QIODevice::read: device not open
  PASS   : tst_QNetworkReply::getErrors(ftp-file-not-readable)
  PASS   : tst_QNetworkReply::getErrors(ftp-exist)
  PASS   : tst_QNetworkReply::getErrors(http-host)
  PASS   : tst_QNetworkReply::getErrors(http-exist)
  PASS   : tst_QNetworkReply::getErrors(http-authentication)
  PASS   : tst_QNetworkReply::headFromHttp(rfc)
  PASS   : tst_QNetworkReply::headFromHttp(bigfile)
  PASS   : tst_QNetworkReply::headFromHttp(index)
  PASS   : tst_QNetworkReply::headFromHttp(with-authentication)
  PASS   : tst_QNetworkReply::headFromHttp(cgi)
  PASS   : tst_QNetworkReply::headFromHttp(rfc+proxy)
  PASS   : tst_QNetworkReply::headFromHttp(bigfile+proxy)
  PASS   : tst_QNetworkReply::headFromHttp(index+proxy)
  PASS   : tst_QNetworkReply::headFromHttp(with-authentication+proxy)
  PASS   : tst_QNetworkReply::headFromHttp(cgi+proxy)
  PASS   : tst_QNetworkReply::headFromHttp(rfc+proxyauth)
  PASS   : tst_QNetworkReply::headFromHttp(bigfile+proxyauth)
  PASS   : tst_QNetworkReply::headFromHttp(index+proxyauth)
  PASS   : tst_QNetworkReply::headFromHttp(with-authentication+proxyauth)
  PASS   : tst_QNetworkReply::headFromHttp(cgi+proxyauth)
  PASS   : tst_QNetworkReply::headFromHttp(rfc+socks)
  PASS   : tst_QNetworkReply::headFromHttp(bigfile+socks)
  PASS   : tst_QNetworkReply::headFromHttp(index+socks)
  PASS   : tst_QNetworkReply::headFromHttp(with-authentication+socks)
  PASS   : tst_QNetworkReply::headFromHttp(cgi+socks)
  PASS   : tst_QNetworkReply::headFromHttp(rfc+socksauth)
  PASS   : tst_QNetworkReply::headFromHttp(bigfile+socksauth)
  PASS   : tst_QNetworkReply::headFromHttp(index+socksauth)
  PASS   : tst_QNetworkReply::headFromHttp(with-authentication+socksauth)
  PASS   : tst_QNetworkReply::headFromHttp(cgi+socksauth)
  PASS   : tst_QNetworkReply::putToFile(empty)
  PASS   : tst_QNetworkReply::putToFile(generic)
  PASS   : tst_QNetworkReply::putToFile(small)
  PASS   : tst_QNetworkReply::putToFile(with-nul)
  PASS   : tst_QNetworkReply::putToFile(4k+1)
  PASS   : tst_QNetworkReply::putToFile(128k+1)
  PASS   : tst_QNetworkReply::putToFile(2MB+1)
  QWARN  : tst_QNetworkReply::putToFtp(empty) QIODevice::read: device not open
  PASS   : tst_QNetworkReply::putToFtp(empty)
  QWARN  : tst_QNetworkReply::putToFtp(generic) QIODevice::read: device not open
  PASS   : tst_QNetworkReply::putToFtp(generic)
  QWARN  : tst_QNetworkReply::putToFtp(small) QIODevice::read: device not open
  PASS   : tst_QNetworkReply::putToFtp(small)
  QWARN  : tst_QNetworkReply::putToFtp(with-nul) QIODevice::read: device not open
  PASS   : tst_QNetworkReply::putToFtp(with-nul)
  QWARN  : tst_QNetworkReply::putToFtp(4k+1) QIODevice::read: device not open
  PASS   : tst_QNetworkReply::putToFtp(4k+1)
  QWARN  : tst_QNetworkReply::putToFtp(128k+1) QIODevice::read: device not open
  PASS   : tst_QNetworkReply::putToFtp(128k+1)
  QWARN  : tst_QNetworkReply::putToFtp(2MB+1) QIODevice::read: device not open
  PASS   : tst_QNetworkReply::putToFtp(2MB+1)
  PASS   : tst_QNetworkReply::putToFtpWithInvalidCredentials()
  PASS   : tst_QNetworkReply::putToHttp(empty)
  PASS   : tst_QNetworkReply::putToHttp(generic)
  PASS   : tst_QNetworkReply::putToHttp(small)
  PASS   : tst_QNetworkReply::putToHttp(with-nul)
  PASS   : tst_QNetworkReply::putToHttp(4k+1)
  PASS   : tst_QNetworkReply::putToHttp(128k+1)
  PASS   : tst_QNetworkReply::putToHttp(2MB+1)
  PASS   : tst_QNetworkReply::putToHttpSynchronous(empty)
  PASS   : tst_QNetworkReply::putToHttpSynchronous(generic)
  PASS   : tst_QNetworkReply::putToHttpSynchronous(small)
  PASS   : tst_QNetworkReply::putToHttpSynchronous(with-nul)
  PASS   : tst_QNetworkReply::putToHttpSynchronous(4k+1)
  PASS   : tst_QNetworkReply::putToHttpSynchronous(128k+1)
  PASS   : tst_QNetworkReply::putToHttpSynchronous(2MB+1)
  SKIP   : tst_QNetworkReply::putToHttpMultipart(empty) test server script cannot handle PUT data yet
     Loc: [../tst_qnetworkreply.cpp(2536)]
  SKIP   : tst_QNetworkReply::putToHttpMultipart(empty-related) test server script cannot handle PUT data yet
     Loc: [../tst_qnetworkreply.cpp(2536)]
  SKIP   : tst_QNetworkReply::putToHttpMultipart(empty-alternative) test server script cannot handle PUT data yet
     Loc: [../tst_qnetworkreply.cpp(2536)]
  SKIP   : tst_QNetworkReply::putToHttpMultipart(text) test server script cannot handle PUT data yet
     Loc: [../tst_qnetworkreply.cpp(2536)]
  SKIP   : tst_QNetworkReply::putToHttpMultipart(text-custom) test server script cannot handle PUT data yet
     Loc: [../tst_qnetworkreply.cpp(2536)]
  SKIP   : tst_QNetworkReply::putToHttpMultipart(text-text) test server script cannot handle PUT data yet
     Loc: [../tst_qnetworkreply.cpp(2536)]
  SKIP   : tst_QNetworkReply::putToHttpMultipart(text-text-text) test server script cannot handle PUT data yet
     Loc: [../tst_qnetworkreply.cpp(2536)]
  SKIP   : tst_QNetworkReply::putToHttpMultipart(image) test server script cannot handle PUT data yet
     Loc: [../tst_qnetworkreply.cpp(2536)]
  SKIP   : tst_QNetworkReply::putToHttpMultipart(text-image-image) test server script cannot handle PUT data yet
     Loc: [../tst_qnetworkreply.cpp(2536)]
  SKIP   : tst_QNetworkReply::putToHttpMultipart(3-images) test server script cannot handle PUT data yet
     Loc: [../tst_qnetworkreply.cpp(2536)]
  SKIP   : tst_QNetworkReply::putToHttpMultipart(image-as-content) test server script cannot handle PUT data yet
     Loc: [../tst_qnetworkreply.cpp(2536)]
  PASS   : tst_QNetworkReply::postToHttp(empty)
  PASS   : tst_QNetworkReply::postToHttp(generic)
  PASS   : tst_QNetworkReply::postToHttp(small)
  PASS   : tst_QNetworkReply::postToHttp(with-nul)
  PASS   : tst_QNetworkReply::postToHttp(4k+1)
  PASS   : tst_QNetworkReply::postToHttp(128k+1)
  PASS   : tst_QNetworkReply::postToHttp(2MB+1)
  PASS   : tst_QNetworkReply::postToHttpSynchronous(empty)
  PASS   : tst_QNetworkReply::postToHttpSynchronous(generic)
  PASS   : tst_QNetworkReply::postToHttpSynchronous(small)
  PASS   : tst_QNetworkReply::postToHttpSynchronous(with-nul)
  PASS   : tst_QNetworkReply::postToHttpSynchronous(4k+1)
  PASS   : tst_QNetworkReply::postToHttpSynchronous(128k+1)
  PASS   : tst_QNetworkReply::postToHttpSynchronous(2MB+1)
  PASS   : tst_QNetworkReply::postToHttpMultipart(empty)
  PASS   : tst_QNetworkReply::postToHttpMultipart(empty-related)
  PASS   : tst_QNetworkReply::postToHttpMultipart(empty-alternative)
  PASS   : tst_QNetworkReply::postToHttpMultipart(text)
  PASS   : tst_QNetworkReply::postToHttpMultipart(text-custom)
  PASS   : tst_QNetworkReply::postToHttpMultipart(text-text)
  PASS   : tst_QNetworkReply::postToHttpMultipart(text-text-text)
  PASS   : tst_QNetworkReply::postToHttpMultipart(image)
  PASS   : tst_QNetworkReply::postToHttpMultipart(text-image-image)
  PASS   : tst_QNetworkReply::postToHttpMultipart(3-images)
  PASS   : tst_QNetworkReply::postToHttpMultipart(image-as-content)
  PASS   : tst_QNetworkReply::multipartSkipIndices()
  PASS   : tst_QNetworkReply::putToHttps(empty)
  PASS   : tst_QNetworkReply::putToHttps(generic)
  PASS   : tst_QNetworkReply::putToHttps(small)
  PASS   : tst_QNetworkReply::putToHttps(with-nul)
  PASS   : tst_QNetworkReply::putToHttps(4k+1)
  PASS   : tst_QNetworkReply::putToHttps(128k+1)
  PASS   : tst_QNetworkReply::putToHttps(2MB+1)
  PASS   : tst_QNetworkReply::putToHttpsSynchronous(empty)
  PASS   : tst_QNetworkReply::putToHttpsSynchronous(generic)
  PASS   : tst_QNetworkReply::putToHttpsSynchronous(small)
  PASS   : tst_QNetworkReply::putToHttpsSynchronous(with-nul)
  PASS   : tst_QNetworkReply::putToHttpsSynchronous(4k+1)
  PASS   : tst_QNetworkReply::putToHttpsSynchronous(128k+1)
  PASS   : tst_QNetworkReply::putToHttpsSynchronous(2MB+1)
  PASS   : tst_QNetworkReply::postToHttps(empty)
  PASS   : tst_QNetworkReply::postToHttps(generic)
  PASS   : tst_QNetworkReply::postToHttps(small)
  PASS   : tst_QNetworkReply::postToHttps(with-nul)
  PASS   : tst_QNetworkReply::postToHttps(4k+1)
  PASS   : tst_QNetworkReply::postToHttps(128k+1)
  PASS   : tst_QNetworkReply::postToHttps(2MB+1)
  PASS   : tst_QNetworkReply::postToHttpsSynchronous(empty)
  PASS   : tst_QNetworkReply::postToHttpsSynchronous(generic)
  PASS   : tst_QNetworkReply::postToHttpsSynchronous(small)
  PASS   : tst_QNetworkReply::postToHttpsSynchronous(with-nul)
  PASS   : tst_QNetworkReply::postToHttpsSynchronous(4k+1)
  PASS   : tst_QNetworkReply::postToHttpsSynchronous(128k+1)
  PASS   : tst_QNetworkReply::postToHttpsSynchronous(2MB+1)
  PASS   : tst_QNetworkReply::postToHttpsMultipart(empty)
  PASS   : tst_QNetworkReply::postToHttpsMultipart(empty-related)
  PASS   : tst_QNetworkReply::postToHttpsMultipart(empty-alternative)
  PASS   : tst_QNetworkReply::postToHttpsMultipart(text)
  PASS   : tst_QNetworkReply::postToHttpsMultipart(text-custom)
  PASS   : tst_QNetworkReply::postToHttpsMultipart(text-text)
  PASS   : tst_QNetworkReply::postToHttpsMultipart(text-text-text)
  PASS   : tst_QNetworkReply::postToHttpsMultipart(image)
  PASS   : tst_QNetworkReply::postToHttpsMultipart(text-image-image)
  PASS   : tst_QNetworkReply::postToHttpsMultipart(3-images)
  PASS   : tst_QNetworkReply::postToHttpsMultipart(image-as-content)
  PASS   : tst_QNetworkReply::deleteFromHttp(405-method-not-allowed)
  PASS   : tst_QNetworkReply::deleteFromHttp(200-ok)
  PASS   : tst_QNetworkReply::deleteFromHttp(202-accepted)
  PASS   : tst_QNetworkReply::deleteFromHttp(204-no-content)
  PASS   : tst_QNetworkReply::deleteFromHttp(404-not-found)
  PASS   : tst_QNetworkReply::putGetDeleteGetFromHttp(success)
  PASS   : tst_QNetworkReply::putGetDeleteGetFromHttp(delete-error)
  PASS   : tst_QNetworkReply::sendCustomRequestToHttp(options)
  PASS   : tst_QNetworkReply::sendCustomRequestToHttp(trace)
  PASS   : tst_QNetworkReply::sendCustomRequestToHttp(connect)
  PASS   : tst_QNetworkReply::sendCustomRequestToHttp(nonsense)
  PASS   : tst_QNetworkReply::sendCustomRequestToHttp(post)
  PASS   : tst_QNetworkReply::sendCustomRequestToHttp(put)
  PASS   : tst_QNetworkReply::connectToIPv6Address(localhost)
  PASS   : tst_QNetworkReply::ioGetFromData(data-empty)
  PASS   : tst_QNetworkReply::ioGetFromData(data-literal)
  PASS   : tst_QNetworkReply::ioGetFromData(data-pct)
  PASS   : tst_QNetworkReply::ioGetFromData(data-base64)
  PASS   : tst_QNetworkReply::ioGetFromFileSpecial(resource)
  PASS   : tst_QNetworkReply::ioGetFromFileSpecial(search-path)
  PASS   : tst_QNetworkReply::ioGetFromFileSpecial(bigfile-path)
  PASS   : tst_QNetworkReply::ioGetFromFile(empty)
  PASS   : tst_QNetworkReply::ioGetFromFile(generic)
  PASS   : tst_QNetworkReply::ioGetFromFile(small)
  PASS   : tst_QNetworkReply::ioGetFromFile(with-nul)
  PASS   : tst_QNetworkReply::ioGetFromFile(4k+1)
  PASS   : tst_QNetworkReply::ioGetFromFile(128k+1)
  PASS   : tst_QNetworkReply::ioGetFromFile(2MB+1)
  PASS   : tst_QNetworkReply::ioGetFromFtp(bigfile)
  PASS   : tst_QNetworkReply::ioGetFromFtp(rfc3252.txt)
  PASS   : tst_QNetworkReply::ioGetFromFtpWithReuse()
  PASS   : tst_QNetworkReply::ioGetFromHttp()
  QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) Server will send 44 bytes of header and 1200000 bytes of data
  QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) RateControlledReader: going to read 10240 bytes every 50 ms
  QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) actual read rate will be 204800 bytes/sec (wanted 204800 bytes/sec)
  QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) FastSender: flushed 1200044 bytes in 6 ms: rate = 200007333 B/s
  QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) wrapUp: found 1200000 bytes left. progress 1200000
  QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) send rate: 200007333 B/s
  QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited) receive rate: 150000000 (it received 1200000 bytes in 8 ms)
  PASS   : tst_QNetworkReply::ioGetFromBuiltinHttp(http+unlimited)
  QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) Server will send 44 bytes of header and 1200000 bytes of data
  QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) RateControlledReader: going to read 4096 bytes every 20 ms
  QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) actual read rate will be 204800 bytes/sec (wanted 204800 bytes/sec)
  QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) FastSender: ok, kernel buffer is full after writing 685056 bytes
  QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) Still having 1024 bytes to write, doing that now
  QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) ERROR: FastSender: QAbstractSocket::SocketTimeoutError cleaning up residue
  BFAIL  : tst_QNetworkReply::ioGetFromBuiltinHttp(http+limited) 'waitForFinish(reply) == Success' returned FALSE. ( QUrl( "http://127.0.0.1:53827/qtest/rfc3252.txt" )  failed: # 2 "Connection closed" )
     Loc: [../tst_qnetworkreply.cpp(4876)]
  QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+unlimited) Server will send 44 bytes of header and 1200000 bytes of data
  QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+unlimited) RateControlledReader: going to read 10240 bytes every 50 ms
  QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+unlimited) actual read rate will be 204800 bytes/sec (wanted 204800 bytes/sec)
  QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+unlimited) FastSender: flushed 1200044 bytes in 61 ms: rate = 19672852 B/s
  QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+unlimited) wrapUp: found 1189760 bytes left. progress 1200000
  QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+unlimited) send rate: 19672852 B/s
  QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+unlimited) receive rate: 9600000 (it received 1200000 bytes in 125 ms)
  PASS   : tst_QNetworkReply::ioGetFromBuiltinHttp(https+unlimited)
  QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+limited) Server will send 44 bytes of header and 1200000 bytes of data
  QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+limited) RateControlledReader: going to read 4096 bytes every 20 ms
  QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+limited) actual read rate will be 204800 bytes/sec (wanted 204800 bytes/sec)
  QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+limited) FastSender: ok, kernel buffer is full after writing 905216 bytes
  QDEBUG : tst_QNetworkReply::ioGetFromBuiltinHttp(https+limited) ERROR: FastSender: QAbstractSocket::SocketTimeoutError during blocking write
  BFAIL  : tst_QNetworkReply::ioGetFromBuiltinHttp(https+limited) 'waitForFinish(reply) == Success' returned FALSE. ( QUrl( "https://127.0.0.1:53831/qtest/rfc3252.txt" )  failed: # 2 "Connection closed" )
     Loc: [../tst_qnetworkreply.cpp(4876)]
  PASS   : tst_QNetworkReply::ioGetFromHttpWithReuseParallel()
  PASS   : tst_QNetworkReply::ioGetFromHttpWithReuseSequential()
  PASS   : tst_QNetworkReply::ioGetFromHttpWithAuth(basic)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithAuth(digest)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithAuth(basic-in-url)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithAuth(digest-in-url)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithAuth(basic-bad-user-in-url)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithAuth(basic-bad-password-in-url)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithAuth(digest-bad-user-in-url)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithAuth(digest-bad-password-in-url)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithAuthSynchronous()
  PASS   : tst_QNetworkReply::ioGetFromHttpWithProxyAuth()
  PASS   : tst_QNetworkReply::ioGetFromHttpWithProxyAuthSynchronous()
  XFAIL  : tst_QNetworkReply::ioGetFromHttpWithSocksProxy() QTcpSocket doesn't return enough information yet
     Loc: [../tst_qnetworkreply.cpp(3528)]
  PASS   : tst_QNetworkReply::ioGetFromHttpWithSocksProxy()
  PASS   : tst_QNetworkReply::ioGetFromHttpsWithSslErrors()
  PASS   : tst_QNetworkReply::ioGetFromHttpsWithIgnoreSslErrors()
  PASS   : tst_QNetworkReply::ioGetFromHttpsWithSslHandshakeError()
  QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(no-newline) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection"
  QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(no-newline) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection"
  QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(no-newline) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection"
  PASS   : tst_QNetworkReply::ioGetFromHttpBrokenServer(no-newline)
  QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection"
  QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection"
  QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection"
  PASS   : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines)
  QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines2) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection"
  QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines2) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection"
  QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines2) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection"
  PASS   : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines2)
  QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines3) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection"
  QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines3) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection"
  QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines3) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection"
  PASS   : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines3)
  QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-version) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection"
  QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-version) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection"
  QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-version) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection"
  PASS   : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-version)
  QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-version2) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection"
  QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-version2) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection"
  QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-version2) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection"
  PASS   : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-version2)
  QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-reply-code) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection"
  QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-reply-code) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection"
  QDEBUG : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-reply-code) slotError QAbstractSocket::RemoteHostClosedError "The remote host closed the connection"
  PASS   : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-reply-code)
  PASS   : tst_QNetworkReply::ioGetFromHttpBrokenServer(empty+disconnect)
  PASS   : tst_QNetworkReply::ioGetFromHttpBrokenServer(no-newline+disconnect)
  PASS   : tst_QNetworkReply::ioGetFromHttpBrokenServer(just-newline+disconnect)
  PASS   : tst_QNetworkReply::ioGetFromHttpBrokenServer(just-2newline+disconnect)
  PASS   : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines+disconnect)
  PASS   : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines2+disconnect)
  PASS   : tst_QNetworkReply::ioGetFromHttpBrokenServer(with-newlines3+disconnect)
  PASS   : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-version+disconnect)
  PASS   : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-version2+disconnect)
  PASS   : tst_QNetworkReply::ioGetFromHttpBrokenServer(invalid-reply-code+disconnect)
  PASS   : tst_QNetworkReply::ioGetFromHttpBrokenServer(immediate disconnect)
  PASS   : tst_QNetworkReply::ioGetFromHttpBrokenServer(justHalfStatus+disconnect)
  PASS   : tst_QNetworkReply::ioGetFromHttpBrokenServer(justStatus+disconnect)
  PASS   : tst_QNetworkReply::ioGetFromHttpBrokenServer(justStatusAndHalfHeaders+disconnect)
  PASS   : tst_QNetworkReply::ioGetFromHttpBrokenServer(halfContent+disconnect)
  PASS   : tst_QNetworkReply::ioGetFromHttpStatus100(normal)
  PASS   : tst_QNetworkReply::ioGetFromHttpStatus100(minimal)
  PASS   : tst_QNetworkReply::ioGetFromHttpStatus100(minimal2)
  PASS   : tst_QNetworkReply::ioGetFromHttpStatus100(minimal3)
  PASS   : tst_QNetworkReply::ioGetFromHttpStatus100(minimal+404)
  PASS   : tst_QNetworkReply::ioGetFromHttpStatus100(with_headers)
  PASS   : tst_QNetworkReply::ioGetFromHttpStatus100(with_headers2)
  PASS   : tst_QNetworkReply::ioGetFromHttpNoHeaders(justStatus+noheaders+disconnect)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithCache(not-cached,always-network)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithCache(not-cached,prefer-network)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithCache(not-cached,prefer-cache)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithCache(expired,200,prefer-network)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithCache(expired,200,prefer-cache)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithCache(expired,304,prefer-network)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithCache(expired,304,prefer-cache)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithCache(not-expired,200,always-network)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithCache(not-expired,200,prefer-network)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithCache(not-expired,200,prefer-cache)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithCache(not-expired,200,always-cache)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithCache(not-expired,304,prefer-network)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithCache(not-expired,304,prefer-cache)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithCache(not-expired,304,always-cache)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithCache(must-revalidate,200,always-network)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithCache(must-revalidate,200,prefer-network)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithCache(must-revalidate,200,prefer-cache)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithCache(must-revalidate,200,always-cache)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithCache(must-revalidate,304,prefer-network)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithCache(must-revalidate,304,prefer-cache)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithCache(must-revalidate,304,always-cache)
  PASS   : tst_QNetworkReply::ioGetFromHttpWithCache(partial,dontuse-cache)
  PASS   : tst_QNetworkReply::ioGetWithManyProxies(http-on-http)
  PASS   : tst_QNetworkReply::ioGetWithManyProxies(http-on-http2)
  PASS   : tst_QNetworkReply::ioGetWithManyProxies(http-on-socks)
  PASS   : tst_QNetworkReply::ioGetWithManyProxies(ftp-on-ftp)
  XFAIL  : tst_QNetworkReply::ioGetWithManyProxies(ftp-on-socks) QFtp is too limited and won't accept non-FTP proxies
     Loc: [../tst_qnetworkreply.cpp(4132)]
  PASS   : tst_QNetworkReply::ioGetWithManyProxies(ftp-on-socks)
  PASS   : tst_QNetworkReply::ioGetWithManyProxies(https-on-http)
  PASS   : tst_QNetworkReply::ioGetWithManyProxies(https-on-socks)
  PASS   : tst_QNetworkReply::ioGetWithManyProxies(http-on-ftp)
  PASS   : tst_QNetworkReply::ioGetWithManyProxies(ftp-on-http)
  PASS   : tst_QNetworkReply::ioGetWithManyProxies(ftp-on-multiple-http)
  PASS   : tst_QNetworkReply::ioGetWithManyProxies(https-on-httptransparent)
  PASS   : tst_QNetworkReply::ioGetWithManyProxies(https-on-ftp)
  PASS   : tst_QNetworkReply::ioGetWithManyProxies(http-on-multiple-http)
  PASS   : tst_QNetworkReply::ioGetWithManyProxies(http-on-http+socks)
  PASS   : tst_QNetworkReply::ioGetWithManyProxies(http-on-ftp+http+socks)
  PASS   : tst_QNetworkReply::ioGetWithManyProxies(http-on-noproxy+http)
  PASS   : tst_QNetworkReply::ioGetWithManyProxies(http-on-ftp+noproxy)
  PASS   : tst_QNetworkReply::ioGetWithManyProxies(ftp-on-http+ftp)
  PASS   : tst_QNetworkReply::ioGetWithManyProxies(https-on-httpcaching+http)
  PASS   : tst_QNetworkReply::ioGetWithManyProxies(https-on-ftp+httpcaching+http)
  PASS   : tst_QNetworkReply::ioPutToFileFromFile(empty)
  PASS   : tst_QNetworkReply::ioPutToFileFromFile(real-file)
  PASS   : tst_QNetworkReply::ioPutToFileFromFile(resource)
  PASS   : tst_QNetworkReply::ioPutToFileFromFile(search-path)
  PASS   : tst_QNetworkReply::ioPutToFileFromSocket(empty)
  PASS   : tst_QNetworkReply::ioPutToFileFromSocket(generic)
  PASS   : tst_QNetworkReply::ioPutToFileFromSocket(small)
  PASS   : tst_QNetworkReply::ioPutToFileFromSocket(with-nul)
  PASS   : tst_QNetworkReply::ioPutToFileFromSocket(4k+1)
  PASS   : tst_QNetworkReply::ioPutToFileFromSocket(128k+1)
  PASS   : tst_QNetworkReply::ioPutToFileFromSocket(2MB+1)
  PASS   : tst_QNetworkReply::ioPutToFileFromLocalSocket(empty)
  PASS   : tst_QNetworkReply::ioPutToFileFromLocalSocket(generic)
  PASS   : tst_QNetworkReply::ioPutToFileFromLocalSocket(small)
  PASS   : tst_QNetworkReply::ioPutToFileFromLocalSocket(with-nul)
  PASS   : tst_QNetworkReply::ioPutToFileFromLocalSocket(4k+1)
  PASS   : tst_QNetworkReply::ioPutToFileFromLocalSocket(128k+1)
  PASS   : tst_QNetworkReply::ioPutToFileFromLocalSocket(2MB+1)
  PASS   : tst_QNetworkReply::ioPutToFileFromProcess(empty)
  PASS   : tst_QNetworkReply::ioPutToFileFromProcess(generic)
  PASS   : tst_QNetworkReply::ioPutToFileFromProcess(small)
  PASS   : tst_QNetworkReply::ioPutToFileFromProcess(with-nul)
  PASS   : tst_QNetworkReply::ioPutToFileFromProcess(4k+1)
  PASS   : tst_QNetworkReply::ioPutToFileFromProcess(128k+1)
  PASS   : tst_QNetworkReply::ioPutToFileFromProcess(2MB+1)
  QWARN  : tst_QNetworkReply::ioPutToFtpFromFile(empty) QIODevice::read: device not open
  PASS   : tst_QNetworkReply::ioPutToFtpFromFile(empty)
  QWARN  : tst_QNetworkReply::ioPutToFtpFromFile(real-file) QIODevice::read: device not open
  (... 360 lines omitted; there are too many errors!)
  PASS   : tst_QMenu::keyboardNavigation(data3_Mac)
  PASS   : tst_QMenu::keyboardNavigation(data4)
  PASS   : tst_QMenu::keyboardNavigation(data5)
  PASS   : tst_QMenu::keyboardNavigation(data6)
  PASS   : tst_QMenu::keyboardNavigation(data7)
  PASS   : tst_QMenu::keyboardNavigation(data8)
  PASS   : tst_QMenu::keyboardNavigation(data9)
  PASS   : tst_QMenu::keyboardNavigation(data10)
  XFAIL  : tst_QMenu::keyboardNavigation(shortcut0) Shortcut navication fails, see QTBUG-23684
     Loc: [tst_qmenu.cpp(363)]
  PASS   : tst_QMenu::keyboardNavigation(shortcut0)
  SKIP   : tst_QMenu::focus() Computer is currently set up to NOT tab to all widgets, this test assumes you can tab to all widgets
     Loc: [tst_qmenu.cpp(394)]
  PASS   : tst_QMenu::overrideMenuAction()
  PASS   : tst_QMenu::statusTip()
  PASS   : tst_QMenu::widgetActionFocus()
  PASS   : tst_QMenu::mouseActivation()
  PASS   : tst_QMenu::tearOff()
  PASS   : tst_QMenu::layoutDirection()
  PASS   : tst_QMenu::task208001_stylesheet()
  PASS   : tst_QMenu::activeSubMenuPosition()
  PASS   : tst_QMenu::task242454_sizeHint()
  PASS   : tst_QMenu::task176201_clear()
  SKIP   : tst_QMenu::task250673_activeMultiColumnSubMenuPosition() the style doesn't support multiple columns, it makes the menu scrollable
     Loc: [tst_qmenu.cpp(706)]
  PASS   : tst_QMenu::task256918_setFont()
  PASS   : tst_QMenu::menuSizeHint()
  FAIL!  : tst_QMenu::task258920_mouseBorder() Compared pointers are not the same
     Actual   (((action)))         : 0x7fb88161d950
     Expected (menu.activeAction()): 0x0
     Loc: [tst_qmenu.cpp(819)]
  PASS   : tst_QMenu::setFixedWidth()
  PASS   : tst_QMenu::deleteActionInTriggered()
  PASS   : tst_QMenu::pushButtonPopulateOnAboutToShow()
  PASS   : tst_QMenu::QTBUG7907_submenus_autoselect()
  PASS   : tst_QMenu::QTBUG7411_submenus_activate()
  PASS   : tst_QMenu::QTBUG30595_rtl_submenu()
  PASS   : tst_QMenu::QTBUG20403_nested_popup_on_shortcut_trigger()
  2014-11-22 21:59:33.260 tst_qmenu[6841:507] -[NSApplication runModalSession:]: Use of freed session detected. Do not call runModalSession: after calling endModalSesion:.
  PASS   : tst_QMenu::QTBUG_10735_crashWithDialog()
  PASS   : tst_QMenu::QTBUG_37933_ampersands(simple)
  PASS   : tst_QMenu::QTBUG_37933_ampersands(ampersand)
  PASS   : tst_QMenu::QTBUG_37933_ampersands(double_ampersand)
  PASS   : tst_QMenu::QTBUG_37933_ampersands(ampersand_in_parentheses)
  PASS   : tst_QMenu::QTBUG_37933_ampersands(ampersand_in_parentheses_after_space)
  PASS   : tst_QMenu::QTBUG_37933_ampersands(ampersand_in_parentheses_after_spaces)
  PASS   : tst_QMenu::QTBUG_37933_ampersands(ampersand_in_parentheses_before_space)
  PASS   : tst_QMenu::QTBUG_37933_ampersands(only_ampersand_in_parentheses)
  PASS   : tst_QMenu::QTBUG_37933_ampersands(only_ampersand_in_parentheses_after_space)
  PASS   : tst_QMenu::QTBUG_37933_ampersands(parentheses_after_space)
  PASS   : tst_QMenu::QTBUG_37933_ampersands(ampersand_after_space)
  PASS   : tst_QMenu::cleanupTestCase()
  Totals: 47 passed, 1 failed, 2 skipped, 0 blacklisted
  ********* Finished testing of tst_QMenu *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qmenu: 45 seconds, exit code 1
  
  Testing tst_QGraphicsScene
  FAIL!  : tst_QGraphicsScene::isActive() 'QTest::qWaitForWindowActive(&toplevel2)' returned FALSE. ()
     Loc: [tst_qgraphicsscene.cpp(4199)]
  Totals: 182 passed, 1 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QGraphicsScene *********
  Config: Using QtTest library 5.5.0, Qt 5.5.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by Clang 6.0 (clang-600.0.54) (Apple))
  PASS   : tst_QGraphicsScene::initTestCase()
  PASS   : tst_QGraphicsScene::construction()
  PASS   : tst_QGraphicsScene::sceneRect()
  PASS   : tst_QGraphicsScene::itemIndexMethod()
  PASS   : tst_QGraphicsScene::bspTreeDepth()
  PASS   : tst_QGraphicsScene::itemsBoundingRect(none)
  PASS   : tst_QGraphicsScene::itemsBoundingRect({{0, 0, 10, 10}})
  PASS   : tst_QGraphicsScene::itemsBoundingRect({{-10, -10, 10, 10}})
  PASS   : tst_QGraphicsScene::itemsBoundingRect({{-1000, -1000, 1, 1}, {-10, -10, 10, 10}})
  PASS   : tst_QGraphicsScene::itemsBoundingRect(transformed {{0, 0, 10, 10}})
  PASS   : tst_QGraphicsScene::itemsBoundingRect(transformed {{-10, -10, 10, 10}})
  PASS   : tst_QGraphicsScene::itemsBoundingRect(transformed {{-1000, -1000, 1, 1}, {-10, -10, 10, 10}})
  PASS   : tst_QGraphicsScene::itemsBoundingRect(all)
  PASS   : tst_QGraphicsScene::itemsBoundingRect(transformed all)
  PASS   : tst_QGraphicsScene::items()
  PASS   : tst_QGraphicsScene::items_QPointF(empty)
  PASS   : tst_QGraphicsScene::items_QPointF(1)
  PASS   : tst_QGraphicsScene::items_QPointF(2)
  PASS   : tst_QGraphicsScene::items_QPointF(3)
  PASS   : tst_QGraphicsScene::items_QPointF(3.5)
  PASS   : tst_QGraphicsScene::items_QPointF(4)
  PASS   : tst_QGraphicsScene::items_QPointF(4.5)
  PASS   : tst_QGraphicsScene::items_QPointF(5)
  PASS   : tst_QGraphicsScene::items_QPointF(6)
  PASS   : tst_QGraphicsScene::items_QRectF()
  PASS   : tst_QGraphicsScene::items_QRectF_2(1)
  PASS   : tst_QGraphicsScene::items_QRectF_2(2)
  PASS   : tst_QGraphicsScene::items_QRectF_2(3)
  PASS   : tst_QGraphicsScene::items_QRectF_2(4)
  PASS   : tst_QGraphicsScene::items_QRectF_2(5)
  PASS   : tst_QGraphicsScene::items_QRectF_2(6)
  PASS   : tst_QGraphicsScene::items_QRectF_2(7)
  PASS   : tst_QGraphicsScene::items_QRectF_2(8)
  PASS   : tst_QGraphicsScene::items_QRectF_2(9)
  PASS   : tst_QGraphicsScene::items_QRectF_2(10)
  PASS   : tst_QGraphicsScene::items_QRectF_2(11)
  PASS   : tst_QGraphicsScene::items_QRectF_2(12)
  PASS   : tst_QGraphicsScene::items_QRectF_2(13)
  PASS   : tst_QGraphicsScene::items_QRectF_2(14)
  PASS   : tst_QGraphicsScene::items_QRectF_2(15)
  PASS   : tst_QGraphicsScene::items_QRectF_2(16)
  PASS   : tst_QGraphicsScene::items_QRectF_2(17)
  PASS   : tst_QGraphicsScene::items_QRectF_2(18)
  PASS   : tst_QGraphicsScene::items_QRectF_2(19)
  PASS   : tst_QGraphicsScene::items_QRectF_2(20)
  PASS   : tst_QGraphicsScene::items_QRectF_2(21)
  PASS   : tst_QGraphicsScene::items_QRectF_2(22)
  PASS   : tst_QGraphicsScene::items_QRectF_2(23)
  PASS   : tst_QGraphicsScene::items_QRectF_2(24)
  PASS   : tst_QGraphicsScene::items_QRectF_2(25)
  PASS   : tst_QGraphicsScene::items_QRectF_2(26)
  PASS   : tst_QGraphicsScene::items_QRectF_2(27)
  PASS   : tst_QGraphicsScene::items_QRectF_2(28)
  PASS   : tst_QGraphicsScene::items_QRectF_2(29)
  PASS   : tst_QGraphicsScene::items_QRectF_2(30)
  PASS   : tst_QGraphicsScene::items_QRectF_2(31)
  PASS   : tst_QGraphicsScene::items_QRectF_2(32)
  PASS   : tst_QGraphicsScene::items_QRectF_2(33)
  PASS   : tst_QGraphicsScene::items_QRectF_2(34)
  PASS   : tst_QGraphicsScene::items_QRectF_2(35)
  PASS   : tst_QGraphicsScene::items_QRectF_2(36)
  PASS   : tst_QGraphicsScene::items_QRectF_2(37)
  PASS   : tst_QGraphicsScene::items_QRectF_2(38)
  PASS   : tst_QGraphicsScene::items_QRectF_2(39)
  PASS   : tst_QGraphicsScene::items_QRectF_2(40)
  PASS   : tst_QGraphicsScene::items_QRectF_2(41)
  PASS   : tst_QGraphicsScene::items_QRectF_2(42)
  PASS   : tst_QGraphicsScene::items_QRectF_2(43)
  PASS   : tst_QGraphicsScene::items_QRectF_2(44)
  PASS   : tst_QGraphicsScene::items_QPolygonF()
  PASS   : tst_QGraphicsScene::items_QPolygonF_2()
  PASS   : tst_QGraphicsScene::items_QPainterPath()
  PASS   : tst_QGraphicsScene::items_QPainterPath_2()
  PASS   : tst_QGraphicsScene::selectionChanged()
  PASS   : tst_QGraphicsScene::selectionChanged2()
  PASS   : tst_QGraphicsScene::addItem()
  PASS   : tst_QGraphicsScene::addEllipse()
  PASS   : tst_QGraphicsScene::addLine()
  PASS   : tst_QGraphicsScene::addPath()
  PASS   : tst_QGraphicsScene::addPixmap()
  PASS   : tst_QGraphicsScene::addRect()
  PASS   : tst_QGraphicsScene::addText()
  PASS   : tst_QGraphicsScene::removeItem()
  PASS   : tst_QGraphicsScene::clear()
  PASS   : tst_QGraphicsScene::focusItem()
  PASS   : tst_QGraphicsScene::focusItemLostFocus()
  PASS   : tst_QGraphicsScene::setFocusItem()
  PASS   : tst_QGraphicsScene::setFocusItem_inactive()
  PASS   : tst_QGraphicsScene::mouseGrabberItem()
  PASS   : tst_QGraphicsScene::hoverEvents_siblings()
  PASS   : tst_QGraphicsScene::hoverEvents_parentChild()
  PASS   : tst_QGraphicsScene::createItemGroup()
  PASS   : tst_QGraphicsScene::mouseEventPropagation()
  PASS   : tst_QGraphicsScene::mouseEventPropagation_ignore()
  PASS   : tst_QGraphicsScene::mouseEventPropagation_focus()
  PASS   : tst_QGraphicsScene::mouseEventPropagation_doubleclick()
  PASS   : tst_QGraphicsScene::mouseEventPropagation_mouseMove()
  PASS   : tst_QGraphicsScene::dragAndDrop_simple()
  PASS   : tst_QGraphicsScene::dragAndDrop_disabledOrInvisible()
  PASS   : tst_QGraphicsScene::dragAndDrop_propagate()
  PASS   : tst_QGraphicsScene::render(all-all-untransformed)
  PASS   : tst_QGraphicsScene::render(all-topleft-untransformed)
  PASS   : tst_QGraphicsScene::render(all-topright-untransformed)
  PASS   : tst_QGraphicsScene::render(all-bottomleft-untransformed)
  PASS   : tst_QGraphicsScene::render(all-bottomright-untransformed)
  PASS   : tst_QGraphicsScene::render(topleft-all-untransformed)
  PASS   : tst_QGraphicsScene::render(topright-all-untransformed)
  PASS   : tst_QGraphicsScene::render(bottomleft-all-untransformed)
  PASS   : tst_QGraphicsScene::render(bottomright-all-untransformed)
  PASS   : tst_QGraphicsScene::render(topleft-topleft-untransformed)
  PASS   : tst_QGraphicsScene::render(topright-topleft-untransformed)
  PASS   : tst_QGraphicsScene::render(bottomleft-topleft-untransformed)
  PASS   : tst_QGraphicsScene::render(bottomright-topleft-untransformed)
  PASS   : tst_QGraphicsScene::render(top-topleft-untransformed)
  PASS   : tst_QGraphicsScene::render(bottom-topleft-untransformed)
  PASS   : tst_QGraphicsScene::render(left-topleft-untransformed)
  PASS   : tst_QGraphicsScene::render(right-topleft-untransformed)
  PASS   : tst_QGraphicsScene::render(top-bottomright-untransformed)
  PASS   : tst_QGraphicsScene::render(bottom-bottomright-untransformed)
  PASS   : tst_QGraphicsScene::render(left-bottomright-untransformed)
  PASS   : tst_QGraphicsScene::render(right-bottomright-untransformed)
  PASS   : tst_QGraphicsScene::render(all-all-45-deg-right)
  PASS   : tst_QGraphicsScene::render(all-all-45-deg-left)
  PASS   : tst_QGraphicsScene::render(all-all-scale-2x)
  PASS   : tst_QGraphicsScene::render(all-all-translate-50-0)
  PASS   : tst_QGraphicsScene::render(all-all-translate-0-50)
  PASS   : tst_QGraphicsScene::render(all-all-untransformed-clip-rect)
  PASS   : tst_QGraphicsScene::render(all-all-untransformed-clip-ellipse)
  PASS   : tst_QGraphicsScene::renderItemsWithNegativeWidthOrHeight()
  PASS   : tst_QGraphicsScene::contextMenuEvent()
  PASS   : tst_QGraphicsScene::contextMenuEvent_ItemIgnoresTransformations()
  PASS   : tst_QGraphicsScene::update()
  PASS   : tst_QGraphicsScene::update2()
  PASS   : tst_QGraphicsScene::views()
  PASS   : tst_QGraphicsScene::testEvent()
  PASS   : tst_QGraphicsScene::eventsToDisabledItems()
  PASS   : tst_QGraphicsScene::exposedRect()
  PASS   : tst_QGraphicsScene::tabFocus_emptyScene()
  PASS   : tst_QGraphicsScene::tabFocus_sceneWithFocusableItems()
  PASS   : tst_QGraphicsScene::tabFocus_sceneWithFocusWidgets()
  PASS   : tst_QGraphicsScene::tabFocus_sceneWithNestedFocusWidgets()
  PASS   : tst_QGraphicsScene::style()
  QDEBUG : tst_QGraphicsScene::sorting(Normal sorting) items: {
  QDEBUG : tst_QGraphicsScene::sorting(Normal sorting) 	 "c_1_2"
  QDEBUG : tst_QGraphicsScene::sorting(Normal sorting) 	 "c_1_1_1"
  QDEBUG : tst_QGraphicsScene::sorting(Normal sorting) 	 "c_1"
  QDEBUG : tst_QGraphicsScene::sorting(Normal sorting) 	 "t_1"
  QDEBUG : tst_QGraphicsScene::sorting(Normal sorting) }
  PASS   : tst_QGraphicsScene::sorting(Normal sorting)
  QDEBUG : tst_QGraphicsScene::sorting(Cached sorting) items: {
  QDEBUG : tst_QGraphicsScene::sorting(Cached sorting) 	 "c_1_2"
  QDEBUG : tst_QGraphicsScene::sorting(Cached sorting) 	 "c_1_1_1"
  QDEBUG : tst_QGraphicsScene::sorting(Cached sorting) 	 "c_1"
  QDEBUG : tst_QGraphicsScene::sorting(Cached sorting) 	 "t_1"
  QDEBUG : tst_QGraphicsScene::sorting(Cached sorting) }
  PASS   : tst_QGraphicsScene::sorting(Cached sorting)
  PASS   : tst_QGraphicsScene::insertionOrder()
  PASS   : tst_QGraphicsScene::changedSignal(without view)
  PASS   : tst_QGraphicsScene::changedSignal(with view)
  PASS   : tst_QGraphicsScene::stickyFocus(sticky)
  PASS   : tst_QGraphicsScene::stickyFocus(not sticky)
  PASS   : tst_QGraphicsScene::sendEvent()
  PASS   : tst_QGraphicsScene::inputMethod(0)
  PASS   : tst_QGraphicsScene::inputMethod(1)
  PASS   : tst_QGraphicsScene::inputMethod(2)
  PASS   : tst_QGraphicsScene::inputMethod(3)
  QDEBUG : tst_QGraphicsScene::dispatchHoverOnPress() (162)
  PASS   : tst_QGraphicsScene::dispatchHoverOnPress()
  PASS   : tst_QGraphicsScene::initialFocus(inactive scene, normal item)
  PASS   : tst_QGraphicsScene::initialFocus(inactive scene, panel item)
  PASS   : tst_QGraphicsScene::initialFocus(inactive scene, normal item, explicit focus)
  PASS   : tst_QGraphicsScene::initialFocus(inactive scene, panel, explicit focus)
  PASS   : tst_QGraphicsScene::initialFocus(active scene, normal item)
  PASS   : tst_QGraphicsScene::initialFocus(active scene, panel item)
  PASS   : tst_QGraphicsScene::initialFocus(active scene, normal item, explicit focus)
  PASS   : tst_QGraphicsScene::initialFocus(active scene, panel, explicit focus)
  PASS   : tst_QGraphicsScene::polishItems()
  PASS   : tst_QGraphicsScene::polishItems2()
  FAIL!  : tst_QGraphicsScene::isActive() 'QTest::qWaitForWindowActive(&toplevel2)' returned FALSE. ()
     Loc: [tst_qgraphicsscene.cpp(4199)]
  PASS   : tst_QGraphicsScene::siblingIndexAlwaysValid()
  PASS   : tst_QGraphicsScene::removeFullyTransparentItem()
  PASS   : tst_QGraphicsScene::zeroScale()
  XFAIL  : tst_QGraphicsScene::focusItemChangedSignal() QTBUG-28346
     Loc: [tst_qgraphicsscene.cpp(4670)]
  XFAIL  : tst_QGraphicsScene::focusItemChangedSignal() QTBUG-28346
     Loc: [tst_qgraphicsscene.cpp(4673)]
  PASS   : tst_QGraphicsScene::focusItemChangedSignal()
  PASS   : tst_QGraphicsScene::minimumRenderSize()
  PASS   : tst_QGraphicsScene::task139710_bspTreeCrash()
  PASS   : tst_QGraphicsScene::task139782_containsItemBoundingRect()
  PASS   : tst_QGraphicsScene::task176178_itemIndexMethodBreaksSceneRect()
  PASS   : tst_QGraphicsScene::task160653_selectionChanged()
  PASS   : tst_QGraphicsScene::task250680_childClip()
  PASS   : tst_QGraphicsScene::taskQTBUG_5904_crashWithDeviceCoordinateCache()
  PASS   : tst_QGraphicsScene::taskQT657_paintIntoCacheWithTransparentParts()
  PASS   : tst_QGraphicsScene::taskQTBUG_7863_paintIntoCacheWithTransparentParts()
  PASS   : tst_QGraphicsScene::taskQT_3674_doNotCrash()
  PASS   : tst_QGraphicsScene::taskQTBUG_15977_renderWithDeviceCoordinateCache()
  PASS   : tst_QGraphicsScene::taskQTBUG_16401_focusItem()
  PASS   : tst_QGraphicsScene::cleanupTestCase()
  Totals: 182 passed, 1 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_QGraphicsScene *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qgraphicsscene: 8 seconds, exit code 1
  
  Testing tst_QFocusEvent
  FAIL!  : tst_QFocusEvent::checkReason_Shortcut() 'QTest::qWaitForWindowActive(testFocusWidget)' returned FALSE. ()
     Loc: [tst_qfocusevent.cpp(157)]
  FAIL!  : tst_QFocusEvent::checkReason_Shortcut() '!childFocusWidgetOne->focusInEventRecieved' returned FALSE. ()
     Loc: [tst_qfocusevent.cpp(295)]
  FAIL!  : tst_QFocusEvent::checkReason_ActiveWindow() 'QTest::qWaitForWindowActive(testFocusWidget)' returned FALSE. ()
     Loc: [tst_qfocusevent.cpp(157)]
  FAIL!  : tst_QFocusEvent::checkReason_ActiveWindow() '!childFocusWidgetOne->focusInEventRecieved' returned FALSE. ()
     Loc: [tst_qfocusevent.cpp(356)]
  Totals: 7 passed, 4 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QFocusEvent *********
  Config: Using QtTest library 5.5.0, Qt 5.5.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by Clang 6.0 (clang-600.0.54) (Apple))
  PASS   : tst_QFocusEvent::initTestCase()
  PASS   : tst_QFocusEvent::checkReason_Tab()
  PASS   : tst_QFocusEvent::checkReason_ShiftTab()
  PASS   : tst_QFocusEvent::checkReason_BackTab()
  PASS   : tst_QFocusEvent::checkReason_Popup()
  PASS   : tst_QFocusEvent::checkReason_focusWidget()
  FAIL!  : tst_QFocusEvent::checkReason_Shortcut() 'QTest::qWaitForWindowActive(testFocusWidget)' returned FALSE. ()
     Loc: [tst_qfocusevent.cpp(157)]
  FAIL!  : tst_QFocusEvent::checkReason_Shortcut() '!childFocusWidgetOne->focusInEventRecieved' returned FALSE. ()
     Loc: [tst_qfocusevent.cpp(295)]
  FAIL!  : tst_QFocusEvent::checkReason_ActiveWindow() 'QTest::qWaitForWindowActive(testFocusWidget)' returned FALSE. ()
     Loc: [tst_qfocusevent.cpp(157)]
  FAIL!  : tst_QFocusEvent::checkReason_ActiveWindow() '!childFocusWidgetOne->focusInEventRecieved' returned FALSE. ()
     Loc: [tst_qfocusevent.cpp(356)]
  PASS   : tst_QFocusEvent::cleanupTestCase()
  Totals: 7 passed, 4 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_QFocusEvent *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qfocusevent: 5 seconds, exit code 4
  
  Testing tst_QComboBox
  FAIL!  : tst_QComboBox::keyBoardNavigationWithMouse() 'selection > 3' returned FALSE. (selection=0)
     Loc: [tst_qcombobox.cpp(2709)]
  Totals: 154 passed, 1 failed, 1 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QComboBox *********
  Config: Using QtTest library 5.5.0, Qt 5.5.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by Clang 6.0 (clang-600.0.54) (Apple))
  PASS   : tst_QComboBox::initTestCase()
  PASS   : tst_QComboBox::getSetCheck()
  PASS   : tst_QComboBox::ensureReturnIsIgnored()
  PASS   : tst_QComboBox::setEditable()
  SKIP   : tst_QComboBox::setPalette() This test doesn't make sense for pixmap-based styles
     Loc: [tst_qcombobox.cpp(433)]
  PASS   : tst_QComboBox::sizeAdjustPolicy()
  PASS   : tst_QComboBox::clear()
  PASS   : tst_QComboBox::insertPolicy(NoInsert-NoInitial)
  PASS   : tst_QComboBox::insertPolicy(NoInsert-OneInitial)
  PASS   : tst_QComboBox::insertPolicy(NoInsert-FiveInitial-FirstCurrent)
  PASS   : tst_QComboBox::insertPolicy(NoInsert-FiveInitial-ThirdCurrent)
  PASS   : tst_QComboBox::insertPolicy(NoInsert-FiveInitial-LastCurrent)
  PASS   : tst_QComboBox::insertPolicy(AtTop-NoInitial)
  PASS   : tst_QComboBox::insertPolicy(AtTop-OneInitial)
  PASS   : tst_QComboBox::insertPolicy(AtTop-FiveInitial-FirstCurrent)
  PASS   : tst_QComboBox::insertPolicy(AtTop-FiveInitial-ThirdCurrent)
  PASS   : tst_QComboBox::insertPolicy(AtTop-FiveInitial-LastCurrent)
  PASS   : tst_QComboBox::insertPolicy(AtCurrent-NoInitial)
  PASS   : tst_QComboBox::insertPolicy(AtCurrent-OneInitial)
  PASS   : tst_QComboBox::insertPolicy(AtCurrent-FiveInitial-FirstCurrent)
  PASS   : tst_QComboBox::insertPolicy(AtCurrent-FiveInitial-ThirdCurrent)
  PASS   : tst_QComboBox::insertPolicy(AtCurrent-FiveInitial-LastCurrent)
  PASS   : tst_QComboBox::insertPolicy(AtBottom-NoInitial)
  PASS   : tst_QComboBox::insertPolicy(AtBottom-OneInitial)
  PASS   : tst_QComboBox::insertPolicy(AtBottom-FiveInitial-FirstCurrent)
  PASS   : tst_QComboBox::insertPolicy(AtBottom-FiveInitial-ThirdCurrent)
  PASS   : tst_QComboBox::insertPolicy(AtBottom-FiveInitial-LastCurrent)
  PASS   : tst_QComboBox::insertPolicy(AfterCurrent-NoInitial)
  PASS   : tst_QComboBox::insertPolicy(AfterCurrent-OneInitial)
  PASS   : tst_QComboBox::insertPolicy(AfterCurrent-FiveInitial-FirstCurrent)
  PASS   : tst_QComboBox::insertPolicy(AfterCurrent-FiveInitial-ThirdCurrent)
  PASS   : tst_QComboBox::insertPolicy(AfterCurrent-FiveInitial-LastCurrent)
  PASS   : tst_QComboBox::insertPolicy(BeforeCurrent-NoInitial)
  PASS   : tst_QComboBox::insertPolicy(BeforeCurrent-OneInitial)
  PASS   : tst_QComboBox::insertPolicy(BeforeCurrent-FiveInitial-FirstCurrent)
  PASS   : tst_QComboBox::insertPolicy(BeforeCurrent-FiveInitial-ThirdCurrent)
  PASS   : tst_QComboBox::insertPolicy(BeforeCurrent-FiveInitial-LastCurrent)
  PASS   : tst_QComboBox::insertPolicy(Alphabetically-NoInitial)
  PASS   : tst_QComboBox::insertPolicy(Alphabetically-OneInitial)
  PASS   : tst_QComboBox::insertPolicy(Alphabetically-FiveInitial-FirstCurrent)
  PASS   : tst_QComboBox::insertPolicy(Alphabetically-FiveInitial-ThirdCurrent)
  PASS   : tst_QComboBox::insertPolicy(Alphabetically-FiveInitial-LastCurrent)
  PASS   : tst_QComboBox::virtualAutocompletion()
  PASS   : tst_QComboBox::autoCompletionCaseSensitivity()
  PASS   : tst_QComboBox::hide()
  PASS   : tst_QComboBox::currentIndex(first added item is set to current if there is no current)
  PASS   : tst_QComboBox::currentIndex(check that setting the index works)
  PASS   : tst_QComboBox::currentIndex(check that isetting the index to -1 works)
  PASS   : tst_QComboBox::currentIndex(check that current index is invalid when removing the only item)
  PASS   : tst_QComboBox::currentIndex(check that the current index follows the item when removing an item above)
  PASS   : tst_QComboBox::currentIndex(check that the current index uses the next item if current is removed)
  PASS   : tst_QComboBox::currentIndex(check that the current index is moved to the one before if current is removed)
  PASS   : tst_QComboBox::currentIndex(check that the current index is unchanged if you remove an item after)
  PASS   : tst_QComboBox::currentIndex(check that the current index follows the item if you insert before current)
  PASS   : tst_QComboBox::currentIndex(check that the current index follows the item if you insert on the current)
  PASS   : tst_QComboBox::currentIndex(check that the current index stays the same if you insert after the current)
  PASS   : tst_QComboBox::insertItems(prepend)
  PASS   : tst_QComboBox::insertItems(prepend with negative value)
  PASS   : tst_QComboBox::insertItems(append)
  PASS   : tst_QComboBox::insertItems(append with too high value)
  PASS   : tst_QComboBox::insertItems(insert)
  PASS   : tst_QComboBox::insertItem(Insert less then 0)
  PASS   : tst_QComboBox::insertItem(Insert at 0)
  PASS   : tst_QComboBox::insertItem(Insert beyond count)
  PASS   : tst_QComboBox::insertItem(Insert at count)
  PASS   : tst_QComboBox::insertItem(Insert in the middle)
  PASS   : tst_QComboBox::insertItem(Insert less then 0)
  PASS   : tst_QComboBox::insertItem(Insert at 0)
  PASS   : tst_QComboBox::insertItem(Insert beyond count)
  PASS   : tst_QComboBox::insertItem(Insert at count)
  PASS   : tst_QComboBox::insertItem(Insert in the middle)
  PASS   : tst_QComboBox::insertOnCurrentIndex()
  PASS   : tst_QComboBox::textpixmapdata(just text)
  PASS   : tst_QComboBox::textpixmapdata(just icons)
  PASS   : tst_QComboBox::textpixmapdata(just user data)
  PASS   : tst_QComboBox::textpixmapdata(text, icons and user data)
  PASS   : tst_QComboBox::currentTextChanged(editable)
  PASS   : tst_QComboBox::currentTextChanged(not editable)
  PASS   : tst_QComboBox::editTextChanged()
  PASS   : tst_QComboBox::setModel()
  PASS   : tst_QComboBox::modelDeleted()
  PASS   : tst_QComboBox::setMaxCount()
  PASS   : tst_QComboBox::setCurrentIndex()
  PASS   : tst_QComboBox::setCurrentText(editable)
  PASS   : tst_QComboBox::setCurrentText(not editable)
  PASS   : tst_QComboBox::convenienceViews()
  PASS   : tst_QComboBox::findText(CaseSensitive_1)
  PASS   : tst_QComboBox::findText(CaseSensitive_2)
  PASS   : tst_QComboBox::findText(CaseSensitive_3)
  PASS   : tst_QComboBox::findText(CaseSensitive_4)
  PASS   : tst_QComboBox::findText(CaseInsensitive_1)
  PASS   : tst_QComboBox::findText(CaseInsensitive_2)
  PASS   : tst_QComboBox::findText(CaseInsensitive_3)
  PASS   : tst_QComboBox::findText(CaseInsensitive_4)
  PASS   : tst_QComboBox::flaggedItems(non-editable:normal)
  PASS   : tst_QComboBox::flaggedItems(non-editable:non-selectable)
  PASS   : tst_QComboBox::flaggedItems(non-editable:disabled)
  PASS   : tst_QComboBox::flaggedItems(non-editable:mixed)
  PASS   : tst_QComboBox::flaggedItems(non-editable:nearly-empty)
  PASS   : tst_QComboBox::flaggedItems(non-editable:only one enabled)
  PASS   : tst_QComboBox::flaggedItems(non-editable:home-disabled)
  PASS   : tst_QComboBox::flaggedItems(non-editable:end-key)
  PASS   : tst_QComboBox::flaggedItems(non-editable:keyboard-search)
  PASS   : tst_QComboBox::flaggedItems(non-editable:search same start letter)
  PASS   : tst_QComboBox::flaggedItems(non-editable:keyboard search item)
  PASS   : tst_QComboBox::flaggedItems(non-editable:all key combinations)
  PASS   : tst_QComboBox::flaggedItems(editable:normal)
  PASS   : tst_QComboBox::flaggedItems(editable:non-selectable)
  PASS   : tst_QComboBox::flaggedItems(editable:disabled)
  PASS   : tst_QComboBox::flaggedItems(editable:mixed)
  PASS   : tst_QComboBox::flaggedItems(editable:nearly-empty)
  PASS   : tst_QComboBox::flaggedItems(editable:only one enabled)
  PASS   : tst_QComboBox::flaggedItems(editable:disabled)
  PASS   : tst_QComboBox::flaggedItems(editable:broken autocompletion)
  PASS   : tst_QComboBox::pixmapIcon()
  PASS   : tst_QComboBox::mouseWheel(upper locked)
  PASS   : tst_QComboBox::mouseWheel(jump over)
  PASS   : tst_QComboBox::mouseWheel(single Item enabled)
  PASS   : tst_QComboBox::wheelClosingPopup()
  PASS   : tst_QComboBox::layoutDirection()
  PASS   : tst_QComboBox::itemListPosition()
  PASS   : tst_QComboBox::separatorItem(test)
  PASS   : tst_QComboBox::task190351_layout()
  PASS   : tst_QComboBox::task191329_size()
  PASS   : tst_QComboBox::task166349_setEditableOnReturn()
  PASS   : tst_QComboBox::task190205_setModelAdjustToContents()
  PASS   : tst_QComboBox::task248169_popupWithMinimalSize()
  PASS   : tst_QComboBox::task247863_keyBoardSelection()
  PASS   : tst_QComboBox::task220195_keyBoardSelection2()
  PASS   : tst_QComboBox::setModelColumn()
  PASS   : tst_QComboBox::noScrollbar(normal)
  PASS   : tst_QComboBox::noScrollbar(border)
  PASS   : tst_QComboBox::noScrollbar(margin)
  PASS   : tst_QComboBox::noScrollbar(padding)
  PASS   : tst_QComboBox::noScrollbar(everything)
  PASS   : tst_QComboBox::noScrollbar(everything and more)
  PASS   : tst_QComboBox::setItemDelegate()
  PASS   : tst_QComboBox::task253944_itemDelegateIsReset()
  PASS   : tst_QComboBox::subControlRectsWithOffset(editable = true)
  PASS   : tst_QComboBox::subControlRectsWithOffset(editable = false)
  PASS   : tst_QComboBox::task260974_menuItemRectangleForComboBoxPopup()
  PASS   : tst_QComboBox::removeItem()
  PASS   : tst_QComboBox::resetModel()
  FAIL!  : tst_QComboBox::keyBoardNavigationWithMouse() 'selection > 3' returned FALSE. (selection=0)
     Loc: [tst_qcombobox.cpp(2709)]
  PASS   : tst_QComboBox::task_QTBUG_1071_changingFocusEmitsActivated()
  PASS   : tst_QComboBox::maxVisibleItems(Default)
  PASS   : tst_QComboBox::maxVisibleItems(No spacing)
  PASS   : tst_QComboBox::maxVisibleItems(20)
  PASS   : tst_QComboBox::task_QTBUG_10491_currentIndexAndModelColumn()
  PASS   : tst_QComboBox::highlightedSignal()
  PASS   : tst_QComboBox::itemData()
  PASS   : tst_QComboBox::task_QTBUG_31146_popupCompletion()
  PASS   : tst_QComboBox::keyboardSelection()
  PASS   : tst_QComboBox::setCustomModelAndView()
  PASS   : tst_QComboBox::updateDelegateOnEditableChange()
  PASS   : tst_QComboBox::cleanupTestCase()
  Totals: 154 passed, 1 failed, 1 skipped, 0 blacklisted
  ********* Finished testing of tst_QComboBox *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qcombobox: 27 seconds, exit code 1
  
  Testing tst_MacGui
  XPASS  : tst_MacGui::nonModalOrder() QCOMPARE(primary.frontWidget, primary.secondaryWindow) returned TRUE unexpectedly.
     Loc: [tst_macgui.cpp(199)]
  Totals: 5 passed, 1 failed, 1 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_MacGui *********
  Config: Using QtTest library 5.5.0, Qt 5.5.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by Clang 6.0 (clang-600.0.54) (Apple))
  PASS   : tst_MacGui::initTestCase()
  QWARN  : tst_MacGui::scrollbarPainting() static QPixmap QPixmap::grabWindow(WId, int, int, int, int) is deprecated, use QScreen::grabWindow() instead. Defaulting to primary screen.
  XFAIL  : tst_MacGui::scrollbarPainting() QTBUG-26371
     Loc: [tst_macgui.cpp(95)]
  PASS   : tst_MacGui::scrollbarPainting()
  PASS   : tst_MacGui::dummy()
  SKIP   : tst_MacGui::splashScreenModality() QTBUG-35169
     Loc: [tst_macgui.cpp(137)]
  XPASS  : tst_MacGui::nonModalOrder() QCOMPARE(primary.frontWidget, primary.secondaryWindow) returned TRUE unexpectedly.
     Loc: [tst_macgui.cpp(199)]
  QWARN  : tst_MacGui::spinBoxArrowButtons() static QPixmap QPixmap::grabWindow(WId, int, int, int, int) is deprecated, use QScreen::grabWindow() instead. Defaulting to primary screen.
  XFAIL  : tst_MacGui::spinBoxArrowButtons() QTBUG-26372
     Loc: [tst_macgui.cpp(221)]
  PASS   : tst_MacGui::spinBoxArrowButtons()
  PASS   : tst_MacGui::cleanupTestCase()
  Totals: 5 passed, 1 failed, 1 skipped, 0 blacklisted
  ********* Finished testing of tst_MacGui *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_macgui: 14 seconds, exit code 1

  Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_04419/macx-clang_developer-build_OSX_10.9/log.txt.gz

  Tested changes (refs/builds/dev_1416682934):
    http://codereview.qt-project.org/100326 [PS2] - Hide the output of make in qmake's dir inside configure
    http://codereview.qt-project.org/100284 [PS1] - Avoid crashing on embedded



More information about the Ci-reports mailing list