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

Qt Continuous Integration System ci-noreply at qt-project.org
Tue Nov 19 11:29:52 CET 2013


twelve autotests failed :(

  Testing tst_QWindow
  FAIL!  : tst_QWindow::isActive() Compared values are not the same
     Actual   (window.received(QEvent::FocusIn)): 3
     Expected (2)                               : 2
  tst_qwindow.cpp(342) : failure location
  Totals: 24 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QWindow *********
  Config: Using QtTest library 5.2.0, Qt 5.2.0
  PASS   : tst_QWindow::initTestCase()
  PASS   : tst_QWindow::eventOrderOnShow()
  PASS   : tst_QWindow::resizeEventAfterResize()
  PASS   : tst_QWindow::mapGlobal()
  PASS   : tst_QWindow::positioning()
  PASS   : tst_QWindow::isExposed()
  FAIL!  : tst_QWindow::isActive() Compared values are not the same
     Actual   (window.received(QEvent::FocusIn)): 3
     Expected (2)                               : 2
  tst_qwindow.cpp(342) : failure location
  PASS   : tst_QWindow::testInputEvents()
  PASS   : tst_QWindow::touchToMouseTranslation()
  PASS   : tst_QWindow::mouseToTouchTranslation()
  PASS   : tst_QWindow::mouseToTouchLoop()
  PASS   : tst_QWindow::touchCancel()
  PASS   : tst_QWindow::touchCancelWithTouchToMouse()
  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::cleanupTestCase()
  Totals: 24 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QWindow *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qwindow: 14 seconds, exit code 1
  
  Testing tst_QWidget
  FAIL!  : tst_QWidget::activation() 'qApp->activeWindow() == &widget1' returned FALSE. ()
  tst_qwidget.cpp(1800) : failure location
  FAIL!  : tst_QWidget::translucentWidget() Compared values are not the same
  tst_qwidget.cpp(8329) : failure location
  FAIL!  : tst_QWidget::syntheticEnterLeave() Compared values are not the same
     Actual   (window.numEnterEvents): 0
     Expected (1)                    : 1
  tst_qwidget.cpp(8727) : failure location
  FAIL!  : tst_QWidget::taskQTBUG_4055_sendSyntheticEnterLeave() 'child.numEnterEvents > 0' returned FALSE. ()
  tst_qwidget.cpp(8809) : failure location
  Totals: 237 passed, 4 failed, 8 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QWidget *********
  Config: Using QtTest library 5.2.0, Qt 5.2.0
  PASS   : tst_QWidget::initTestCase()
  QWARN  : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (-2147483648,0) are not possible
  QWARN  : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215)
  QWARN  : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (-2147483648,0) are not possible
  QWARN  : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215)
  QWARN  : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (0,-2147483648) are not possible
  QWARN  : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215)
  QWARN  : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (0,-2147483648) are not possible
  QWARN  : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215)
  QWARN  : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) Negative sizes (-2147483648,16777215) are not possible
  QWARN  : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) The largest allowed size is (16777215,16777215)
  QWARN  : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) Negative sizes (16777215,-2147483648) are not possible
  QWARN  : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) The largest allowed size is (16777215,16777215)
  QDEBUG : tst_QWidget::getSetCheck() QRect(10,10 100x100)
  QDEBUG : tst_QWidget::getSetCheck() QRect(0,0 0x0)
  QWARN  : tst_QWidget::getSetCheck() QWidget::setLayout: Cannot set layout to 0
  PASS   : tst_QWidget::getSetCheck()
  PASS   : tst_QWidget::fontPropagation()
  PASS   : tst_QWidget::fontPropagation2()
  PASS   : tst_QWidget::palettePropagation()
  PASS   : tst_QWidget::palettePropagation2()
  PASS   : tst_QWidget::enabledPropagation()
  WARNING: tst_QWidget::ignoreKeyEventsWhenDisabled_QTBUG27417() Keyboard event not accepted by receiving widget
  WARNING: tst_QWidget::ignoreKeyEventsWhenDisabled_QTBUG27417() Keyboard event not accepted by receiving widget
  PASS   : tst_QWidget::ignoreKeyEventsWhenDisabled_QTBUG27417()
  PASS   : tst_QWidget::properTabHandlingWhenDisabled_QTBUG27417()
  PASS   : tst_QWidget::popupEnterLeave()
  PASS   : tst_QWidget::acceptDropsPropagation()
  PASS   : tst_QWidget::isEnabledTo()
  PASS   : tst_QWidget::visible()
  PASS   : tst_QWidget::visible_setWindowOpacity()
  PASS   : tst_QWidget::isVisibleTo()
  PASS   : tst_QWidget::isHidden()
  PASS   : tst_QWidget::fonts()
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 1)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 1)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 1)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 1)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 1)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 1)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 1)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 0)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 0)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 0)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 0)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 0)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 0)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 0)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 0)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 1 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 1 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 1 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 1 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 1 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 1 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 1 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 0 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 0 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 0 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 0 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 0 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 0 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 0 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 0 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 1 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 1 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 1 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 1 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 1 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 1 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 1 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 0 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 0 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 0 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 0 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 0 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 0 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 0 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 0 subWindow1Minimized)
  PASS   : tst_QWidget::focusChainOnHide()
  PASS   : tst_QWidget::focusChainOnReparent()
  PASS   : tst_QWidget::setTabOrder()
  FAIL!  : tst_QWidget::activation() 'qApp->activeWindow() == &widget1' returned FALSE. ()
  tst_qwidget.cpp(1800) : failure location
  PASS   : tst_QWidget::reparent()
  PASS   : tst_QWidget::windowState()
  PASS   : tst_QWidget::showMaximized()
  XFAIL  : tst_QWidget::showFullScreen() QTBUG-22326
  tst_qwidget.cpp(2059) : failure location
  PASS   : tst_QWidget::showFullScreen()
  PASS   : tst_QWidget::showMinimized()
  PASS   : tst_QWidget::showMinimizedKeepsFocus()
  PASS   : tst_QWidget::icon()
  PASS   : tst_QWidget::hideWhenFocusWidgetIsChild()
  PASS   : tst_QWidget::normalGeometry()
  PASS   : tst_QWidget::setGeometry()
  PASS   : tst_QWidget::windowOpacity()
  QWARN  : tst_QWidget::raise() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 1280x984+320+252 on QWidgetWindow/'QWidgetClassWindow'. Resulting geometry:  1276x984+320+252 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QWidget::raise()
  PASS   : tst_QWidget::lower()
  XFAIL  : tst_QWidget::stackUnder() See QTBUG-493
  tst_qwidget.cpp(2916) : failure location
  PASS   : tst_QWidget::stackUnder()
  PASS   : tst_QWidget::testContentsPropagation()
  QWARN  : tst_QWidget::saveRestoreGeometry() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 1280x961+108+131 on QWidgetWindow/'QWidgetClassWindow'. Resulting geometry:  1276x961+108+131 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QWidget::saveRestoreGeometry()
  SKIP   : tst_QWidget::restoreVersion1Geometry(geometry.dat) QTBUG-26421
  tst_qwidget.cpp(3184) : failure location
  SKIP   : tst_QWidget::restoreVersion1Geometry(geometry-maximized.dat) QTBUG-26421
  tst_qwidget.cpp(3184) : failure location
  SKIP   : tst_QWidget::restoreVersion1Geometry(geometry-fullscreen.dat) QTBUG-26421
  tst_qwidget.cpp(3184) : failure location
  PASS   : tst_QWidget::widgetAt()
  PASS   : tst_QWidget::optimizedResizeMove()
  SKIP   : tst_QWidget::optimizedResize_topLevel() We do not yet have static contents support, see QTBUG-28012
  tst_qwidget.cpp(3613) : failure location
  SKIP   : tst_QWidget::resizeEvent() QTBUG-30744
  tst_qwidget.cpp(2124) : failure location
  PASS   : tst_QWidget::task110173()
  PASS   : tst_QWidget::testDeletionInEventHandlers()
  PASS   : tst_QWidget::childDeletesItsSibling()
  PASS   : tst_QWidget::setMinimumSize()
  PASS   : tst_QWidget::setMaximumSize()
  PASS   : tst_QWidget::setFixedSize()
  PASS   : tst_QWidget::ensureCreated()
  PASS   : tst_QWidget::winIdChangeEvent()
  PASS   : tst_QWidget::persistentWinId()
  PASS   : tst_QWidget::showNativeChild()
  PASS   : tst_QWidget::qobject_castInDestroyedSlot()
  PASS   : tst_QWidget::showHideEvent(window: only show)
  PASS   : tst_QWidget::showHideEvent(window: show/hide)
  PASS   : tst_QWidget::showHideEvent(window: show/hide/create)
  PASS   : tst_QWidget::showHideEvent(window: hide/create)
  PASS   : tst_QWidget::showHideEvent(window: only hide)
  PASS   : tst_QWidget::showHideEvent(window: nothing)
  PASS   : tst_QWidget::lostUpdatesOnHide()
  PASS   : tst_QWidget::update()
  PASS   : tst_QWidget::isOpaque()
  PASS   : tst_QWidget::scroll()
  PASS   : tst_QWidget::setWindowGeometry(100,100 200x200, flags 0)
  PASS   : tst_QWidget::setWindowGeometry(100,100 200x200, flags 800)
  PASS   : tst_QWidget::setWindowGeometry(100,100 1080x784, flags 0)
  PASS   : tst_QWidget::setWindowGeometry(100,100 1080x784, flags 800)
  QWARN  : tst_QWidget::setWindowGeometry(130,100 0x200, flags 0) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 0x200+130+100 on QWidgetWindow/'QWidgetClassWindow'. Resulting geometry:  124x200+130+100 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  QWARN  : tst_QWidget::setWindowGeometry(130,100 0x200, flags 0) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 0x200+130+100 on QWidgetWindow/'QWidgetClassWindow'. Resulting geometry:  124x200+130+100 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  QWARN  : tst_QWidget::setWindowGeometry(130,100 0x200, flags 0) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 0x200+130+100 on QWidgetWindow/'QWidgetClassWindow'. Resulting geometry:  124x200+130+100 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QWidget::setWindowGeometry(130,100 0x200, flags 0)
  PASS   : tst_QWidget::setWindowGeometry(130,100 0x200, flags 800)
  PASS   : tst_QWidget::setWindowGeometry(100,50 200x0, flags 0)
  PASS   : tst_QWidget::setWindowGeometry(100,50 200x0, flags 800)
  QWARN  : tst_QWidget::setWindowGeometry(130,50 0x0, flags 0) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 0x0+130+50 on QWidgetWindow/'QWidgetClassWindow'. Resulting geometry:  124x0+130+50 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  QWARN  : tst_QWidget::setWindowGeometry(130,50 0x0, flags 0) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 0x0+130+50 on QWidgetWindow/'QWidgetClassWindow'. Resulting geometry:  124x0+130+50 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  QWARN  : tst_QWidget::setWindowGeometry(130,50 0x0, flags 0) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 0x0+130+50 on QWidgetWindow/'QWidgetClassWindow'. Resulting geometry:  124x0+130+50 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QWidget::setWindowGeometry(130,50 0x0, flags 0)
  PASS   : tst_QWidget::setWindowGeometry(130,50 0x0, flags 800)
  QSYSTEM: tst_QWidget::windowMoveResize(100,100 200x200, flags 0) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::windowMoveResize(100,100 200x200, flags 0) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::windowMoveResize(100,100 200x200, flags 0)
  QSYSTEM: tst_QWidget::windowMoveResize(100,100 200x200, flags 800) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::windowMoveResize(100,100 200x200, flags 800) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::windowMoveResize(100,100 200x200, flags 800)
  QSYSTEM: tst_QWidget::windowMoveResize(100,100 1080x784, flags 0) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::windowMoveResize(100,100 1080x784, flags 0) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::windowMoveResize(100,100 1080x784, flags 0)
  QSYSTEM: tst_QWidget::windowMoveResize(100,100 1080x784, flags 800) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::windowMoveResize(100,100 1080x784, flags 800) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::windowMoveResize(100,100 1080x784, flags 800)
  QWARN  : tst_QWidget::windowMoveResize(130,100 0x200, flags 0) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 0x200+138+131 on QWidgetWindow/'QWidgetClassWindow'. Resulting geometry:  124x200+138+131 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  XFAIL  : tst_QWidget::windowMoveResize(130,100 0x200, flags 0) QTBUG-26424
  tst_qwidget.cpp(4635) : failure location
  QSYSTEM: tst_QWidget::windowMoveResize(130,100 0x200, flags 0) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::windowMoveResize(130,100 0x200, flags 0) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QWARN  : tst_QWidget::windowMoveResize(130,100 0x200, flags 0) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 0x200+138+131 on QWidgetWindow/'QWidgetClassWindow'. Resulting geometry:  124x200+138+131 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  QSYSTEM: tst_QWidget::windowMoveResize(130,100 0x200, flags 0) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::windowMoveResize(130,100 0x200, flags 0) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QWARN  : tst_QWidget::windowMoveResize(130,100 0x200, flags 0) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 0x200+138+131 on QWidgetWindow/'QWidgetClassWindow'. Resulting geometry:  124x200+138+131 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QWidget::windowMoveResize(130,100 0x200, flags 0)
  QSYSTEM: tst_QWidget::windowMoveResize(130,100 0x200, flags 800) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::windowMoveResize(130,100 0x200, flags 800) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::windowMoveResize(130,100 0x200, flags 800) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::windowMoveResize(130,100 0x200, flags 800)
  QSYSTEM: tst_QWidget::windowMoveResize(100,50 200x0, flags 0) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::windowMoveResize(100,50 200x0, flags 0) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::windowMoveResize(100,50 200x0, flags 0) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::windowMoveResize(100,50 200x0, flags 0)
  QSYSTEM: tst_QWidget::windowMoveResize(100,50 200x0, flags 800) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::windowMoveResize(100,50 200x0, flags 800) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::windowMoveResize(100,50 200x0, flags 800) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::windowMoveResize(100,50 200x0, flags 800)
  QWARN  : tst_QWidget::windowMoveResize(130,50 0x0, flags 0) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 0x0+138+81 on QWidgetWindow/'QWidgetClassWindow'. Resulting geometry:  124x0+138+81 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  XFAIL  : tst_QWidget::windowMoveResize(130,50 0x0, flags 0) QTBUG-26424
  tst_qwidget.cpp(4635) : failure location
  QSYSTEM: tst_QWidget::windowMoveResize(130,50 0x0, flags 0) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QWARN  : tst_QWidget::windowMoveResize(130,50 0x0, flags 0) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 0x0+138+81 on QWidgetWindow/'QWidgetClassWindow'. Resulting geometry:  124x0+138+81 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  QSYSTEM: tst_QWidget::windowMoveResize(130,50 0x0, flags 0) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::windowMoveResize(130,50 0x0, flags 0) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QWARN  : tst_QWidget::windowMoveResize(130,50 0x0, flags 0) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 0x0+138+81 on QWidgetWindow/'QWidgetClassWindow'. Resulting geometry:  124x0+138+81 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QWidget::windowMoveResize(130,50 0x0, flags 0)
  QSYSTEM: tst_QWidget::windowMoveResize(130,50 0x0, flags 800) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::windowMoveResize(130,50 0x0, flags 800) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::windowMoveResize(130,50 0x0, flags 800) TestNamespace::QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::windowMoveResize(130,50 0x0, flags 800)
  PASS   : tst_QWidget::moveChild(right)
  PASS   : tst_QWidget::moveChild(down)
  PASS   : tst_QWidget::moveChild(left)
  PASS   : tst_QWidget::moveChild(up)
  PASS   : tst_QWidget::showAndMoveChild()
  PASS   : tst_QWidget::subtractOpaqueSiblings()
  XFAIL  : tst_QWidget::setGeometry_win() QTBUG-26424
  tst_qwidget.cpp(4575) : failure location
  PASS   : tst_QWidget::setGeometry_win()
  PASS   : tst_QWidget::setLocale()
  PASS   : tst_QWidget::deleteStyle()
  PASS   : tst_QWidget::multipleToplevelFocusCheck()
  PASS   : tst_QWidget::setFocus()
  PASS   : tst_QWidget::setCursor()
  PASS   : tst_QWidget::setToolTip()
  PASS   : tst_QWidget::testWindowIconChangeEventPropagation()
  SKIP   : tst_QWidget::minAndMaxSizeWithX11BypassWindowManagerHint() This test is for X11 only.
  tst_qwidget.cpp(5630) : failure location
  SKIP   : tst_QWidget::showHideShowX11() This test is for X11 only.
  tst_qwidget.cpp(5720) : failure location
  SKIP   : tst_QWidget::clean_qt_x11_enforce_cursor() This test is for X11 only.
  tst_qwidget.cpp(5740) : failure location
  XFAIL  : tst_QWidget::childEvents() QTBUG-26424: Event list mismatch, expected 3 (QWidget(0xe2db51e4a0) : 74   1001   77   ), actual  4  ( QWidget(0xe2db51e4a0) : 74   1001   78   77   )
  tst_qwidget.cpp(5900) : failure location
  XFAIL  : tst_QWidget::childEvents() QTBUG-26424: Event list mismatch, expected 4 (QWidget(0xe2db51e370) : 74   1001   1002   77   ), actual  5  ( QWidget(0xe2db51e370) : 74   1001   1002   78   77   )
  tst_qwidget.cpp(5993) : failure location
  XFAIL  : tst_QWidget::childEvents() QTBUG-26424: Event list mismatch, expected 4 (QWidget(0xe2db51e340) : 74   1001   1002   77   ), actual  5  ( QWidget(0xe2db51e340) : 74   1001   1002   78   77   )
  tst_qwidget.cpp(6087) : failure location
  PASS   : tst_QWidget::childEvents()
  PASS   : tst_QWidget::render()
  PASS   : tst_QWidget::renderInvisible()
  PASS   : tst_QWidget::renderWithPainter()
  PASS   : tst_QWidget::render_task188133()
  PASS   : tst_QWidget::render_task211796()
  PASS   : tst_QWidget::render_task217815()
  PASS   : tst_QWidget::render_windowOpacity()
  PASS   : tst_QWidget::render_systemClip()
  PASS   : tst_QWidget::render_systemClip2(Only auto-fill background)
  PASS   : tst_QWidget::render_systemClip2(Only draw in paintEvent)
  PASS   : tst_QWidget::render_systemClip2(Auto-fill background and draw in paintEvent)
  PASS   : tst_QWidget::render_systemClip3(Norwegian Civil Flag)
  PASS   : tst_QWidget::render_systemClip3(Norwegian War Flag)
  PASS   : tst_QWidget::render_task252837()
  PASS   : tst_QWidget::render_worldTransform()
  PASS   : tst_QWidget::setContentsMargins()
  PASS   : tst_QWidget::moveWindowInShowEvent(1)
  PASS   : tst_QWidget::moveWindowInShowEvent(2)
  PASS   : tst_QWidget::repaintWhenChildDeleted()
  PASS   : tst_QWidget::hideOpaqueChildWhileHidden()
  PASS   : tst_QWidget::updateWhileMinimized()
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
  tst_qwidget.cpp(7310) : failure location
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
  tst_qwidget.cpp(7313) : failure location
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
  tst_qwidget.cpp(7316) : failure location
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
  tst_qwidget.cpp(7319) : failure location
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
  tst_qwidget.cpp(7365) : failure location
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
  tst_qwidget.cpp(7368) : failure location
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
  tst_qwidget.cpp(7371) : failure location
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
  tst_qwidget.cpp(7426) : failure location
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
  tst_qwidget.cpp(7429) : failure location
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
  tst_qwidget.cpp(7432) : failure location
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
  tst_qwidget.cpp(7435) : failure location
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
  tst_qwidget.cpp(7438) : failure location
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
  tst_qwidget.cpp(7441) : failure location
  PASS   : tst_QWidget::alienWidgets()
  PASS   : tst_QWidget::adjustSize(1)
  PASS   : tst_QWidget::adjustSize(2)
  PASS   : tst_QWidget::adjustSize(3)
  PASS   : tst_QWidget::adjustSize(4)
  PASS   : tst_QWidget::adjustSize(5)
  PASS   : tst_QWidget::adjustSize(6)
  PASS   : tst_QWidget::adjustSize(7)
  PASS   : tst_QWidget::adjustSize(8)
  PASS   : tst_QWidget::adjustSize(9)
  PASS   : tst_QWidget::adjustSize(1c)
  PASS   : tst_QWidget::adjustSize(2c)
  PASS   : tst_QWidget::adjustSize(3c)
  PASS   : tst_QWidget::adjustSize(4c)
  PASS   : tst_QWidget::adjustSize(5c)
  PASS   : tst_QWidget::adjustSize(6c)
  PASS   : tst_QWidget::adjustSize(7c)
  PASS   : tst_QWidget::adjustSize(8c)
  PASS   : tst_QWidget::adjustSize(9c)
  PASS   : tst_QWidget::updateGeometry(setMinimumSize)
  PASS   : tst_QWidget::updateGeometry(setMaximumSize)
  PASS   : tst_QWidget::updateGeometry(setMinimumSize, then maximumSize to a different size)
  PASS   : tst_QWidget::updateGeometry(setMinimumSize, then maximumSize to the same size)
  PASS   : tst_QWidget::updateGeometry(setMinimumSize, then maximumSize to the same size and then hide it)
  PASS   : tst_QWidget::updateGeometry(Change sizePolicy)
  PASS   : tst_QWidget::sendUpdateRequestImmediately()
  PASS   : tst_QWidget::doubleRepaint()
  PASS   : tst_QWidget::resizeInPaintEvent()
  PASS   : tst_QWidget::opaqueChildren()
  PASS   : tst_QWidget::setMaskInResizeEvent()
  PASS   : tst_QWidget::moveInResizeEvent()
  PASS   : tst_QWidget::immediateRepaintAfterShow()
  PASS   : tst_QWidget::immediateRepaintAfterInvalidateBuffer()
  PASS   : tst_QWidget::effectiveWinId()
  PASS   : tst_QWidget::effectiveWinId2()
  PASS   : tst_QWidget::customDpi()
  PASS   : tst_QWidget::customDpiProperty()
  PASS   : tst_QWidget::quitOnCloseAttribute()
  PASS   : tst_QWidget::moveRect()
  PASS   : tst_QWidget::gdiPainting()
  QWARN  : tst_QWidget::paintOnScreenPossible() QWidget::paintEngine: Should no longer be called
  PASS   : tst_QWidget::paintOnScreenPossible()
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  PASS   : tst_QWidget::reparentStaticWidget()
  PASS   : tst_QWidget::QTBUG6883_reparentStaticWidget2()
  FAIL!  : tst_QWidget::translucentWidget() Compared values are not the same
  tst_qwidget.cpp(8329) : failure location
  PASS   : tst_QWidget::setClearAndResizeMask()
  PASS   : tst_QWidget::maskedUpdate()
  FAIL!  : tst_QWidget::syntheticEnterLeave() Compared values are not the same
     Actual   (window.numEnterEvents): 0
     Expected (1)                    : 1
  tst_qwidget.cpp(8727) : failure location
  FAIL!  : tst_QWidget::taskQTBUG_4055_sendSyntheticEnterLeave() 'child.numEnterEvents > 0' returned FALSE. ()
  tst_qwidget.cpp(8809) : failure location
  WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window.
  WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window.
  WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window.
  WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window.
  WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window.
  PASS   : tst_QWidget::underMouse()
  PASS   : tst_QWidget::taskQTBUG_27643_enterEvents()
  PASS   : tst_QWidget::windowFlags()
  PASS   : tst_QWidget::initialPosForDontShowOnScreenWidgets()
  PASS   : tst_QWidget::updateOnDestroyedSignal()
  PASS   : tst_QWidget::toplevelLineEditFocus()
  PASS   : tst_QWidget::focusWidget_task254563()
  PASS   : tst_QWidget::rectOutsideCoordinatesLimit_task144779()
  PASS   : tst_QWidget::setGraphicsEffect()
  PASS   : tst_QWidget::destroyBackingStore()
  PASS   : tst_QWidget::activateWindow()
  PASS   : tst_QWidget::openModal_taskQTBUG_5804()
  PASS   : tst_QWidget::focusProxyAndInputMethods()
  PASS   : tst_QWidget::scrollWithoutBackingStore()
  PASS   : tst_QWidget::taskQTBUG_7532_tabOrderWithFocusProxy()
  PASS   : tst_QWidget::movedAndResizedAttributes()
  PASS   : tst_QWidget::childAt()
  PASS   : tst_QWidget::taskQTBUG_17333_ResizeInfiniteRecursion()
  PASS   : tst_QWidget::nativeChildFocus()
  PASS   : tst_QWidget::grab()
  PASS   : tst_QWidget::grabMouse()
  PASS   : tst_QWidget::grabKeyboard()
  PASS   : tst_QWidget::touchEventSynthesizedMouseEvent()
  PASS   : tst_QWidget::styleSheetPropagation()
  PASS   : tst_QWidget::destroyedSignal()
  PASS   : tst_QWidget::keyboardModifiers()
  PASS   : tst_QWidget::mouseDoubleClickBubbling_QTBUG29680()
  PASS   : tst_QWidget::largerThanScreen_QTBUG30142()
  PASS   : tst_QWidget::cleanupTestCase()
  Totals: 237 passed, 4 failed, 8 skipped
  ********* Finished testing of tst_QWidget *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qwidget: 130 seconds, exit code 4
  
  Testing tst_QMenu
  FAIL!  : tst_QMenu::tearOff() 'menu->isTearOffMenuVisible()' returned FALSE. ()
  tst_qmenu.cpp(551) : failure location
  FAIL!  : tst_QMenu::task258920_mouseBorder() Compared pointers are not the same
     Actual   (action)             : 0000002F0C222450
     Expected (menu.activeAction()): 0000000000000000
  tst_qmenu.cpp(781) : failure location
  Totals: 37 passed, 2 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QMenu *********
  Config: Using QtTest library 5.2.0, Qt 5.2.0
  PASS   : tst_QMenu::initTestCase()
  PASS   : tst_QMenu::getSetCheck()
  PASS   : tst_QMenu::addActionsAndClear()
  PASS   : tst_QMenu::keyboardNavigation(data0)
  PASS   : tst_QMenu::keyboardNavigation(data1)
  PASS   : tst_QMenu::keyboardNavigation(data2)
  PASS   : tst_QMenu::keyboardNavigation(data3_noMac)
  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) QTBUG-22449: QMenu doesn't remove highlight if a menu item is activated by a shortcut
  tst_qmenu.cpp(350) : failure location
  PASS   : tst_QMenu::keyboardNavigation(shortcut0)
  QWARN  : tst_QMenu::focus() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 100x30+320+252 on QWidgetWindow/'QWidgetClassWindow'. Resulting geometry:  124x30+320+252 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QMenu::focus()
  PASS   : tst_QMenu::overrideMenuAction()
  PASS   : tst_QMenu::statusTip()
  PASS   : tst_QMenu::widgetActionFocus()
  PASS   : tst_QMenu::mouseActivation()
  FAIL!  : tst_QMenu::tearOff() 'menu->isTearOffMenuVisible()' returned FALSE. ()
  tst_qmenu.cpp(551) : failure location
  QWARN  : tst_QMenu::layoutDirection() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 3x2+8+31 on QWidgetWindow/'QMenuClassWindow'. Resulting geometry:  124x2+8+31 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  QWARN  : tst_QMenu::layoutDirection() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 3x2+317+252 on QWidgetWindow/'QMenuClassWindow'. Resulting geometry:  124x2+317+252 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QMenu::layoutDirection()
  PASS   : tst_QMenu::task208001_stylesheet()
  PASS   : tst_QMenu::activeSubMenuPosition()
  PASS   : tst_QMenu::task242454_sizeHint()
  PASS   : tst_QMenu::task176201_clear()
  PASS   : tst_QMenu::task250673_activeMultiColumnSubMenuPosition()
  PASS   : tst_QMenu::task256918_setFont()
  PASS   : tst_QMenu::menuSizeHint()
  FAIL!  : tst_QMenu::task258920_mouseBorder() Compared pointers are not the same
     Actual   (action)             : 000000E54FBC3C80
     Expected (menu.activeAction()): 0000000000000000
  tst_qmenu.cpp(781) : failure location
  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()
  PASS   : tst_QMenu::QTBUG_10735_crashWithDialog()
  PASS   : tst_QMenu::cleanupTestCase()
  Totals: 37 passed, 2 failed, 0 skipped
  ********* Finished testing of tst_QMenu *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qmenu: 40 seconds, exit code 2
  
  Testing tst_QMdiArea
  FAIL!  : tst_QMdiArea::subWindowActivated2() Compared values are not the same
     Actual   (spy.count()): 0
  (... 1734 lines omitted; there are too many errors!)
  PASS   : tst_QGraphicsItem::handlesChildEvents3()
  PASS   : tst_QGraphicsItem::filtersChildEvents()
  PASS   : tst_QGraphicsItem::filtersChildEvents2()
  PASS   : tst_QGraphicsItem::ensureVisible()
  FAIL!  : tst_QGraphicsItem::cursor() Compared values are not the same
  tst_qgraphicsitem.cpp(4238) : failure location
  PASS   : tst_QGraphicsItem::defaultItemTest_QGraphicsLineItem()
  PASS   : tst_QGraphicsItem::defaultItemTest_QGraphicsPixmapItem()
  PASS   : tst_QGraphicsItem::defaultItemTest_QGraphicsTextItem()
  PASS   : tst_QGraphicsItem::defaultItemTest_QGraphicsEllipseItem()
  PASS   : tst_QGraphicsItem::itemChange()
  PASS   : tst_QGraphicsItem::sceneEventFilter()
  PASS   : tst_QGraphicsItem::prepareGeometryChange()
  PASS   : tst_QGraphicsItem::paint()
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  WARNING: tst_QGraphicsItem::deleteItemInEventHandlers() Mouse event "MousePress" not accepted by receiving widget
  PASS   : tst_QGraphicsItem::deleteItemInEventHandlers()
  PASS   : tst_QGraphicsItem::itemClipsToShape()
  PASS   : tst_QGraphicsItem::itemClipsChildrenToShape()
  PASS   : tst_QGraphicsItem::itemClipsChildrenToShape2()
  PASS   : tst_QGraphicsItem::itemClipsChildrenToShape3()
  PASS   : tst_QGraphicsItem::itemClipsChildrenToShape4()
  PASS   : tst_QGraphicsItem::itemClipsChildrenToShape5()
  PASS   : tst_QGraphicsItem::itemClipsTextChildToShape()
  PASS   : tst_QGraphicsItem::itemClippingDiscovery()
  PASS   : tst_QGraphicsItem::ancestorFlags()
  PASS   : tst_QGraphicsItem::untransformable()
  PASS   : tst_QGraphicsItem::contextMenuEventPropagation()
  PASS   : tst_QGraphicsItem::itemIsMovable()
  PASS   : tst_QGraphicsItem::boundingRegion((0, 0, 10, 10) | 0.0 | identity | {(0, 0, 10, 10)})
  PASS   : tst_QGraphicsItem::boundingRegion((0, 0, 10, 0) | 0.0 | identity | {(0, 0, 10, 10)})
  PASS   : tst_QGraphicsItem::boundingRegion((0, 0, 10, 0) | 0.5 | identity | {(0, 0, 10, 1)})
  PASS   : tst_QGraphicsItem::boundingRegion((0, 0, 10, 0) | 1.0 | identity | {(0, 0, 10, 1)})
  PASS   : tst_QGraphicsItem::boundingRegion((0, 0, 0, 10) | 0.0 | identity | {(0, 0, 10, 10)})
  PASS   : tst_QGraphicsItem::boundingRegion((0, 0, 0, 10) | 0.5 | identity | {(0, 0, 1, 10)})
  PASS   : tst_QGraphicsItem::boundingRegion((0, 0, 0, 10) | 1.0 | identity | {(0, 0, 1, 10)})
  PASS   : tst_QGraphicsItem::itemTransform_parentChild()
  PASS   : tst_QGraphicsItem::itemTransform_siblings()
  PASS   : tst_QGraphicsItem::itemTransform_unrelated()
  PASS   : tst_QGraphicsItem::opacity(A: 1.0 0 1.0 0 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(B: 0.5 0 1.0 0 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(C: 0.5 0 0.1 0 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(D: 0.0 0 1.0 0 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(E: 1.0 2 1.0 0 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(F: 0.5 2 1.0 0 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(G: 0.5 2 0.1 0 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(H: 0.0 2 1.0 0 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(I: 1.0 0 1.0 1 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(J: 1.0 0 1.0 1 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(K: 1.0 0 1.0 1 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(L: 1.0 0 1.0 1 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(M: 1.0 0 1.0 1 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(M: 0.5 0 1.0 1 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(M: 0.5 0 0.5 1 1.0 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(M: 0.5 0 0.5 1 0.5 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity(M: 1.0 0 0.5 1 0.5 1.0 1.0 1.0 1.0)
  PASS   : tst_QGraphicsItem::opacity2()
  PASS   : tst_QGraphicsItem::opacityZeroUpdates()
  PASS   : tst_QGraphicsItem::itemStacksBehindParent()
  PASS   : tst_QGraphicsItem::nestedClipping()
  PASS   : tst_QGraphicsItem::nestedClippingTransforms()
  PASS   : tst_QGraphicsItem::sceneTransformCache()
  PASS   : tst_QGraphicsItem::tabChangesFocus(tab changes focus)
  PASS   : tst_QGraphicsItem::tabChangesFocus(tab doesn't change focus)
  PASS   : tst_QGraphicsItem::cacheMode()
  PASS   : tst_QGraphicsItem::cacheMode2()
  PASS   : tst_QGraphicsItem::updateCachedItemAfterMove()
  PASS   : tst_QGraphicsItem::deviceTransform(nil)
  PASS   : tst_QGraphicsItem::deviceTransform(deviceX rot 90)
  PASS   : tst_QGraphicsItem::deviceTransform(deviceX rot 90 100)
  PASS   : tst_QGraphicsItem::deviceTransform(deviceX rot 90 010)
  PASS   : tst_QGraphicsItem::deviceTransform(deviceX rot 90 001)
  PASS   : tst_QGraphicsItem::deviceTransform(deviceX rot 90 111)
  PASS   : tst_QGraphicsItem::deviceTransform(deviceX rot 90 101)
  PASS   : tst_QGraphicsItem::update()
  PASS   : tst_QGraphicsItem::setTransformProperties(nothing)
  PASS   : tst_QGraphicsItem::setTransformProperties(rotation)
  PASS   : tst_QGraphicsItem::setTransformProperties(rotation dicentred)
  PASS   : tst_QGraphicsItem::setTransformProperties(Scale)
  PASS   : tst_QGraphicsItem::setTransformProperties(Everything dicentred)
  PASS   : tst_QGraphicsItem::itemUsesExtendedStyleOption()
  PASS   : tst_QGraphicsItem::itemSendsGeometryChanges()
  PASS   : tst_QGraphicsItem::moveItem()
  PASS   : tst_QGraphicsItem::moveLineItem()
  PASS   : tst_QGraphicsItem::sorting(NoIndex)
  PASS   : tst_QGraphicsItem::sorting(BspTreeIndex)
  PASS   : tst_QGraphicsItem::itemHasNoContents()
  PASS   : tst_QGraphicsItem::hitTestUntransformableItem()
  PASS   : tst_QGraphicsItem::hitTestGraphicsEffectItem()
  PASS   : tst_QGraphicsItem::focusProxy()
  PASS   : tst_QGraphicsItem::subFocus()
  PASS   : tst_QGraphicsItem::focusProxyDeletion()
  PASS   : tst_QGraphicsItem::negativeZStacksBehindParent()
  PASS   : tst_QGraphicsItem::setGraphicsEffect()
  PASS   : tst_QGraphicsItem::panel()
  PASS   : tst_QGraphicsItem::addPanelToActiveScene()
  PASS   : tst_QGraphicsItem::panelWithFocusItems()
  PASS   : tst_QGraphicsItem::activate()
  PASS   : tst_QGraphicsItem::setActivePanelOnInactiveScene()
  PASS   : tst_QGraphicsItem::activationOnShowHide()
  PASS   : tst_QGraphicsItem::deactivateInactivePanel()
  PASS   : tst_QGraphicsItem::moveWhileDeleting()
  PASS   : tst_QGraphicsItem::ensureDirtySceneTransform()
  PASS   : tst_QGraphicsItem::focusScope()
  PASS   : tst_QGraphicsItem::focusScope2()
  PASS   : tst_QGraphicsItem::focusScopeItemChangedWhileScopeDoesntHaveFocus()
  PASS   : tst_QGraphicsItem::stackBefore()
  PASS   : tst_QGraphicsItem::sceneModality()
  PASS   : tst_QGraphicsItem::panelModality()
  PASS   : tst_QGraphicsItem::mixedModality()
  PASS   : tst_QGraphicsItem::modality_hover()
  PASS   : tst_QGraphicsItem::modality_mouseGrabber()
  PASS   : tst_QGraphicsItem::modality_clickFocus()
  PASS   : tst_QGraphicsItem::modality_keyEvents()
  PASS   : tst_QGraphicsItem::itemIsInFront()
  PASS   : tst_QGraphicsItem::scenePosChange()
  PASS   : tst_QGraphicsItem::textItem_shortcuts()
  PASS   : tst_QGraphicsItem::scroll()
  PASS   : tst_QGraphicsItem::focusHandling(Focus goes through.)
  PASS   : tst_QGraphicsItem::focusHandling(Focus goes through, even with sticky scene.)
  PASS   : tst_QGraphicsItem::focusHandling(With ItemStopsClickFocusPropagation, we cannot focus the item beneath the flagged one (but can still focus-out).)
  PASS   : tst_QGraphicsItem::focusHandling(With ItemStopsClickFocusPropagation, we cannot focus the item beneath the flagged one (and cannot focus-out if scene is sticky).)
  PASS   : tst_QGraphicsItem::focusHandling(With ItemStopsFocusHandling, focus cannot be changed by presses.)
  PASS   : tst_QGraphicsItem::focusHandling(With ItemStopsFocusHandling, focus cannot be changed by presses (even if scene is sticky).)
  PASS   : tst_QGraphicsItem::touchEventPropagation(ItemIsPanel)
  PASS   : tst_QGraphicsItem::touchEventPropagation(ItemStopsClickFocusPropagation)
  PASS   : tst_QGraphicsItem::touchEventPropagation(ItemStopsFocusHandling)
  PASS   : tst_QGraphicsItem::deviceCoordinateCache_simpleRotations()
  PASS   : tst_QGraphicsItem::task141694_textItemEnsureVisible()
  PASS   : tst_QGraphicsItem::task128696_textItemEnsureMovable()
  PASS   : tst_QGraphicsItem::ensureUpdateOnTextItem()
  PASS   : tst_QGraphicsItem::task177918_lineItemUndetected()
  PASS   : tst_QGraphicsItem::task240400_clickOnTextItem(editor, noflags)
  PASS   : tst_QGraphicsItem::task240400_clickOnTextItem(editor, movable)
  PASS   : tst_QGraphicsItem::task240400_clickOnTextItem(editor, selectable)
  PASS   : tst_QGraphicsItem::task240400_clickOnTextItem(editor, movable | selectable)
  PASS   : tst_QGraphicsItem::task240400_clickOnTextItem(noninteractive, noflags)
  PASS   : tst_QGraphicsItem::task240400_clickOnTextItem(noninteractive, movable)
  PASS   : tst_QGraphicsItem::task240400_clickOnTextItem(noninteractive, selectable)
  PASS   : tst_QGraphicsItem::task240400_clickOnTextItem(noninteractive, movable | selectable)
  PASS   : tst_QGraphicsItem::task243707_addChildBeforeParent()
  PASS   : tst_QGraphicsItem::task197802_childrenVisibility()
  PASS   : tst_QGraphicsItem::QTBUG_4233_updateCachedWithSceneRect()
  PASS   : tst_QGraphicsItem::QTBUG_5418_textItemSetDefaultColor()
  PASS   : tst_QGraphicsItem::QTBUG_6738_missingUpdateWithSetParent()
  PASS   : tst_QGraphicsItem::QTBUG_7714_fullUpdateDiscardingOpacityUpdate2()
  PASS   : tst_QGraphicsItem::QT_2653_fullUpdateDiscardingOpacityUpdate()
  PASS   : tst_QGraphicsItem::QT_2649_focusScope()
  PASS   : tst_QGraphicsItem::sortItemsWhileAdding()
  PASS   : tst_QGraphicsItem::doNotMarkFullUpdateIfNotInScene()
  PASS   : tst_QGraphicsItem::itemDiesDuringDraggingOperation()
  PASS   : tst_QGraphicsItem::QTBUG_12112_focusItem()
  PASS   : tst_QGraphicsItem::QTBUG_13473_sceneposchange()
  PASS   : tst_QGraphicsItem::QTBUG_16374_crashInDestructor()
  PASS   : tst_QGraphicsItem::QTBUG_20699_focusScopeCrash()
  PASS   : tst_QGraphicsItem::QTBUG_30990_rightClickSelection()
  PASS   : tst_QGraphicsItem::QTBUG_21618_untransformable_sceneTransform()
  PASS   : tst_QGraphicsItem::cleanupTestCase()
  Totals: 234 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QGraphicsItem *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qgraphicsitem: 20 seconds, exit code 1
  
  Testing tst_QFocusEvent
  FAIL!  : tst_QFocusEvent::checkReason_ActiveWindow() 'childFocusWidgetOne->focusInEventRecieved' returned FALSE. ()
  tst_qfocusevent.cpp(378) : failure location
  Totals: 7 passed, 1 failed, 1 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QFocusEvent *********
  Config: Using QtTest library 5.2.0, Qt 5.2.0
  PASS   : tst_QFocusEvent::initTestCase()
  PASS   : tst_QFocusEvent::checkReason_Tab()
  PASS   : tst_QFocusEvent::checkReason_ShiftTab()
  SKIP   : tst_QFocusEvent::checkReason_BackTab() Backtab is not supported on Windows
  tst_qfocusevent.cpp(223) : failure location
  PASS   : tst_QFocusEvent::checkReason_Popup()
  PASS   : tst_QFocusEvent::checkReason_focusWidget()
  PASS   : tst_QFocusEvent::checkReason_Shortcut()
  QWARN  : tst_QFocusEvent::checkReason_ActiveWindow() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 100x30+590+477 on QWidgetWindow/'QDialogClassWindow'. Resulting geometry:  124x30+590+477 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  FAIL!  : tst_QFocusEvent::checkReason_ActiveWindow() 'childFocusWidgetOne->focusInEventRecieved' returned FALSE. ()
  tst_qfocusevent.cpp(378) : failure location
  PASS   : tst_QFocusEvent::cleanupTestCase()
  Totals: 7 passed, 1 failed, 1 skipped
  ********* Finished testing of tst_QFocusEvent *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qfocusevent: 14 seconds, exit code 1
  
  Testing tst_QComboBox
  FAIL!  : tst_QComboBox::keyBoardNavigationWithMouse() 'selection > 3' returned FALSE. (selection=0)
  tst_qcombobox.cpp(2645) : failure location
  Totals: 149 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QComboBox *********
  Config: Using QtTest library 5.2.0, Qt 5.2.0
  PASS   : tst_QComboBox::initTestCase()
  PASS   : tst_QComboBox::getSetCheck()
  PASS   : tst_QComboBox::ensureReturnIsIgnored()
  PASS   : tst_QComboBox::setEditable()
  PASS   : tst_QComboBox::setPalette()
  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::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()
  QWARN  : tst_QComboBox::noScrollbar(normal) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 100x30+208+231 on QWidgetWindow/'QWidgetClassWindow'. Resulting geometry:  124x30+208+231 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  QWARN  : tst_QComboBox::noScrollbar(normal) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 27x20+208+231 on QWidgetWindow/'QComboBoxClassWindow'. Resulting geometry:  124x20+208+231 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::noScrollbar(normal)
  QWARN  : tst_QComboBox::noScrollbar(border) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 100x30+208+231 on QWidgetWindow/'QWidgetClassWindow'. Resulting geometry:  124x30+208+231 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  QWARN  : tst_QComboBox::noScrollbar(border) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 27x20+208+231 on QWidgetWindow/'QComboBoxClassWindow'. Resulting geometry:  124x20+208+231 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::noScrollbar(border)
  QWARN  : tst_QComboBox::noScrollbar(margin) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 100x30+208+231 on QWidgetWindow/'QWidgetClassWindow'. Resulting geometry:  124x30+208+231 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  QWARN  : tst_QComboBox::noScrollbar(margin) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 27x20+208+231 on QWidgetWindow/'QComboBoxClassWindow'. Resulting geometry:  124x20+208+231 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::noScrollbar(margin)
  QWARN  : tst_QComboBox::noScrollbar(padding) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 100x30+208+231 on QWidgetWindow/'QWidgetClassWindow'. Resulting geometry:  124x30+208+231 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  QWARN  : tst_QComboBox::noScrollbar(padding) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 27x20+208+231 on QWidgetWindow/'QComboBoxClassWindow'. Resulting geometry:  124x20+208+231 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::noScrollbar(padding)
  QWARN  : tst_QComboBox::noScrollbar(everything) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 100x30+208+231 on QWidgetWindow/'QWidgetClassWindow'. Resulting geometry:  124x30+208+231 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  QWARN  : tst_QComboBox::noScrollbar(everything) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 27x20+208+231 on QWidgetWindow/'QComboBoxClassWindow'. Resulting geometry:  124x20+208+231 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::noScrollbar(everything)
  QWARN  : tst_QComboBox::noScrollbar(everything and more) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 100x30+208+231 on QWidgetWindow/'QWidgetClassWindow'. Resulting geometry:  124x30+208+231 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  QWARN  : tst_QComboBox::noScrollbar(everything and more) TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 27x20+208+231 on QWidgetWindow/'QComboBoxClassWindow'. Resulting geometry:  124x20+208+231 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  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)
  QWARN  : tst_QComboBox::task260974_menuItemRectangleForComboBoxPopup() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 62x20+208+231 on QWidgetWindow/'QComboBoxClassWindow'. Resulting geometry:  124x20+208+231 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::task260974_menuItemRectangleForComboBoxPopup()
  PASS   : tst_QComboBox::removeItem()
  PASS   : tst_QComboBox::resetModel()
  FAIL!  : tst_QComboBox::keyBoardNavigationWithMouse() 'selection > 3' returned FALSE. (selection=0)
  tst_qcombobox.cpp(2645) : failure location
  PASS   : tst_QComboBox::task_QTBUG_1071_changingFocusEmitsActivated()
  QWARN  : tst_QComboBox::maxVisibleItems() TestNamespace::QWindowsWindow::setGeometry: Unable to set geometry 38x20+208+231 on QWidgetWindow/'QComboBoxClassWindow'. Resulting geometry:  124x20+208+231 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QComboBox::maxVisibleItems()
  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::cleanupTestCase()
  Totals: 149 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QComboBox *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qcombobox: 29 seconds, exit code 1
  
  Testing tst_QDialog
  FAIL!  : tst_QDialog::snapToDefaultButton() 'QCursor::pos() == startingPos' returned FALSE. ()
  tst_qdialog.cpp(569) : failure location
  Totals: 18 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDialog *********
  Config: Using QtTest library 5.2.0, Qt 5.2.0
  PASS   : tst_QDialog::initTestCase()
  PASS   : tst_QDialog::getSetCheck()
  PASS   : tst_QDialog::showExtension(data0)
  PASS   : tst_QDialog::showExtension(data1)
  PASS   : tst_QDialog::showExtension(data2)
  PASS   : tst_QDialog::showExtension(data3)
  PASS   : tst_QDialog::defaultButtons()
  PASS   : tst_QDialog::showMaximized()
  PASS   : tst_QDialog::showMinimized()
  PASS   : tst_QDialog::showFullScreen()
  PASS   : tst_QDialog::showAsTool()
  PASS   : tst_QDialog::toolDialogPosition()
  PASS   : tst_QDialog::deleteMainDefault()
  PASS   : tst_QDialog::deleteInExec()
  PASS   : tst_QDialog::showSizeGrip()
  PASS   : tst_QDialog::setVisible()
  PASS   : tst_QDialog::reject()
  FAIL!  : tst_QDialog::snapToDefaultButton() 'QCursor::pos() == startingPos' returned FALSE. ()
  tst_qdialog.cpp(569) : failure location
  PASS   : tst_QDialog::cleanupTestCase()
  Totals: 18 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QDialog *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qdialog: 6 seconds, exit code 1
  
  Testing tst_QAbstractItemView
  FAIL!  : tst_QAbstractItemView::task200665_itemEntered() Compared values are not the same
     Actual   (spy.count()): 0
     Expected (1)          : 1
  tst_qabstractitemview.cpp(1292) : failure location
  Totals: 57 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QAbstractItemView *********
  Config: Using QtTest library 5.2.0, Qt 5.2.0
  PASS   : tst_QAbstractItemView::initTestCase()
  PASS   : tst_QAbstractItemView::getSetCheck()
  QWARN  : tst_QAbstractItemView::emptyModels(QListView) edit: index was invalid
  QWARN  : tst_QAbstractItemView::emptyModels(QListView) edit: editing failed
  PASS   : tst_QAbstractItemView::emptyModels(QListView)
  QWARN  : tst_QAbstractItemView::emptyModels(QTableView) edit: index was invalid
  QWARN  : tst_QAbstractItemView::emptyModels(QTableView) edit: editing failed
  PASS   : tst_QAbstractItemView::emptyModels(QTableView)
  QWARN  : tst_QAbstractItemView::emptyModels(QTreeView) edit: index was invalid
  QWARN  : tst_QAbstractItemView::emptyModels(QTreeView) edit: editing failed
  PASS   : tst_QAbstractItemView::emptyModels(QTreeView)
  QWARN  : tst_QAbstractItemView::emptyModels(QHeaderView) edit: index was invalid
  QWARN  : tst_QAbstractItemView::emptyModels(QHeaderView) edit: editing failed
  PASS   : tst_QAbstractItemView::emptyModels(QHeaderView)
  QWARN  : tst_QAbstractItemView::setModel(QListView) edit: index was invalid
  QWARN  : tst_QAbstractItemView::setModel(QListView) edit: editing failed
  PASS   : tst_QAbstractItemView::setModel(QListView)
  QWARN  : tst_QAbstractItemView::setModel(QTableView) edit: index was invalid
  QWARN  : tst_QAbstractItemView::setModel(QTableView) edit: editing failed
  PASS   : tst_QAbstractItemView::setModel(QTableView)
  QWARN  : tst_QAbstractItemView::setModel(QTreeView) edit: index was invalid
  QWARN  : tst_QAbstractItemView::setModel(QTreeView) edit: editing failed
  PASS   : tst_QAbstractItemView::setModel(QTreeView)
  QWARN  : tst_QAbstractItemView::setModel(QHeaderView) edit: index was invalid
  QWARN  : tst_QAbstractItemView::setModel(QHeaderView) edit: editing failed
  PASS   : tst_QAbstractItemView::setModel(QHeaderView)
  PASS   : tst_QAbstractItemView::noModel()
  PASS   : tst_QAbstractItemView::dragSelect()
  PASS   : tst_QAbstractItemView::rowDelegate()
  PASS   : tst_QAbstractItemView::columnDelegate()
  PASS   : tst_QAbstractItemView::selectAll()
  PASS   : tst_QAbstractItemView::ctrlA()
  PASS   : tst_QAbstractItemView::persistentEditorFocus()
  PASS   : tst_QAbstractItemView::setItemDelegate(4 columndelegates)
  PASS   : tst_QAbstractItemView::setItemDelegate(2 identical rowdelegates on the same row)
  PASS   : tst_QAbstractItemView::setItemDelegate(2 identical columndelegates on the same column)
  PASS   : tst_QAbstractItemView::setItemDelegate(2 duplicate delegates, 1 row and 1 column)
  PASS   : tst_QAbstractItemView::setItemDelegate(4 duplicate delegates, 2 row and 2 column)
  PASS   : tst_QAbstractItemView::noFallbackToRoot()
  PASS   : tst_QAbstractItemView::setCurrentIndex(QListView: no flags)
  PASS   : tst_QAbstractItemView::setCurrentIndex(QListView: checkable)
  PASS   : tst_QAbstractItemView::setCurrentIndex(QListView: selectable)
  PASS   : tst_QAbstractItemView::setCurrentIndex(QListView: enabled)
  PASS   : tst_QAbstractItemView::setCurrentIndex(QListView: enabled|selectable)
  PASS   : tst_QAbstractItemView::setCurrentIndex(QTreeView: no flags)
  PASS   : tst_QAbstractItemView::setCurrentIndex(QTreeView: checkable)
  PASS   : tst_QAbstractItemView::setCurrentIndex(QTreeView: selectable)
  PASS   : tst_QAbstractItemView::setCurrentIndex(QTreeView: enabled)
  PASS   : tst_QAbstractItemView::setCurrentIndex(QTreeView: enabled|selectable)
  PASS   : tst_QAbstractItemView::setCurrentIndex(QHeaderView: no flags)
  PASS   : tst_QAbstractItemView::setCurrentIndex(QHeaderView: checkable)
  PASS   : tst_QAbstractItemView::setCurrentIndex(QHeaderView: selectable)
  PASS   : tst_QAbstractItemView::setCurrentIndex(QHeaderView: enabled)
  PASS   : tst_QAbstractItemView::setCurrentIndex(QHeaderView: enabled|selectable)
  PASS   : tst_QAbstractItemView::setCurrentIndex(QTableView: no flags)
  PASS   : tst_QAbstractItemView::setCurrentIndex(QTableView: checkable)
  PASS   : tst_QAbstractItemView::setCurrentIndex(QTableView: selectable)
  PASS   : tst_QAbstractItemView::setCurrentIndex(QTableView: enabled)
  PASS   : tst_QAbstractItemView::setCurrentIndex(QTableView: enabled|selectable)
  PASS   : tst_QAbstractItemView::task221955_selectedEditor()
  PASS   : tst_QAbstractItemView::task250754_fontChange()
  FAIL!  : tst_QAbstractItemView::task200665_itemEntered() Compared values are not the same
     Actual   (spy.count()): 0
     Expected (1)          : 1
  tst_qabstractitemview.cpp(1292) : failure location
  QWARN  : tst_QAbstractItemView::task257481_emptyEditor() edit: editing failed
  QWARN  : tst_QAbstractItemView::task257481_emptyEditor() edit: editing failed
  PASS   : tst_QAbstractItemView::task257481_emptyEditor()
  PASS   : tst_QAbstractItemView::shiftArrowSelectionAfterScrolling()
  PASS   : tst_QAbstractItemView::shiftSelectionAfterRubberbandSelection()
  PASS   : tst_QAbstractItemView::ctrlRubberbandSelection()
  PASS   : tst_QAbstractItemView::QTBUG6407_extendedSelection()
  PASS   : tst_QAbstractItemView::QTBUG6753_selectOnSelection()
  PASS   : tst_QAbstractItemView::testDelegateDestroyEditor()
  PASS   : tst_QAbstractItemView::testClickedSignal()
  PASS   : tst_QAbstractItemView::testChangeEditorState()
  PASS   : tst_QAbstractItemView::deselectInSingleSelection()
  PASS   : tst_QAbstractItemView::testNoActivateOnDisabledItem()
  PASS   : tst_QAbstractItemView::cleanupTestCase()
  Totals: 57 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QAbstractItemView *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qabstractitemview: 11 seconds, exit code 1

  Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_02564/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz

  Tested changes (refs/builds/stable_1384851487):
    http://codereview.qt-project.org/71606 [PS1] - mkspecs: add qfeatures.pri to installed files



More information about the Ci-reports mailing list