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

Qt Continuous Integration System ci-noreply at qt-project.org
Wed May 15 13:09:42 CEST 2013


eleven autotests failed :(

  monitorEnumCallback: Unable to obtain handle for monitor 'WinDisc', defaulting to 96 DPI.
  Testing tst_QWindowContainer
  Totals: 9 passed, 0 failed, 0 skipped
  QtQA::App::TestRunner: Process exited with exit code 0xC0000005 (STATUS_ACCESS_VIOLATION)
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  monitorEnumCallback: Unable to obtain handle for monitor 'WinDisc', defaulting to 96 DPI.
  ********* Start testing of tst_QWindowContainer *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  PASS   : tst_QWindowContainer::initTestCase()
  QSYSTEM: tst_QWindowContainer::testShow() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWindowContainer::testShow() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWindowContainer::testShow()
  QSYSTEM: tst_QWindowContainer::testPositionAndSize() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWindowContainer::testPositionAndSize()
  QSYSTEM: tst_QWindowContainer::testExposeObscure() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWindowContainer::testExposeObscure() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWindowContainer::testExposeObscure()
  PASS   : tst_QWindowContainer::testOwnership()
  QSYSTEM: tst_QWindowContainer::testBehindTheScenesDeletion() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWindowContainer::testBehindTheScenesDeletion()
  QSYSTEM: tst_QWindowContainer::testUnparenting() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWindowContainer::testUnparenting() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWindowContainer::testUnparenting()
  QSYSTEM: tst_QWindowContainer::testActivation() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWindowContainer::testActivation() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWindowContainer::testActivation() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWindowContainer::testActivation() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWindowContainer::testActivation() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWindowContainer::testActivation()
  PASS   : tst_QWindowContainer::cleanupTestCase()
  Totals: 9 passed, 0 failed, 0 skipped
  ********* Finished testing of tst_QWindowContainer *********
  QtQA::App::TestRunner: Process exited with exit code 0xC0000005 (STATUS_ACCESS_VIOLATION)
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qwindowcontainer: 18 seconds, exit code 3221225477
  
  monitorEnumCallback: Unable to obtain handle for monitor 'WinDisc', defaulting to 96 DPI.
  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(319) : failure location
  Totals: 21 passed, 1 failed, 2 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  monitorEnumCallback: Unable to obtain handle for monitor 'WinDisc', defaulting to 96 DPI.
  ********* Start testing of tst_QWindow *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  PASS   : tst_QWindow::initTestCase()
  PASS   : tst_QWindow::eventOrderOnShow()
  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(319) : failure location
  PASS   : tst_QWindow::testInputEvents()
  SKIP   : tst_QWindow::touchToMouseTranslation() Mouse events are synthesized by the system on this platform.
  .\tst_qwindow.cpp(490) : failure location
  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.
  .\tst_qwindow.cpp(692) : failure location
  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: 21 passed, 1 failed, 2 skipped
  ********* Finished testing of tst_QWindow *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qwindow: 13 seconds, exit code 1
  
  monitorEnumCallback: Unable to obtain handle for monitor 'WinDisc', defaulting to 96 DPI.
  Testing tst_QWidget
  FAIL!  : tst_QWidget::activation() 'qApp->activeWindow() == &widget1' returned FALSE. ()
  .\tst_qwidget.cpp(1768) : failure location
  FAIL!  : tst_QWidget::moveChild(right) Compared values are not the same
     Actual   (firstPixel): 4278190080
     Expected (QColor(child.color).rgb()): 4278190335
  .\tst_qwidget.cpp(4884) : failure location
  FAIL!  : tst_QWidget::moveChild(down) Compared values are not the same
     Actual   (firstPixel): 4278190080
     Expected (QColor(child.color).rgb()): 4278190335
  .\tst_qwidget.cpp(4884) : failure location
  FAIL!  : tst_QWidget::moveChild(left) Compared values are not the same
     Actual   (firstPixel): 4278190080
     Expected (QColor(child.color).rgb()): 4278190335
  .\tst_qwidget.cpp(4884) : failure location
  FAIL!  : tst_QWidget::moveChild(up) Compared values are not the same
     Actual   (firstPixel): 4278190080
     Expected (QColor(child.color).rgb()): 4278190335
  .\tst_qwidget.cpp(4884) : failure location
  FAIL!  : tst_QWidget::showAndMoveChild() Compared values are not the same
     Actual   (firstPixel): 4278190080
     Expected (QColor(Qt::blue).rgb()): 4278190335
  .\tst_qwidget.cpp(4939) : failure location
  FAIL!  : tst_QWidget::updateWhileMinimized() Compared values are not the same
     Actual   (widget.numPaintEvents): 0
     Expected (1): 1
  .\tst_qwidget.cpp(7137) : failure location
  FAIL!  : tst_QWidget::doubleRepaint() 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. ()
  .\tst_qwidget.cpp(7661) : failure location
  FAIL!  : tst_QWidget::gdiPainting() Compared values are not the same
  .\tst_qwidget.cpp(8083) : failure location
  FAIL!  : tst_QWidget::translucentWidget() Compared values are not the same
  .\tst_qwidget.cpp(8237) : failure location
  FAIL!  : tst_QWidget::syntheticEnterLeave() Compared values are not the same
     Actual   (window.numEnterEvents): 0
     Expected (1): 1
  .\tst_qwidget.cpp(8633) : failure location
  FAIL!  : tst_QWidget::taskQTBUG_4055_sendSyntheticEnterLeave() 'child.numEnterEvents > 0' returned FALSE. ()
  .\tst_qwidget.cpp(8715) : failure location
  Totals: 227 passed, 12 failed, 8 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  monitorEnumCallback: Unable to obtain handle for monitor 'WinDisc', defaulting to 96 DPI.
  ********* Start testing of tst_QWidget *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  QSYSTEM: tst_QWidget::initTestCase() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  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)
  QSYSTEM: tst_QWidget::getSetCheck() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  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()
  QSYSTEM: tst_QWidget::palettePropagation2() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::palettePropagation2() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::palettePropagation2() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  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()
  QSYSTEM: tst_QWidget::popupEnterLeave() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::popupEnterLeave() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::popupEnterLeave() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::popupEnterLeave() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::popupEnterLeave() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::popupEnterLeave() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::popupEnterLeave() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  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()
  QSYSTEM: tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  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)
  QSYSTEM: tst_QWidget::focusChainOnHide() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::focusChainOnHide() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::focusChainOnHide() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::focusChainOnHide()
  PASS   : tst_QWidget::focusChainOnReparent()
  QSYSTEM: tst_QWidget::setTabOrder() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setTabOrder() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setTabOrder() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::setTabOrder()
  QSYSTEM: tst_QWidget::activation() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::activation() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::activation() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::activation() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  FAIL!  : tst_QWidget::activation() 'qApp->activeWindow() == &widget1' returned FALSE. ()
  .\tst_qwidget.cpp(1768) : failure location
  QSYSTEM: tst_QWidget::reparent() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::reparent() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::reparent() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::reparent() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::reparent() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::reparent()
  QSYSTEM: tst_QWidget::windowState() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::windowState() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::windowState() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::windowState() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::windowState()
  QSYSTEM: tst_QWidget::showMaximized() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::showMaximized() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::showMaximized() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::showMaximized() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::showMaximized() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::showMaximized() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::showMaximized()
  QSYSTEM: tst_QWidget::showFullScreen() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::showFullScreen() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::showFullScreen() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::showFullScreen() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  XFAIL  : tst_QWidget::showFullScreen() QTBUG-22326
  .\tst_qwidget.cpp(2027) : failure location
  QSYSTEM: tst_QWidget::showFullScreen() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::showFullScreen() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::showFullScreen()
  QSYSTEM: tst_QWidget::showMinimized() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::showMinimized()
  QSYSTEM: tst_QWidget::showMinimizedKeepsFocus() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::showMinimizedKeepsFocus() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::showMinimizedKeepsFocus() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::showMinimizedKeepsFocus() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::showMinimizedKeepsFocus() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::showMinimizedKeepsFocus() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::showMinimizedKeepsFocus() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::showMinimizedKeepsFocus() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::showMinimizedKeepsFocus() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::showMinimizedKeepsFocus() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::showMinimizedKeepsFocus() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::showMinimizedKeepsFocus()
  QSYSTEM: tst_QWidget::icon() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::icon() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::icon()
  QSYSTEM: tst_QWidget::hideWhenFocusWidgetIsChild() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::hideWhenFocusWidgetIsChild() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::hideWhenFocusWidgetIsChild()
  QSYSTEM: tst_QWidget::normalGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::normalGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::normalGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::normalGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::normalGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::normalGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::normalGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::normalGeometry()
  QSYSTEM: tst_QWidget::setGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::setGeometry()
  PASS   : tst_QWidget::windowOpacity()
  QSYSTEM: tst_QWidget::raise() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::raise() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::raise() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::raise() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::raise() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::raise() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::raise() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::raise()
  QSYSTEM: tst_QWidget::lower() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::lower() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::lower() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::lower()
  QSYSTEM: tst_QWidget::stackUnder() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::stackUnder() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::stackUnder() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::stackUnder() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  XFAIL  : tst_QWidget::stackUnder() See QTBUG-493
  .\tst_qwidget.cpp(2884) : failure location
  PASS   : tst_QWidget::stackUnder()
  PASS   : tst_QWidget::testContentsPropagation()
  QSYSTEM: tst_QWidget::saveRestoreGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::saveRestoreGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::saveRestoreGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::saveRestoreGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::saveRestoreGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::saveRestoreGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::saveRestoreGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::saveRestoreGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::saveRestoreGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::saveRestoreGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::saveRestoreGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::saveRestoreGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::saveRestoreGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::saveRestoreGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::saveRestoreGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::saveRestoreGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::saveRestoreGeometry() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::saveRestoreGeometry()
  QSYSTEM: tst_QWidget::restoreVersion1Geometry(geometry.dat) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::restoreVersion1Geometry(geometry.dat) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  SKIP   : tst_QWidget::restoreVersion1Geometry(geometry.dat) QTBUG-26421
  .\tst_qwidget.cpp(3152) : failure location
  QSYSTEM: tst_QWidget::restoreVersion1Geometry(geometry-maximized.dat) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::restoreVersion1Geometry(geometry-maximized.dat) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::restoreVersion1Geometry(geometry-maximized.dat) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  SKIP   : tst_QWidget::restoreVersion1Geometry(geometry-maximized.dat) QTBUG-26421
  .\tst_qwidget.cpp(3152) : failure location
  QSYSTEM: tst_QWidget::restoreVersion1Geometry(geometry-fullscreen.dat) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::restoreVersion1Geometry(geometry-fullscreen.dat) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::restoreVersion1Geometry(geometry-fullscreen.dat) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::restoreVersion1Geometry(geometry-fullscreen.dat) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  SKIP   : tst_QWidget::restoreVersion1Geometry(geometry-fullscreen.dat) QTBUG-26421
  .\tst_qwidget.cpp(3152) : failure location
  QSYSTEM: tst_QWidget::widgetAt() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::widgetAt() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::widgetAt() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::widgetAt() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::widgetAt() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::widgetAt()
  QSYSTEM: tst_QWidget::optimizedResizeMove() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::optimizedResizeMove() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::optimizedResizeMove() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::optimizedResizeMove() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::optimizedResizeMove() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::optimizedResizeMove() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::optimizedResizeMove() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::optimizedResizeMove() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::optimizedResizeMove() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::optimizedResizeMove() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::optimizedResizeMove() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::optimizedResizeMove() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::optimizedResizeMove() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::optimizedResizeMove()
  SKIP   : tst_QWidget::optimizedResize_topLevel() We do not yet have static contents support, see QTBUG-28012
  .\tst_qwidget.cpp(3581) : failure location
  SKIP   : tst_QWidget::resizeEvent() QTBUG-30744
  .\tst_qwidget.cpp(2092) : failure location
  QSYSTEM: tst_QWidget::task110173() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::task110173() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::task110173()
  PASS   : tst_QWidget::testDeletionInEventHandlers()
  PASS   : tst_QWidget::childDeletesItsSibling()
  QSYSTEM: tst_QWidget::setMinimumSize() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setMinimumSize() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setMinimumSize() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::setMinimumSize()
  PASS   : tst_QWidget::setMaximumSize()
  QSYSTEM: tst_QWidget::setFixedSize() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setFixedSize() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::setFixedSize()
  PASS   : tst_QWidget::ensureCreated()
  PASS   : tst_QWidget::winIdChangeEvent()
  PASS   : tst_QWidget::persistentWinId()
  QSYSTEM: tst_QWidget::showNativeChild() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::showNativeChild() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::showNativeChild() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  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)
  QSYSTEM: tst_QWidget::lostUpdatesOnHide() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::lostUpdatesOnHide()
  QSYSTEM: tst_QWidget::update() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::update() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::update() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::update() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::update() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::update() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::update() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::update() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::update() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::update() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::update()
  PASS   : tst_QWidget::isOpaque()
  QSYSTEM: tst_QWidget::scroll() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::scroll() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::scroll() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::scroll() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::scroll() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::scroll() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::scroll() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::scroll()
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::setWindowGeometry(100,100 200x200, flags 0)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 200x200, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::setWindowGeometry(100,100 200x200, flags 800)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::setWindowGeometry(100,100 1080x556, flags 0)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(100,100 1080x556, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QWidget::setWindowGeometry(100,100 1080x556, flags 800)
  QSYSTEM: tst_QWidget::setWindowGeometry(130,100 0x200, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(130,100 0x200, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QWARN  : tst_QWidget::setWindowGeometry(130,100 0x200, flags 0) QWindowsWindow::setGeometry: Unable to set geometry 0x200+130+100 on 'QWidgetClassWindow'. Resulting geometry:  104x200+130+100 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  QSYSTEM: tst_QWidget::setWindowGeometry(130,100 0x200, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(130,100 0x200, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(130,100 0x200, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QWARN  : tst_QWidget::setWindowGeometry(130,100 0x200, flags 0) QWindowsWindow::setGeometry: Unable to set geometry 0x200+130+100 on 'QWidgetClassWindow'. Resulting geometry:  104x200+130+100 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  QSYSTEM: tst_QWidget::setWindowGeometry(130,100 0x200, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(130,100 0x200, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(130,100 0x200, flags 0) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QWARN  : tst_QWidget::setWindowGeometry(130,100 0x200, flags 0) QWindowsWindow::setGeometry: Unable to set geometry 0x200+130+100 on 'QWidgetClassWindow'. Resulting geometry:  104x200+130+100 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QWidget::setWindowGeometry(130,100 0x200, flags 0)
  QSYSTEM: tst_QWidget::setWindowGeometry(130,100 0x200, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(130,100 0x200, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QWidget::setWindowGeometry(130,100 0x200, flags 800) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  (... 4164 lines omitted; there are too many errors!)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 4 x2)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 5 x2)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 6 x2)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 1 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 2 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 3 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 4 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 5 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 6 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 7 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 8 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 9 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 10 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 11 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 12 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 13 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 14 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 15 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 16 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 17 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 18 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 1 x2 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 2 x2 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 3 x2 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 4 x2 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 5 x2 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 6 x2 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 1 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 2 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 3 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 4 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 5 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 6 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 7 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 8 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 9 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 10 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 11 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 12 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 13 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 14 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 15 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 16 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 17 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 18 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 1 x2 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 2 x2 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 3 x2 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 4 x2 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 5 x2 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 6 x2 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 1 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 2 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 3 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 4 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 5 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 6 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 7 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 8 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 9 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 10 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 11 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 12 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 13 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 14 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 15 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 16 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 17 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 18 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 1 x2 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 2 x2 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 3 x2 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 4 x2 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 5 x2 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, 6 x2 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 1)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 2)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 3)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 4)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 5)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 6)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 7)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 8)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 9)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 10)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 11)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 12)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 13)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 14)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 15)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 16)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 17)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 18)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 1 x2)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 2 x2)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 3 x2)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 4 x2)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 5 x2)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 6 x2)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 1 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 2 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 3 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 4 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 5 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 6 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 7 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 8 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 9 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 10 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 11 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 12 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 13 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 14 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 15 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 16 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 17 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 18 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 1 x2 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 2 x2 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 3 x2 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 4 x2 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 5 x2 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 6 x2 No ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 1 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 2 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 3 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 4 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 5 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 6 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 7 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 8 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 9 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 10 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 11 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 12 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 13 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 14 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 15 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 16 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 17 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 18 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 1 x2 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 2 x2 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 3 x2 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 4 x2 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 5 x2 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 6 x2 Always ScrollBars)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 1 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 2 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 3 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 4 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 5 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 6 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 7 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 8 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 9 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 10 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 11 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 12 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 13 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 14 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 15 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 16 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 17 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 18 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 1 x2 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 2 x2 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 3 x2 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 4 x2 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 5 x2 Vertical Only)
  PASS   : tst_QGraphicsView::scrollBarRanges(motif, Styled, 6 x2 Vertical Only)
  PASS   : tst_QGraphicsView::acceptMousePressEvent()
  PASS   : tst_QGraphicsView::replayMouseMove()
  PASS   : tst_QGraphicsView::itemsUnderMouse()
  PASS   : tst_QGraphicsView::embeddedViews()
  PASS   : tst_QGraphicsView::scrollAfterResize(normal)
  PASS   : tst_QGraphicsView::scrollAfterResize(reverse)
  PASS   : tst_QGraphicsView::moveItemWhileScrolling(no adjust)
  PASS   : tst_QGraphicsView::moveItemWhileScrolling(adjust)
  PASS   : tst_QGraphicsView::moveItemWhileScrolling(no adjust changedConnected)
  PASS   : tst_QGraphicsView::moveItemWhileScrolling(adjust changedConnected)
  PASS   : tst_QGraphicsView::centerOnDirtyItem()
  PASS   : tst_QGraphicsView::mouseTracking()
  PASS   : tst_QGraphicsView::mouseTracking2()
  PASS   : tst_QGraphicsView::mouseTracking3()
  PASS   : tst_QGraphicsView::render()
  PASS   : tst_QGraphicsView::exposeRegion()
  PASS   : tst_QGraphicsView::update(empty)
  PASS   : tst_QGraphicsView::update(outside left)
  PASS   : tst_QGraphicsView::update(outside right)
  PASS   : tst_QGraphicsView::update(outside top)
  PASS   : tst_QGraphicsView::update(outside bottom)
  PASS   : tst_QGraphicsView::update(partially inside left)
  PASS   : tst_QGraphicsView::update(partially inside right)
  PASS   : tst_QGraphicsView::update(partially inside top)
  PASS   : tst_QGraphicsView::update(partially inside bottom)
  PASS   : tst_QGraphicsView::update(on topLeft edge)
  PASS   : tst_QGraphicsView::update(on topRight edge)
  PASS   : tst_QGraphicsView::update(on bottomRight edge)
  PASS   : tst_QGraphicsView::update(on bottomLeft edge)
  PASS   : tst_QGraphicsView::update(inside topLeft)
  PASS   : tst_QGraphicsView::update(inside topRight)
  PASS   : tst_QGraphicsView::update(inside bottomRight)
  PASS   : tst_QGraphicsView::update(inside bottomLeft)
  PASS   : tst_QGraphicsView::update(large1)
  PASS   : tst_QGraphicsView::update(large2)
  PASS   : tst_QGraphicsView::update(large3)
  PASS   : tst_QGraphicsView::update(viewport rect)
  PASS   : tst_QGraphicsView::update2(pen width: 0.0, antialiasing: true)
  PASS   : tst_QGraphicsView::update2(pen width: 1.5, antialiasing: true)
  PASS   : tst_QGraphicsView::update2(pen width: 2.0, antialiasing: true)
  PASS   : tst_QGraphicsView::update2(pen width: 3.0, antialiasing: true)
  PASS   : tst_QGraphicsView::update2(pen width: 0.0, antialiasing: false)
  PASS   : tst_QGraphicsView::update2(pen width: 1.5, antialiasing: false)
  PASS   : tst_QGraphicsView::update2(pen width: 2.0, antialiasing: false)
  PASS   : tst_QGraphicsView::update2(pen width: 3.0, antialiasing: false)
  PASS   : tst_QGraphicsView::update2(pen width: 0.0, antialiasing: false, changed)
  PASS   : tst_QGraphicsView::update2(pen width: 1.5, antialiasing: true, changed)
  PASS   : tst_QGraphicsView::update2(pen width: 2.0, antialiasing: false, changed)
  PASS   : tst_QGraphicsView::update2(pen width: 3.0, antialiasing: true, changed)
  PASS   : tst_QGraphicsView::update_ancestorClipsChildrenToShape()
  PASS   : tst_QGraphicsView::update_ancestorClipsChildrenToShape2()
  PASS   : tst_QGraphicsView::inputMethodSensitivity()
  PASS   : tst_QGraphicsView::inputContextReset()
  PASS   : tst_QGraphicsView::indirectPainting()
  PASS   : tst_QGraphicsView::compositionModeInDrawBackground()
  PASS   : tst_QGraphicsView::task172231_untransformableItems()
  PASS   : tst_QGraphicsView::task180429_mouseReleaseDragMode()
  PASS   : tst_QGraphicsView::task187791_setSceneCausesUpdate()
  PASS   : tst_QGraphicsView::task186827_deleteReplayedItem()
  PASS   : tst_QGraphicsView::task207546_focusCrash()
  PASS   : tst_QGraphicsView::task210599_unsetDragWhileDragging()
  PASS   : tst_QGraphicsView::task236394_sendShortcutOverrideEvent()
  PASS   : tst_QGraphicsView::task239729_noViewUpdate(a)
  PASS   : tst_QGraphicsView::task239729_noViewUpdate(b)
  PASS   : tst_QGraphicsView::task239047_fitInViewSmallViewport()
  PASS   : tst_QGraphicsView::task245469_itemsAtPointWithClip()
  PASS   : tst_QGraphicsView::task253415_reconnectUpdateSceneOnSceneChanged()
  PASS   : tst_QGraphicsView::task255529_transformationAnchorMouseAndViewportMargins()
  XFAIL  : tst_QGraphicsView::task259503_scrollingArtifacts() QTBUG-24296
  .\tst_qgraphicsview.cpp(4420) : failure location
  PASS   : tst_QGraphicsView::task259503_scrollingArtifacts()
  PASS   : tst_QGraphicsView::QTBUG_4151_clipAndIgnore(none)
  PASS   : tst_QGraphicsView::QTBUG_4151_clipAndIgnore(clip)
  PASS   : tst_QGraphicsView::QTBUG_4151_clipAndIgnore(ignore)
  PASS   : tst_QGraphicsView::QTBUG_4151_clipAndIgnore(clip+ignore)
  PASS   : tst_QGraphicsView::QTBUG_5859_exposedRect()
  PASS   : tst_QGraphicsView::QTBUG_7438_cursor()
  FAIL!  : tst_QGraphicsView::hoverLeave() 'item->receivedEnterEvent' returned FALSE. ()
  .\tst_qgraphicsview.cpp(4601) : failure location
  PASS   : tst_QGraphicsView::QTBUG_16063_microFocusRect()
  PASS   : tst_QGraphicsView::cleanupTestCase()
  Totals: 1129 passed, 3 failed, 0 skipped
  ********* Finished testing of tst_QGraphicsView *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qgraphicsview: 60 seconds, exit code 3
  
  monitorEnumCallback: Unable to obtain handle for monitor 'WinDisc', defaulting to 96 DPI.
  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...
  monitorEnumCallback: Unable to obtain handle for monitor 'WinDisc', defaulting to 96 DPI.
  ********* Start testing of tst_QFocusEvent *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  QSYSTEM: tst_QFocusEvent::initTestCase() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  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
  QSYSTEM: tst_QFocusEvent::checkReason_Popup() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QFocusEvent::checkReason_Popup() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QFocusEvent::checkReason_Popup()
  QSYSTEM: tst_QFocusEvent::checkReason_focusWidget() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QFocusEvent::checkReason_focusWidget() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QFocusEvent::checkReason_focusWidget() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QFocusEvent::checkReason_focusWidget()
  QSYSTEM: tst_QFocusEvent::checkReason_Shortcut() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QFocusEvent::checkReason_Shortcut()
  QWARN  : tst_QFocusEvent::checkReason_ActiveWindow() QWindowsWindow::setGeometry: Unable to set geometry 100x30+590+363 on 'QDialogClassWindow'. Resulting geometry:  104x30+590+363 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  QSYSTEM: tst_QFocusEvent::checkReason_ActiveWindow() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QFocusEvent::checkReason_ActiveWindow() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QFocusEvent::checkReason_ActiveWindow() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  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: 13 seconds, exit code 1
  
  monitorEnumCallback: Unable to obtain handle for monitor 'WinDisc', defaulting to 96 DPI.
  Testing tst_QScroller
  FAIL!  : tst_QScroller::scroll() Compared values are not the same
  .\tst_qscroller.cpp(190) : failure location
  FAIL!  : tst_QScroller::scroll() Compared values are not the same
  .\tst_qscroller.cpp(408) : failure location
  FAIL!  : tst_QScroller::overshoot() 'qFuzzyCompare( sw->currentPos.x(), 0 )' returned FALSE. ()
  .\tst_qscroller.cpp(466) : failure location
  Totals: 5 passed, 3 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  monitorEnumCallback: Unable to obtain handle for monitor 'WinDisc', defaulting to 96 DPI.
  ********* Start testing of tst_QScroller *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  PASS   : tst_QScroller::initTestCase()
  QWARN  : tst_QScroller::staticScrollers() QScroller::scroller() was called with a null target.
  PASS   : tst_QScroller::staticScrollers()
  PASS   : tst_QScroller::scrollerProperties()
  PASS   : tst_QScroller::scrollTo()
  FAIL!  : tst_QScroller::scroll() Compared values are not the same
  .\tst_qscroller.cpp(190) : failure location
  FAIL!  : tst_QScroller::scroll() Compared values are not the same
  .\tst_qscroller.cpp(408) : failure location
  FAIL!  : tst_QScroller::overshoot() 'qFuzzyCompare( sw->currentPos.x(), 0 )' returned FALSE. ()
  .\tst_qscroller.cpp(466) : failure location
  PASS   : tst_QScroller::cleanupTestCase()
  Totals: 5 passed, 3 failed, 0 skipped
  ********* Finished testing of tst_QScroller *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qscroller: 13 seconds, exit code 3
  
  monitorEnumCallback: Unable to obtain handle for monitor 'WinDisc', defaulting to 96 DPI.
  Testing tst_QGraphicsPixmapItem
  FAIL!  : tst_QGraphicsPixmapItem::contains(10x10, 5x5) Compared values are not the same
     Actual   (item.contains(point)): 0
     Expected (contains): 1
  .\tst_qgraphicspixmapitem.cpp(201) : failure location
  Totals: 31 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  monitorEnumCallback: Unable to obtain handle for monitor 'WinDisc', defaulting to 96 DPI.
  ********* Start testing of tst_QGraphicsPixmapItem *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  PASS   : tst_QGraphicsPixmapItem::initTestCase()
  PASS   : tst_QGraphicsPixmapItem::qgraphicspixmapitem()
  PASS   : tst_QGraphicsPixmapItem::boundingRect(null)
  PASS   : tst_QGraphicsPixmapItem::boundingRect(10x10)
  PASS   : tst_QGraphicsPixmapItem::contains(null)
  PASS   : tst_QGraphicsPixmapItem::contains(10x10, 100x100)
  FAIL!  : tst_QGraphicsPixmapItem::contains(10x10, 5x5) Compared values are not the same
     Actual   (item.contains(point)): 0
     Expected (contains): 1
  .\tst_qgraphicspixmapitem.cpp(201) : failure location
  PASS   : tst_QGraphicsPixmapItem::contains(border-1)
  PASS   : tst_QGraphicsPixmapItem::contains(border-2)
  PASS   : tst_QGraphicsPixmapItem::isObscuredBy(null)
  PASS   : tst_QGraphicsPixmapItem::isObscuredBy((10, 10) vs. (5, 5))
  PASS   : tst_QGraphicsPixmapItem::isObscuredBy((5, 5) vs. (10, 10))
  PASS   : tst_QGraphicsPixmapItem::isObscuredBy((10, 10) vs. (10, 10))
  PASS   : tst_QGraphicsPixmapItem::isObscuredBy((9, 9) vs. (10, 10))
  PASS   : tst_QGraphicsPixmapItem::isObscuredBy((10, 10) vs. (9, 9))
  PASS   : tst_QGraphicsPixmapItem::offset(null)
  PASS   : tst_QGraphicsPixmapItem::offset(10x10, 1x1)
  PASS   : tst_QGraphicsPixmapItem::opaqueArea(null)
  PASS   : tst_QGraphicsPixmapItem::pixmap(null)
  PASS   : tst_QGraphicsPixmapItem::pixmap(10x10)
  PASS   : tst_QGraphicsPixmapItem::setPixmap(null)
  PASS   : tst_QGraphicsPixmapItem::setPixmap(10x10)
  PASS   : tst_QGraphicsPixmapItem::setShapeMode(MaskShape)
  PASS   : tst_QGraphicsPixmapItem::setShapeMode(BoundingRectShape)
  PASS   : tst_QGraphicsPixmapItem::setShapeMode(HeuristicMaskShape)
  PASS   : tst_QGraphicsPixmapItem::setTransformationMode(FastTransformation)
  PASS   : tst_QGraphicsPixmapItem::setTransformationMode(SmoothTransformation)
  PASS   : tst_QGraphicsPixmapItem::shape(null)
  PASS   : tst_QGraphicsPixmapItem::extension(null)
  PASS   : tst_QGraphicsPixmapItem::setExtension(null)
  PASS   : tst_QGraphicsPixmapItem::supportsExtension(null)
  PASS   : tst_QGraphicsPixmapItem::cleanupTestCase()
  Totals: 31 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QGraphicsPixmapItem *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qgraphicspixmapitem: 0.882558 seconds, exit code 1
  
  monitorEnumCallback: Unable to obtain handle for monitor 'WinDisc', defaulting to 96 DPI.
  Testing tst_QAbstractItemView
  FAIL!  : tst_QAbstractItemView::task200665_itemEntered() Compared values are not the same
     Actual   (spy.count()): 0
     Expected (1): 1
  .\tst_qabstractitemview.cpp(1254) : failure location
  Totals: 57 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  monitorEnumCallback: Unable to obtain handle for monitor 'WinDisc', defaulting to 96 DPI.
  ********* Start testing of tst_QAbstractItemView *********
  Config: Using QTest library 5.1.0, Qt 5.1.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)
  QSYSTEM: tst_QAbstractItemView::noModel() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QAbstractItemView::noModel() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QAbstractItemView::noModel()
  QSYSTEM: tst_QAbstractItemView::dragSelect() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QAbstractItemView::dragSelect()
  PASS   : tst_QAbstractItemView::rowDelegate()
  PASS   : tst_QAbstractItemView::columnDelegate()
  PASS   : tst_QAbstractItemView::selectAll()
  PASS   : tst_QAbstractItemView::ctrlA()
  PASS   : tst_QAbstractItemView::persistentEditorFocus()
  QSYSTEM: tst_QAbstractItemView::setItemDelegate(4 columndelegates) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QAbstractItemView::setItemDelegate(4 columndelegates)
  QSYSTEM: tst_QAbstractItemView::setItemDelegate(2 identical rowdelegates on the same row) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QAbstractItemView::setItemDelegate(2 identical rowdelegates on the same row)
  QSYSTEM: tst_QAbstractItemView::setItemDelegate(2 identical columndelegates on the same column) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QAbstractItemView::setItemDelegate(2 identical columndelegates on the same column)
  QSYSTEM: tst_QAbstractItemView::setItemDelegate(2 duplicate delegates, 1 row and 1 column) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QAbstractItemView::setItemDelegate(2 duplicate delegates, 1 row and 1 column)
  QSYSTEM: tst_QAbstractItemView::setItemDelegate(4 duplicate delegates, 2 row and 2 column) QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  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)
  QSYSTEM: tst_QAbstractItemView::task221955_selectedEditor() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QAbstractItemView::task221955_selectedEditor() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QAbstractItemView::task221955_selectedEditor() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QAbstractItemView::task221955_selectedEditor() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QAbstractItemView::task221955_selectedEditor()
  QSYSTEM: tst_QAbstractItemView::task250754_fontChange() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QAbstractItemView::task250754_fontChange() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QAbstractItemView::task250754_fontChange() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QAbstractItemView::task250754_fontChange()
  QSYSTEM: tst_QAbstractItemView::task200665_itemEntered() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QAbstractItemView::task200665_itemEntered() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  FAIL!  : tst_QAbstractItemView::task200665_itemEntered() Compared values are not the same
     Actual   (spy.count()): 0
     Expected (1): 1
  .\tst_qabstractitemview.cpp(1254) : failure location
  QSYSTEM: tst_QAbstractItemView::task257481_emptyEditor() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QWARN  : tst_QAbstractItemView::task257481_emptyEditor() edit: editing failed
  QWARN  : tst_QAbstractItemView::task257481_emptyEditor() edit: editing failed
  PASS   : tst_QAbstractItemView::task257481_emptyEditor()
  QSYSTEM: tst_QAbstractItemView::shiftArrowSelectionAfterScrolling() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QAbstractItemView::shiftArrowSelectionAfterScrolling() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QAbstractItemView::shiftArrowSelectionAfterScrolling()
  QSYSTEM: tst_QAbstractItemView::shiftSelectionAfterRubberbandSelection() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QAbstractItemView::shiftSelectionAfterRubberbandSelection()
  QSYSTEM: tst_QAbstractItemView::ctrlRubberbandSelection() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QAbstractItemView::ctrlRubberbandSelection()
  QSYSTEM: tst_QAbstractItemView::QTBUG6407_extendedSelection() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QAbstractItemView::QTBUG6407_extendedSelection() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QAbstractItemView::QTBUG6407_extendedSelection() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QAbstractItemView::QTBUG6407_extendedSelection()
  QSYSTEM: tst_QAbstractItemView::QTBUG6753_selectOnSelection() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  QSYSTEM: tst_QAbstractItemView::QTBUG6753_selectOnSelection() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QAbstractItemView::QTBUG6753_selectOnSelection()
  PASS   : tst_QAbstractItemView::testDelegateDestroyEditor()
  QSYSTEM: tst_QAbstractItemView::testClickedSignal() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QAbstractItemView::testClickedSignal()
  QSYSTEM: tst_QAbstractItemView::testChangeEditorState() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QAbstractItemView::testChangeEditorState()
  QSYSTEM: tst_QAbstractItemView::deselectInSingleSelection() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  PASS   : tst_QAbstractItemView::deselectInSingleSelection()
  QSYSTEM: tst_QAbstractItemView::testNoActivateOnDisabledItem() QWindowsBackingStore::flush: BitBlt failed (The handle is invalid.)
  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: 9 seconds, exit code 1

  Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_01189/win32-msvc2010_Windows_7/log.txt.gz

  Tested changes (refs/builds/stable_1368609809):
    http://codereview.qt-project.org/56091 [PS3] - Fix ambiguity in shortcut matching
    http://codereview.qt-project.org/56083 [PS2] - Doc: Remove widgets examples from Qt Print Support documentation
    http://codereview.qt-project.org/56125 [PS1] - Fixed XCB build with -no-opengl
    http://codereview.qt-project.org/56070 [PS1] - Fixed crash associated with reparenting a QGLWidget



More information about the Ci-reports mailing list