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

Qt Continuous Integration System ci-noreply at qt-project.org
Thu Mar 14 08:30:23 CET 2013


forty autotests failed :(

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

  Testing tst_QWindowContainer
  FAIL!  : tst_QWindowContainer::testActivation() 'QTest::qWaitForWindowActive(root.windowHandle())' returned FALSE. ()
     Loc: [tst_qwindowcontainer.cpp(192)]
  Totals: 8 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QWindowContainer *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  PASS   : tst_QWindowContainer::initTestCase()
  QWARN  : tst_QWindowContainer::testShow() QXcbConnection: XCB error: 3 (BadWindow), sequence: 154, resource id: 14680067, major code: 20 (GetProperty), minor code: 0
  PASS   : tst_QWindowContainer::testShow()
  PASS   : tst_QWindowContainer::testPositionAndSize()
  PASS   : tst_QWindowContainer::testExposeObscure()
  PASS   : tst_QWindowContainer::testOwnership()
  PASS   : tst_QWindowContainer::testBehindTheScenesDeletion()
  PASS   : tst_QWindowContainer::testUnparenting()
  FAIL!  : tst_QWindowContainer::testActivation() 'QTest::qWaitForWindowActive(root.windowHandle())' returned FALSE. ()
     Loc: [tst_qwindowcontainer.cpp(192)]
  PASS   : tst_QWindowContainer::cleanupTestCase()
  Totals: 8 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QWindowContainer *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qwindowcontainer: 2 seconds, exit code 1
  
  Testing tst_QWindow
  FAIL!  : tst_QWindow::positioning() Compared values are not the same
     Actual   (window.received(QEvent::Resize)): 1
     Expected (2): 2
     Loc: [tst_qwindow.cpp(204)]
  FAIL!  : tst_QWindow::isActive() 'QGuiApplication::focusWindow() == &window' returned FALSE. ()
     Loc: [tst_qwindow.cpp(268)]
  FAIL!  : tst_QWindow::activateAndClose() 'QTest::qWaitForWindowActive(&window)' returned FALSE. ()
     Loc: [tst_qwindow.cpp(819)]
  Totals: 21 passed, 3 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QWindow *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  PASS   : tst_QWindow::initTestCase()
  QWARN  : tst_QWindow::eventOrderOnShow() QXcbConnection: XCB error: 3 (BadWindow), sequence: 154, resource id: 14680067, major code: 20 (GetProperty), minor code: 0
  PASS   : tst_QWindow::eventOrderOnShow()
  PASS   : tst_QWindow::mapGlobal()
  FAIL!  : tst_QWindow::positioning() Compared values are not the same
     Actual   (window.received(QEvent::Resize)): 1
     Expected (2): 2
     Loc: [tst_qwindow.cpp(204)]
  PASS   : tst_QWindow::isExposed()
  FAIL!  : tst_QWindow::isActive() 'QGuiApplication::focusWindow() == &window' returned FALSE. ()
     Loc: [tst_qwindow.cpp(268)]
  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()
  FAIL!  : tst_QWindow::activateAndClose() 'QTest::qWaitForWindowActive(&window)' returned FALSE. ()
     Loc: [tst_qwindow.cpp(819)]
  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, 3 failed, 0 skipped
  ********* Finished testing of tst_QWindow *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qwindow: 22 seconds, exit code 3
  
  Testing tst_QWidget
  FAIL!  : tst_QWidget::properTabHandlingWhenDisabled_QTBUG27417() 'lineEdit->hasFocus()' returned FALSE. ()
     Loc: [tst_qwidget.cpp(1101)]
  FAIL!  : tst_QWidget::setTabOrder() 'QTest::qWaitForWindowActive(&container)' returned FALSE. ()
     Loc: [tst_qwidget.cpp(1725)]
  FAIL!  : tst_QWidget::showMaximized() 'widget.size().width() > 20 && widget.size().height() > 20' returned FALSE. ()
     Loc: [tst_qwidget.cpp(1987)]
  FAIL!  : tst_QWidget::showFullScreen() Compared values are not the same
     Actual   (plain.geometry()): QRect(0,0 640x480) (bottomright 639,479)
     Expected (expectedFullScreenGeometry): QRect(0,0 1024x768) (bottomright 1023,767)
     Loc: [tst_qwidget.cpp(2012)]
  FAIL!  : tst_QWidget::normalGeometry() 'parent.geometry() != geom' returned FALSE. ()
     Loc: [tst_qwidget.cpp(2414)]
  FAIL!  : tst_QWidget::saveRestoreGeometry() 'widget.geometry() != geom' returned FALSE. ()
     Loc: [tst_qwidget.cpp(3061)]
  FAIL!  : tst_QWidget::scroll() 'QTest::qWaitForWindowActive(&updateWidget)' returned FALSE. ()
     Loc: [tst_qwidget.cpp(4248)]
  FAIL!  : tst_QWidget::showAndMoveChild() 'QTest::qWaitForWindowActive(&parent)' returned FALSE. ()
     Loc: [tst_qwidget.cpp(4913)]
  FAIL!  : tst_QWidget::multipleToplevelFocusCheck() 'QTest::qWaitForWindowActive(&w1)' returned FALSE. ()
     Loc: [tst_qwidget.cpp(5022)]
  FAIL!  : tst_QWidget::setFocus() '(static_cast<QGuiApplication *>(QCoreApplication::instance()))->focusWindow()' returned FALSE. ()
     Loc: [tst_qwidget.cpp(5152)]
  FAIL!  : tst_QWidget::clean_qt_x11_enforce_cursor() 'QTest::qWaitForWindowActive(&window)' returned FALSE. ()
     Loc: [tst_qwidget.cpp(5654)]
  FAIL!  : tst_QWidget::updateWhileMinimized() Compared values are not the same
     Actual   (widget.numPaintEvents): 1
     Expected (0): 0
     Loc: [tst_qwidget.cpp(7119)]
  FAIL!  : tst_QWidget::resizeInPaintEvent() 'QTest::qWaitForWindowActive(&window)' returned FALSE. ()
     Loc: [tst_qwidget.cpp(7662)]
  FAIL!  : tst_QWidget::setClearAndResizeMask() 'QTest::qWaitForWindowActive(&topLevel)' returned FALSE. ()
     Loc: [tst_qwidget.cpp(8267)]
  FAIL!  : tst_QWidget::toplevelLineEditFocus() Compared pointers are not the same
     Actual   (QApplication::activeWindow()): (nil)
     Expected ((QWidget*)&w): 0x7fffac265300
     Loc: [tst_qwidget.cpp(8818)]
  FAIL!  : tst_QWidget::activateWindow() 'QTest::qWaitForWindowActive(mainwindow.data())' returned FALSE. ()
     Loc: [tst_qwidget.cpp(8975)]
  FAIL!  : tst_QWidget::focusProxyAndInputMethods() 'QTest::qWaitForWindowActive(toplevel.data())' returned FALSE. ()
     Loc: [tst_qwidget.cpp(9040)]
  FAIL!  : tst_QWidget::nativeChildFocus() Compared pointers are not the same
     Actual   (QApplication::activeWindow()): (nil)
     Expected (&w): 0x7fffac2652d0
     Loc: [tst_qwidget.cpp(9294)]
  FAIL!  : tst_QWidget::grabMouse() 'QTest::qWaitForWindowActive(&w)' returned FALSE. ()
     Loc: [tst_qwidget.cpp(9425)]
  FAIL!  : tst_QWidget::grabKeyboard() 'QTest::qWaitForWindowActive(&w)' returned FALSE. ()
     Loc: [tst_qwidget.cpp(9454)]
  Totals: 192 passed, 20 failed, 33 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QWidget *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  QWARN  : tst_QWidget::initTestCase() QXcbConnection: XCB error: 3 (BadWindow), sequence: 154, resource id: 14680067, major code: 20 (GetProperty), minor code: 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()
  FAIL!  : tst_QWidget::properTabHandlingWhenDisabled_QTBUG27417() 'lineEdit->hasFocus()' returned FALSE. ()
     Loc: [tst_qwidget.cpp(1101)]
  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)
  FAIL!  : tst_QWidget::focusChainOnHide() Compared values are not the same
     Actual   (child->hasFocus()): 0
     Expected (true): 1
     Loc: [tst_qwidget.cpp(1628)]
  PASS   : tst_QWidget::focusChainOnReparent()
  FAIL!  : tst_QWidget::setTabOrder() 'QTest::qWaitForWindowActive(&container)' returned FALSE. ()
     Loc: [tst_qwidget.cpp(1725)]
  PASS   : tst_QWidget::reparent()
  SKIP   : tst_QWidget::windowState() X11: Many window managers do not support window state properly, which causes this test to fail.
     Loc: [tst_qwidget.cpp(1792)]
  FAIL!  : tst_QWidget::showMaximized() 'widget.size().width() > 20 && widget.size().height() > 20' returned FALSE. ()
     Loc: [tst_qwidget.cpp(1987)]
  FAIL!  : tst_QWidget::showFullScreen() Compared values are not the same
     Actual   (plain.geometry()): QRect(0,0 640x480) (bottomright 639,479)
     Expected (expectedFullScreenGeometry): QRect(0,0 1024x768) (bottomright 1023,767)
     Loc: [tst_qwidget.cpp(2012)]
  PASS   : tst_QWidget::showMinimized()
  SKIP   : tst_QWidget::showMinimizedKeepsFocus() QTBUG-26424
     Loc: [tst_qwidget.cpp(2169)]
  PASS   : tst_QWidget::icon()
  SKIP   : tst_QWidget::hideWhenFocusWidgetIsChild() X11: Your window manager is too broken for this test
     Loc: [tst_qwidget.cpp(2375)]
  FAIL!  : tst_QWidget::normalGeometry() 'parent.geometry() != geom' returned FALSE. ()
     Loc: [tst_qwidget.cpp(2414)]
  SKIP   : tst_QWidget::setGeometry() QTBUG-26424
     Loc: [tst_qwidget.cpp(2517)]
  PASS   : tst_QWidget::windowOpacity()
  PASS   : tst_QWidget::raise()
  PASS   : tst_QWidget::lower()
  XFAIL  : tst_QWidget::stackUnder() See QTBUG-493
     Loc: [tst_qwidget.cpp(2879)]
  PASS   : tst_QWidget::stackUnder()
  PASS   : tst_QWidget::testContentsPropagation()
  FAIL!  : tst_QWidget::saveRestoreGeometry() 'widget.geometry() != geom' returned FALSE. ()
     Loc: [tst_qwidget.cpp(3061)]
  SKIP   : tst_QWidget::restoreVersion1Geometry(geometry.dat) QTBUG-26421
     Loc: [tst_qwidget.cpp(3147)]
  SKIP   : tst_QWidget::restoreVersion1Geometry(geometry-maximized.dat) QTBUG-26421
     Loc: [tst_qwidget.cpp(3147)]
  SKIP   : tst_QWidget::restoreVersion1Geometry(geometry-fullscreen.dat) QTBUG-26421
     Loc: [tst_qwidget.cpp(3147)]
  PASS   : tst_QWidget::widgetAt()
  PASS   : tst_QWidget::optimizedResizeMove()
  SKIP   : tst_QWidget::optimizedResize_topLevel() We do not yet have static contents support, see QTBUG-28012
     Loc: [tst_qwidget.cpp(3576)]
  PASS   : tst_QWidget::resizeEvent()
  PASS   : tst_QWidget::task110173()
  PASS   : tst_QWidget::testDeletionInEventHandlers()
  PASS   : tst_QWidget::childDeletesItsSibling()
  PASS   : tst_QWidget::setMinimumSize()
  PASS   : tst_QWidget::setMaximumSize()
  SKIP   : tst_QWidget::setFixedSize() QTBUG-26424
     Loc: [tst_qwidget.cpp(3717)]
  PASS   : tst_QWidget::ensureCreated()
  PASS   : tst_QWidget::winIdChangeEvent()
  PASS   : tst_QWidget::persistentWinId()
  QWARN  : tst_QWidget::showNativeChild() QBackingStore::flush() called with non-exposed window QWidgetWindow(0xb37290, name = "QWidgetClassWindow") , behavior is undefined
  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()
  FAIL!  : tst_QWidget::scroll() 'QTest::qWaitForWindowActive(&updateWidget)' returned FALSE. ()
     Loc: [tst_qwidget.cpp(4248)]
  SKIP   : tst_QWidget::setWindowGeometry(100,100 200x200, flags 0) X11: Skip this test due to Window manager positioning issues.
     Loc: [tst_qwidget.cpp(4392)]
  SKIP   : tst_QWidget::setWindowGeometry(100,100 200x200, flags 800) X11: Skip this test due to Window manager positioning issues.
     Loc: [tst_qwidget.cpp(4392)]
  SKIP   : tst_QWidget::setWindowGeometry(100,124 824x544, flags 0) X11: Skip this test due to Window manager positioning issues.
     Loc: [tst_qwidget.cpp(4392)]
  SKIP   : tst_QWidget::setWindowGeometry(100,124 824x544, flags 800) X11: Skip this test due to Window manager positioning issues.
     Loc: [tst_qwidget.cpp(4392)]
  SKIP   : tst_QWidget::setWindowGeometry(130,100 0x200, flags 0) X11: Skip this test due to Window manager positioning issues.
     Loc: [tst_qwidget.cpp(4392)]
  SKIP   : tst_QWidget::setWindowGeometry(130,100 0x200, flags 800) X11: Skip this test due to Window manager positioning issues.
     Loc: [tst_qwidget.cpp(4392)]
  SKIP   : tst_QWidget::setWindowGeometry(100,50 200x0, flags 0) X11: Skip this test due to Window manager positioning issues.
     Loc: [tst_qwidget.cpp(4392)]
  SKIP   : tst_QWidget::setWindowGeometry(100,50 200x0, flags 800) X11: Skip this test due to Window manager positioning issues.
     Loc: [tst_qwidget.cpp(4392)]
  SKIP   : tst_QWidget::setWindowGeometry(130,50 0x0, flags 0) X11: Skip this test due to Window manager positioning issues.
     Loc: [tst_qwidget.cpp(4392)]
  SKIP   : tst_QWidget::setWindowGeometry(130,50 0x0, flags 800) X11: Skip this test due to Window manager positioning issues.
     Loc: [tst_qwidget.cpp(4392)]
  SKIP   : tst_QWidget::windowMoveResize(100,100 200x200, flags 0) X11: Skip this test due to Window manager positioning issues.
     Loc: [tst_qwidget.cpp(4549)]
  SKIP   : tst_QWidget::windowMoveResize(100,100 200x200, flags 800) X11: Skip this test due to Window manager positioning issues.
     Loc: [tst_qwidget.cpp(4549)]
  SKIP   : tst_QWidget::windowMoveResize(100,124 824x544, flags 0) X11: Skip this test due to Window manager positioning issues.
     Loc: [tst_qwidget.cpp(4549)]
  SKIP   : tst_QWidget::windowMoveResize(100,124 824x544, flags 800) X11: Skip this test due to Window manager positioning issues.
     Loc: [tst_qwidget.cpp(4549)]
  SKIP   : tst_QWidget::windowMoveResize(130,100 0x200, flags 0) X11: Skip this test due to Window manager positioning issues.
     Loc: [tst_qwidget.cpp(4549)]
  SKIP   : tst_QWidget::windowMoveResize(130,100 0x200, flags 800) X11: Skip this test due to Window manager positioning issues.
     Loc: [tst_qwidget.cpp(4549)]
  SKIP   : tst_QWidget::windowMoveResize(100,50 200x0, flags 0) X11: Skip this test due to Window manager positioning issues.
     Loc: [tst_qwidget.cpp(4549)]
  SKIP   : tst_QWidget::windowMoveResize(100,50 200x0, flags 800) X11: Skip this test due to Window manager positioning issues.
     Loc: [tst_qwidget.cpp(4549)]
  SKIP   : tst_QWidget::windowMoveResize(130,50 0x0, flags 0) X11: Skip this test due to Window manager positioning issues.
     Loc: [tst_qwidget.cpp(4549)]
  SKIP   : tst_QWidget::windowMoveResize(130,50 0x0, flags 800) X11: Skip this test due to Window manager positioning issues.
     Loc: [tst_qwidget.cpp(4549)]
  PASS   : tst_QWidget::moveChild(right)
  PASS   : tst_QWidget::moveChild(down)
  PASS   : tst_QWidget::moveChild(left)
  PASS   : tst_QWidget::moveChild(up)
  FAIL!  : tst_QWidget::showAndMoveChild() 'QTest::qWaitForWindowActive(&parent)' returned FALSE. ()
     Loc: [tst_qwidget.cpp(4913)]
  PASS   : tst_QWidget::subtractOpaqueSiblings()
  PASS   : tst_QWidget::setLocale()
  PASS   : tst_QWidget::deleteStyle()
  FAIL!  : tst_QWidget::multipleToplevelFocusCheck() 'QTest::qWaitForWindowActive(&w1)' returned FALSE. ()
     Loc: [tst_qwidget.cpp(5022)]
  FAIL!  : tst_QWidget::setFocus() 'child1.hasFocus()' returned FALSE. ()
     Loc: [tst_qwidget.cpp(5155)]
  PASS   : tst_QWidget::setCursor()
  PASS   : tst_QWidget::setToolTip()
  PASS   : tst_QWidget::testWindowIconChangeEventPropagation()
  PASS   : tst_QWidget::minAndMaxSizeWithX11BypassWindowManagerHint()
  PASS   : tst_QWidget::showHideShowX11()
  FAIL!  : tst_QWidget::clean_qt_x11_enforce_cursor() 'QTest::qWaitForWindowActive(&window)' returned FALSE. ()
     Loc: [tst_qwidget.cpp(5654)]
  XFAIL  : tst_QWidget::childEvents() QTBUG-26424: Event list mismatch, expected 3 (QWidget(0x7fff67d458f0) : 74   1001   77   ), actual  4  ( QWidget(0x7fff67d458f0) : 74   1001   78   77   )
     Loc: [tst_qwidget.cpp(5804)]
  XFAIL  : tst_QWidget::childEvents() QTBUG-26424: Event list mismatch, expected 4 (QWidget(0x7fff67d45980) : 74   1001   1002   77   ), actual  5  ( QWidget(0x7fff67d45980) : 74   1001   1002   78   77   )
     Loc: [tst_qwidget.cpp(5897)]
  XFAIL  : tst_QWidget::childEvents() QTBUG-26424: Event list mismatch, expected 4 (QWidget(0x7fff67d45980) : 74   1001   1002   77   ), actual  5  ( QWidget(0x7fff67d45980) : 74   1001   1002   78   77   )
     Loc: [tst_qwidget.cpp(5991)]
  PASS   : tst_QWidget::childEvents()
  PASS   : tst_QWidget::render()
  SKIP   : tst_QWidget::renderInvisible() QTBUG-26424
     Loc: [tst_qwidget.cpp(6141)]
  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()
  SKIP   : tst_QWidget::moveWindowInShowEvent(1) QTBUG-26424
     Loc: [tst_qwidget.cpp(6989)]
  SKIP   : tst_QWidget::moveWindowInShowEvent(2) QTBUG-26424
     Loc: [tst_qwidget.cpp(6989)]
  PASS   : tst_QWidget::repaintWhenChildDeleted()
  PASS   : tst_QWidget::hideOpaqueChildWhileHidden()
  FAIL!  : tst_QWidget::updateWhileMinimized() Compared values are not the same
     Actual   (widget.numPaintEvents): 1
     Expected (0): 0
     Loc: [tst_qwidget.cpp(7119)]
  QWARN  : tst_QWidget::alienWidgets() QBackingStore::flush() called with non-exposed window QWidgetWindow(0xb3da80, name = "QWidgetClassWindow") , behavior is undefined
  QWARN  : tst_QWidget::alienWidgets() QBackingStore::flush() called with non-exposed window QWidgetWindow(0xb0d1b0, name = "QWidgetClassWindow") , behavior is undefined
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
     Loc: [tst_qwidget.cpp(7214)]
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
     Loc: [tst_qwidget.cpp(7217)]
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
     Loc: [tst_qwidget.cpp(7220)]
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
     Loc: [tst_qwidget.cpp(7223)]
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
     Loc: [tst_qwidget.cpp(7269)]
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
     Loc: [tst_qwidget.cpp(7272)]
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
     Loc: [tst_qwidget.cpp(7275)]
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
     Loc: [tst_qwidget.cpp(7330)]
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
     Loc: [tst_qwidget.cpp(7333)]
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
     Loc: [tst_qwidget.cpp(7336)]
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
     Loc: [tst_qwidget.cpp(7339)]
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
     Loc: [tst_qwidget.cpp(7342)]
  XFAIL  : tst_QWidget::alienWidgets() QTBUG-26424
     Loc: [tst_qwidget.cpp(7345)]
  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()
  FAIL!  : tst_QWidget::resizeInPaintEvent() 'QTest::qWaitForWindowActive(&window)' returned FALSE. ()
     Loc: [tst_qwidget.cpp(7662)]
  PASS   : tst_QWidget::opaqueChildren()
  PASS   : tst_QWidget::setMaskInResizeEvent()
  PASS   : tst_QWidget::moveInResizeEvent()
  SKIP   : tst_QWidget::immediateRepaintAfterShow() QTBUG-26424
     Loc: [tst_qwidget.cpp(7829)]
  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()
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  PASS   : tst_QWidget::reparentStaticWidget()
  PASS   : tst_QWidget::QTBUG6883_reparentStaticWidget2()
  PASS   : tst_QWidget::translucentWidget()
  FAIL!  : tst_QWidget::setClearAndResizeMask() 'QTest::qWaitForWindowActive(&topLevel)' returned FALSE. ()
     Loc: [tst_qwidget.cpp(8267)]
  PASS   : tst_QWidget::maskedUpdate()
  PASS   : tst_QWidget::syntheticEnterLeave()
  PASS   : tst_QWidget::taskQTBUG_4055_sendSyntheticEnterLeave()
  PASS   : tst_QWidget::underMouse()
  PASS   : tst_QWidget::taskQTBUG_27643_enterEvents()
  PASS   : tst_QWidget::windowFlags()
  PASS   : tst_QWidget::initialPosForDontShowOnScreenWidgets()
  PASS   : tst_QWidget::updateOnDestroyedSignal()
  FAIL!  : tst_QWidget::toplevelLineEditFocus() Compared pointers are not the same
     Actual   (QApplication::activeWindow()): (nil)
     Expected ((QWidget*)&w): 0x7fff67d465e0
     Loc: [tst_qwidget.cpp(8818)]
  PASS   : tst_QWidget::focusWidget_task254563()
  PASS   : tst_QWidget::rectOutsideCoordinatesLimit_task144779()
  PASS   : tst_QWidget::setGraphicsEffect()
  PASS   : tst_QWidget::destroyBackingStore()
  FAIL!  : tst_QWidget::activateWindow() 'QTest::qWaitForWindowActive(mainwindow.data())' returned FALSE. ()
     Loc: [tst_qwidget.cpp(8975)]
  PASS   : tst_QWidget::openModal_taskQTBUG_5804()
  FAIL!  : tst_QWidget::focusProxyAndInputMethods() 'QTest::qWaitForWindowActive(toplevel.data())' returned FALSE. ()
     Loc: [tst_qwidget.cpp(9040)]
  PASS   : tst_QWidget::scrollWithoutBackingStore()
  PASS   : tst_QWidget::taskQTBUG_7532_tabOrderWithFocusProxy()
  PASS   : tst_QWidget::movedAndResizedAttributes()
  PASS   : tst_QWidget::childAt()
  PASS   : tst_QWidget::taskQTBUG_17333_ResizeInfiniteRecursion()
  QWARN  : tst_QWidget::nativeChildFocus() QBackingStore::flush() called with non-exposed window QWidgetWindow(0xb0d220, name = "p1Window") , behavior is undefined
  QWARN  : tst_QWidget::nativeChildFocus() QBackingStore::flush() called with non-exposed window QWidgetWindow(0xb2f610, name = "p2Window") , behavior is undefined
  FAIL!  : tst_QWidget::nativeChildFocus() Compared pointers are not the same
     Actual   (QApplication::activeWindow()): (nil)
     Expected (&w): 0x7fff67d465b0
     Loc: [tst_qwidget.cpp(9294)]
  PASS   : tst_QWidget::grab()
  FAIL!  : tst_QWidget::grabMouse() 'QTest::qWaitForWindowActive(&w)' returned FALSE. ()
     Loc: [tst_qwidget.cpp(9425)]
  FAIL!  : tst_QWidget::grabKeyboard() 'QTest::qWaitForWindowActive(&w)' returned FALSE. ()
     Loc: [tst_qwidget.cpp(9454)]
  (... 4376 lines omitted; there are too many errors!)
  PASS   : tst_QCalendarWidget::showPrevNext(showPreviousYear now)
  PASS   : tst_QCalendarWidget::showPrevNext(showToday now)
  PASS   : tst_QCalendarWidget::showPrevNext(showNextMonth 31)
  PASS   : tst_QCalendarWidget::showPrevNext(selectedDate)
  PASS   : tst_QCalendarWidget::firstDayOfWeek()
  PASS   : tst_QCalendarWidget::cleanupTestCase()
  Totals: 20 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QCalendarWidget *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qcalendarwidget: 4 seconds, exit code 1
  
  Testing tst_QButtonGroup
  FAIL!  : tst_QButtonGroup::arrowKeyNavigation() 'QTest::qWaitForWindowActive(&dlg)' returned FALSE. ()
     Loc: [tst_qbuttongroup.cpp(169)]
  Totals: 10 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QButtonGroup *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  PASS   : tst_QButtonGroup::initTestCase()
  QWARN  : tst_QButtonGroup::arrowKeyNavigation() QXcbConnection: XCB error: 3 (BadWindow), sequence: 154, resource id: 14680067, major code: 20 (GetProperty), minor code: 0
  FAIL!  : tst_QButtonGroup::arrowKeyNavigation() 'QTest::qWaitForWindowActive(&dlg)' returned FALSE. ()
     Loc: [tst_qbuttongroup.cpp(169)]
  PASS   : tst_QButtonGroup::exclusive()
  PASS   : tst_QButtonGroup::exclusiveWithActions()
  PASS   : tst_QButtonGroup::testSignals()
  PASS   : tst_QButtonGroup::checkedButton()
  PASS   : tst_QButtonGroup::task106609()
  PASS   : tst_QButtonGroup::autoIncrementId()
  PASS   : tst_QButtonGroup::task209485_removeFromGroupInEventHandler(buttonPress 1)
  PASS   : tst_QButtonGroup::task209485_removeFromGroupInEventHandler(buttonPress 2)
  PASS   : tst_QButtonGroup::cleanupTestCase()
  Totals: 10 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QButtonGroup *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qbuttongroup: 8 seconds, exit code 1
  
  Testing tst_QAccessibility
  FAIL!  : tst_QAccessibility::actionTest() Compared values are not the same
     Actual   (button->hasFocus()): 0
     Expected (true): 1
     Loc: [tst_qaccessibility.cpp(755)]
  FAIL!  : tst_QAccessibility::applicationTest() Compared pointers are not the same
     Actual   (interface->child(0)): 0x17c3e10
     Expected (static_cast<QAccessibleInterface*>(0)): (nil)
     Loc: [tst_qaccessibility.cpp(783)]
  FAIL!  : tst_QAccessibility::mainWindowTest() 'QTest::qWaitForWindowActive(mw)' returned FALSE. ()
     Loc: [tst_qaccessibility.cpp(817)]
  FAIL!  : tst_QAccessibility::mdiSubWindowTest() 'QTest::qWaitForWindowActive(&mdiArea)' returned FALSE. ()
     Loc: [tst_qaccessibility.cpp(1718)]
  FAIL!  : tst_QAccessibility::lineEditTest() 'QTestAccessibility::containsEvent(&ev)' returned FALSE. ()
     Loc: [tst_qaccessibility.cpp(1877)]
  Totals: 36 passed, 5 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QAccessibility *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  PASS   : tst_QAccessibility::initTestCase()
  QWARN  : tst_QAccessibility::eventTest() 1 accessibility event(s) were not handled in testfunction 'eventTest':
  QWARN  : tst_QAccessibility::eventTest()  1: Object: 0xb36440 Event: 'ObjectHide' Child: -1
  PASS   : tst_QAccessibility::eventTest()
  PASS   : tst_QAccessibility::customWidget()
  PASS   : tst_QAccessibility::deletedWidget()
  PASS   : tst_QAccessibility::statesStructTest()
  PASS   : tst_QAccessibility::navigateHierarchy()
  PASS   : tst_QAccessibility::sliderTest()
  QWARN  : tst_QAccessibility::textAttributes() 1 accessibility event(s) were not handled in testfunction 'textAttributes':
  QWARN  : tst_QAccessibility::textAttributes()  1: Object: 0x7fff6c7b2d10 Event: 'TextCaretMoved' Child: -1
  PASS   : tst_QAccessibility::textAttributes()
  PASS   : tst_QAccessibility::hideShowTest()
  QWARN  : tst_QAccessibility::actionTest() QXcbConnection: XCB error: 3 (BadWindow), sequence: 154, resource id: 14680067, major code: 20 (GetProperty), minor code: 0
  FAIL!  : tst_QAccessibility::actionTest() Compared values are not the same
     Actual   (button->hasFocus()): 0
     Expected (true): 1
     Loc: [tst_qaccessibility.cpp(755)]
  QWARN  : tst_QAccessibility::actionTest() 1 accessibility event(s) were not handled in testfunction 'actionTest':
  QWARN  : tst_QAccessibility::actionTest()  1: Object: 0xb83140 Event: 'ObjectShow' Child: -1
  FAIL!  : tst_QAccessibility::applicationTest() Compared pointers are not the same
     Actual   (interface->child(0)): 0xb33760
     Expected (static_cast<QAccessibleInterface*>(0)): (nil)
     Loc: [tst_qaccessibility.cpp(783)]
  FAIL!  : tst_QAccessibility::mainWindowTest() 'QTest::qWaitForWindowActive(mw)' returned FALSE. ()
     Loc: [tst_qaccessibility.cpp(817)]
  QWARN  : tst_QAccessibility::mainWindowTest() 1 accessibility event(s) were not handled in testfunction 'mainWindowTest':
  QWARN  : tst_QAccessibility::mainWindowTest()  1: Object: 0xb7e5d0 Event: 'ObjectShow' Child: -1
  PASS   : tst_QAccessibility::buttonTest()
  PASS   : tst_QAccessibility::scrollBarTest()
  PASS   : tst_QAccessibility::tabTest()
  PASS   : tst_QAccessibility::tabWidgetTest()
  PASS   : tst_QAccessibility::menuTest()
  PASS   : tst_QAccessibility::spinBoxTest()
  PASS   : tst_QAccessibility::doubleSpinBoxTest()
  PASS   : tst_QAccessibility::textEditTest()
  PASS   : tst_QAccessibility::textBrowserTest()
  PASS   : tst_QAccessibility::mdiAreaTest()
  FAIL!  : tst_QAccessibility::mdiSubWindowTest() 'QTest::qWaitForWindowActive(&mdiArea)' returned FALSE. ()
     Loc: [tst_qaccessibility.cpp(1718)]
  QWARN  : tst_QAccessibility::mdiSubWindowTest() 4 accessibility event(s) were not handled in testfunction 'mdiSubWindowTest':
  QWARN  : tst_QAccessibility::mdiSubWindowTest()  1: Object: 0xb73080 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::mdiSubWindowTest()  2: Object: 0x7fff6c7b2c20 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::mdiSubWindowTest()  3: Object: 0xb73080 Event: 'ObjectHide' Child: -1
  QWARN  : tst_QAccessibility::mdiSubWindowTest()  4: Object: 0x7fff6c7b2c20 Event: 'ObjectHide' Child: -1
  FAIL!  : tst_QAccessibility::lineEditTest() 'QTestAccessibility::containsEvent(&ev)' returned FALSE. ()
     Loc: [tst_qaccessibility.cpp(1877)]
  PASS   : tst_QAccessibility::groupBoxTest()
  PASS   : tst_QAccessibility::dialogButtonBoxTest()
  PASS   : tst_QAccessibility::dialTest()
  PASS   : tst_QAccessibility::rubberBandTest()
  PASS   : tst_QAccessibility::abstractScrollAreaTest()
  PASS   : tst_QAccessibility::scrollAreaTest()
  QWARN  : tst_QAccessibility::listTest() QAccessibleTable::cellAt: invalid index:  QModelIndex(-1,-1,0x0,QObject(0x0) )  for  QListWidget(0xc005f0)
  QWARN  : tst_QAccessibility::listTest() QAccessibleTable::cellAt: invalid index:  QModelIndex(-1,-1,0x0,QObject(0x0) )  for  QListWidget(0xc005f0)
  QWARN  : tst_QAccessibility::listTest() QAccessibleTable::cellAt: invalid index:  QModelIndex(-1,-1,0x0,QObject(0x0) )  for  QListWidget(0xc005f0)
  QWARN  : tst_QAccessibility::listTest() QAccessibleTable::cellAt: invalid index:  QModelIndex(-1,-1,0x0,QObject(0x0) )  for  QListWidget(0xc005f0)
  PASS   : tst_QAccessibility::listTest()
  PASS   : tst_QAccessibility::treeTest()
  PASS   : tst_QAccessibility::tableTest()
  PASS   : tst_QAccessibility::calendarWidgetTest()
  PASS   : tst_QAccessibility::dockWidgetTest()
  PASS   : tst_QAccessibility::comboBoxTest()
  PASS   : tst_QAccessibility::accessibleName()
  PASS   : tst_QAccessibility::labelTest()
  PASS   : tst_QAccessibility::accelerators()
  PASS   : tst_QAccessibility::bridgeTest()
  PASS   : tst_QAccessibility::cleanupTestCase()
  Totals: 36 passed, 5 failed, 0 skipped
  ********* Finished testing of tst_QAccessibility *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qaccessibility: 25 seconds, exit code 5
  
  Testing tst_QWidget_window
  FAIL!  : tst_QWidget_window::tst_paintEventOnSecondShow() 'QTest::qWaitForWindowExposed(&w)' returned FALSE. ()
     Loc: [tst_qwidget_window.cpp(366)]
  FAIL!  : tst_QWidget_window::tst_dnd() 'QTest::qWaitForWindowActive(&dndTestWidget)' returned FALSE. ()
     Loc: [tst_qwidget_window.cpp(521)]
  Totals: 27 passed, 2 failed, 1 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QWidget_window *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  PASS   : tst_QWidget_window::initTestCase()
  PASS   : tst_QWidget_window::_q_showIfNotHidden()
  QWARN  : tst_QWidget_window::tst_min_max_size(Set min/max size after show) QXcbConnection: XCB error: 3 (BadWindow), sequence: 154, resource id: 14680067, major code: 20 (GetProperty), minor code: 0
  PASS   : tst_QWidget_window::tst_min_max_size(Set min/max size after show)
  PASS   : tst_QWidget_window::tst_min_max_size(Set min/max size before show)
  PASS   : tst_QWidget_window::tst_move_show()
  PASS   : tst_QWidget_window::tst_show_move()
  PASS   : tst_QWidget_window::tst_show_move_hide_show()
  PASS   : tst_QWidget_window::tst_resize_show()
  PASS   : tst_QWidget_window::tst_show_resize()
  PASS   : tst_QWidget_window::tst_show_resize_hide_show()
  PASS   : tst_QWidget_window::tst_windowFilePathAndwindowTitle(never Set Title nor AppName)
  PASS   : tst_QWidget_window::tst_windowFilePathAndwindowTitle(set title after only, but no AppName)
  PASS   : tst_QWidget_window::tst_windowFilePathAndwindowTitle(set title before only, not AppName)
  PASS   : tst_QWidget_window::tst_windowFilePathAndwindowTitle(always set title, not appName)
  PASS   : tst_QWidget_window::tst_windowFilePathAndwindowTitle(never Set Title, yes AppName)
  PASS   : tst_QWidget_window::tst_windowFilePathAndwindowTitle(set title after only, yes AppName)
  PASS   : tst_QWidget_window::tst_windowFilePathAndwindowTitle(set title before only, yes AppName)
  PASS   : tst_QWidget_window::tst_windowFilePathAndwindowTitle(always set title, yes appName)
  PASS   : tst_QWidget_window::tst_windowFilePath(never Set Path)
  PASS   : tst_QWidget_window::tst_windowFilePath(never EVER Set Path)
  PASS   : tst_QWidget_window::tst_windowFilePath(Valid Path)
  PASS   : tst_QWidget_window::tst_windowFilePath(invalid Path)
  PASS   : tst_QWidget_window::tst_windowFilePath(Valid Path then empty)
  PASS   : tst_QWidget_window::tst_windowFilePath(invalid Path then empty)
  PASS   : tst_QWidget_window::tst_windowFilePath(invalid Path then valid)
  PASS   : tst_QWidget_window::tst_windowFilePath(valid Path then invalid)
  SKIP   : tst_QWidget_window::tst_showWithoutActivating() This test is X11-only.
     Loc: [tst_qwidget_window.cpp(333)]
  FAIL!  : tst_QWidget_window::tst_paintEventOnSecondShow() 'QTest::qWaitForWindowExposed(&w)' returned FALSE. ()
     Loc: [tst_qwidget_window.cpp(366)]
  QWARN  : tst_QWidget_window::tst_dnd() QBackingStore::flush() called with non-exposed window QWidgetWindow(0x12189a0, name = "dropsRefusingWidget1Window") , behavior is undefined
  QWARN  : tst_QWidget_window::tst_dnd() QBackingStore::flush() called with non-exposed window QWidgetWindow(0x1217120, name = "acceptingDropsWidget1Window") , behavior is undefined
  QWARN  : tst_QWidget_window::tst_dnd() QBackingStore::flush() called with non-exposed window QWidgetWindow(0x11edca0, name = "QWidgetClassWindow") , behavior is undefined
  QWARN  : tst_QWidget_window::tst_dnd() QBackingStore::flush() called with non-exposed window QWidgetWindow(0x1217900, name = "acceptingDropsWidget2Window") , behavior is undefined
  FAIL!  : tst_QWidget_window::tst_dnd() 'QTest::qWaitForWindowActive(&dndTestWidget)' returned FALSE. ()
     Loc: [tst_qwidget_window.cpp(521)]
  PASS   : tst_QWidget_window::cleanupTestCase()
  Totals: 27 passed, 2 failed, 1 skipped
  ********* Finished testing of tst_QWidget_window *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qwidget_window: 4 seconds, exit code 2
  
  Testing tst_QTableView
  FAIL!  : tst_QTableView::keyboardNavigation(16x16 model) 'QTest::qWaitForWindowActive(&view)' returned FALSE. ()
     Loc: [tst_qtableview.cpp(708)]
  FAIL!  : tst_QTableView::keyboardNavigation(no tab) 'QTest::qWaitForWindowActive(&view)' returned FALSE. ()
     Loc: [tst_qtableview.cpp(708)]
  FAIL!  : tst_QTableView::tabFocus() 'QTest::qWaitForWindowActive(&window)' returned FALSE. ()
     Loc: [tst_qtableview.cpp(3369)]
  Totals: 239 passed, 3 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QTableView *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  PASS   : tst_QTableView::initTestCase()
  PASS   : tst_QTableView::getSetCheck()
  PASS   : tst_QTableView::noDelegate()
  PASS   : tst_QTableView::noModel()
  PASS   : tst_QTableView::emptyModel()
  PASS   : tst_QTableView::removeRows(2x2)
  PASS   : tst_QTableView::removeRows(10x10)
  PASS   : tst_QTableView::removeColumns(2x2)
  PASS   : tst_QTableView::removeColumns(10x10)
  QWARN  : tst_QTableView::keyboardNavigation(16x16 model) QXcbConnection: XCB error: 3 (BadWindow), sequence: 154, resource id: 14680067, major code: 20 (GetProperty), minor code: 0
  FAIL!  : tst_QTableView::keyboardNavigation(16x16 model) 'QTest::qWaitForWindowActive(&view)' returned FALSE. ()
     Loc: [tst_qtableview.cpp(708)]
  FAIL!  : tst_QTableView::keyboardNavigation(no tab) 'QTest::qWaitForWindowActive(&view)' returned FALSE. ()
     Loc: [tst_qtableview.cpp(708)]
  PASS   : tst_QTableView::headerSections()
  PASS   : tst_QTableView::moveCursor(MoveRight (0,0))
  PASS   : tst_QTableView::moveCursor(MoveRight (3,0))
  PASS   : tst_QTableView::moveCursor(MoveRight (3,3))
  PASS   : tst_QTableView::moveCursor(MoveRight, hidden column 1 (0,0))
  PASS   : tst_QTableView::moveCursor(MoveRight, hidden column 3 (0,2))
  PASS   : tst_QTableView::moveCursor(MoveNext (0,0))
  PASS   : tst_QTableView::moveCursor(MoveNext (0,2))
  PASS   : tst_QTableView::moveCursor(MoveNext, wrap (0,3))
  PASS   : tst_QTableView::moveCursor(MoveNext, wrap (3,3))
  PASS   : tst_QTableView::moveCursor(MoveNext, hidden column 1 (0,0))
  PASS   : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 3 (0,2))
  PASS   : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 3 (3,2))
  PASS   : tst_QTableView::moveCursor(MoveNext, wrapy, wrapx, hidden column 3, hidden row 3 (2,2))
  PASS   : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 2, moved column from 3 to 0. (0,2))
  PASS   : tst_QTableView::moveCursor(MoveLeft (0,0))
  PASS   : tst_QTableView::moveCursor(MoveLeft (0,3))
  PASS   : tst_QTableView::moveCursor(MoveLeft (1,0))
  PASS   : tst_QTableView::moveCursor(MoveLeft, hidden column 0 (0,2))
  PASS   : tst_QTableView::moveCursor(MoveLeft, hidden column 0 (0,1))
  PASS   : tst_QTableView::moveCursor(MovePrevious (0,3))
  PASS   : tst_QTableView::moveCursor(MovePrevious (0,1))
  PASS   : tst_QTableView::moveCursor(MovePrevious, wrap (1,0))
  PASS   : tst_QTableView::moveCursor(MovePrevious, wrap, (0,0))
  PASS   : tst_QTableView::moveCursor(MovePrevious, hidden column 1 (0,2))
  PASS   : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 3 (0,2))
  PASS   : tst_QTableView::moveCursor(MovePrevious, wrapy, hidden column 0 (0,1))
  PASS   : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 0, hidden row 0 (1,1))
  PASS   : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 1, moved column from 0 to 3. (1,2))
  PASS   : tst_QTableView::moveCursor(MoveDown (0,0))
  PASS   : tst_QTableView::moveCursor(MoveDown (3,0))
  PASS   : tst_QTableView::moveCursor(MoveDown (3,3))
  PASS   : tst_QTableView::moveCursor(MoveDown, hidden row 1 (0,0))
  PASS   : tst_QTableView::moveCursor(MoveDown, hidden row 3 (2,0))
  PASS   : tst_QTableView::moveCursor(MoveDown, hidden row 0 hidden column 0 (0,0))
  PASS   : tst_QTableView::moveCursor(MoveUp (0,0))
  PASS   : tst_QTableView::moveCursor(MoveUp (3, 0))
  PASS   : tst_QTableView::moveCursor(MoveUp (0,1))
  PASS   : tst_QTableView::moveCursor(MoveUp, hidden row 1 (2,0))
  PASS   : tst_QTableView::moveCursor(MoveUp, hidden row (1,0))
  PASS   : tst_QTableView::moveCursor(MoveHome (0,0))
  PASS   : tst_QTableView::moveCursor(MoveHome (3,3))
  PASS   : tst_QTableView::moveCursor(MoveHome, hidden column 0 (3,3))
  PASS   : tst_QTableView::moveCursor(MoveHome + Ctrl (0,0))
  PASS   : tst_QTableView::moveCursor(MoveHome + Ctrl (3,3))
  PASS   : tst_QTableView::moveCursor(MoveHome + Ctrl, hidden column 0, hidden row 0 (3,3))
  PASS   : tst_QTableView::moveCursor(MoveEnd (0,0))
  PASS   : tst_QTableView::moveCursor(MoveEnd (3,3))
  PASS   : tst_QTableView::moveCursor(MoveEnd, hidden column (0,0))
  PASS   : tst_QTableView::moveCursor(MoveEnd + Ctrl (0,0))
  PASS   : tst_QTableView::moveCursor(MoveEnd + Ctrl (3,3))
  PASS   : tst_QTableView::moveCursor(MoveEnd + Ctrl, hidden column 3 (0,0))
  PASS   : tst_QTableView::moveCursor(MoveEnd + Ctrl, hidden column 3, hidden row 3 (0,0))
  PASS   : tst_QTableView::moveCursor(MovePageUp (0,0))
  PASS   : tst_QTableView::moveCursor(MovePageUp (3,3))
  PASS   : tst_QTableView::moveCursor(MovePageDown (3, 3))
  PASS   : tst_QTableView::moveCursor(MovePageDown (0, 3))
  PASS   : tst_QTableView::moveCursorStrikesBack(Last column disabled. Task QTBUG-3878)
  PASS   : tst_QTableView::moveCursorStrikesBack(Last column disabled 2. Task QTBUG-3878)
  PASS   : tst_QTableView::moveCursorStrikesBack(Span, anchor column hidden)
  PASS   : tst_QTableView::moveCursorStrikesBack(Span, anchor column disabled)
  PASS   : tst_QTableView::moveCursorStrikesBack(Span, anchor row hidden)
  PASS   : tst_QTableView::moveCursorStrikesBack(Span, anchor row disabled)
  PASS   : tst_QTableView::moveCursorStrikesBack(Move through span right)
  PASS   : tst_QTableView::moveCursorStrikesBack(Move through span left)
  PASS   : tst_QTableView::moveCursorStrikesBack(Move through span down)
  PASS   : tst_QTableView::moveCursorStrikesBack(Move through span up)
  PASS   : tst_QTableView::moveCursorStrikesBack(All disabled, wrap forward. Timeout => FAIL)
  PASS   : tst_QTableView::moveCursorStrikesBack(All disabled, wrap backwards. Timeout => FAIL)
  PASS   : tst_QTableView::hideRows(show row 0, hide row 3, no span)
  PASS   : tst_QTableView::hideRows(show row 0, hide row 3, span)
  PASS   : tst_QTableView::hideColumns(show col 0, hide col 3, no span)
  PASS   : tst_QTableView::hideColumns(show col 0, hide col 3, span)
  PASS   : tst_QTableView::selection(no span, no hidden, no moved, 3x3 select)
  PASS   : tst_QTableView::selection(row span, no hidden, no moved, 3x3 select)
  PASS   : tst_QTableView::selection(col span, no hidden, no moved, 3x3 select)
  PASS   : tst_QTableView::selection(no span, row hidden, no moved, 3x3 select)
  PASS   : tst_QTableView::selection(no span, col hidden, no moved, 3x3 select)
  PASS   : tst_QTableView::selection(no span, no hidden, row moved, 3x3 select)
  PASS   : tst_QTableView::selection(no span, no hidden, col moved, 3x3 select)
  PASS   : tst_QTableView::selectRow(SingleSelection and SelectItems)
  PASS   : tst_QTableView::selectRow(SingleSelection and SelectRows)
  PASS   : tst_QTableView::selectRow(SingleSelection and SelectColumns)
  PASS   : tst_QTableView::selectRow(MultiSelection and SelectItems)
  PASS   : tst_QTableView::selectRow(MultiSelection and SelectRows)
  PASS   : tst_QTableView::selectRow(MultiSelection and SelectColumns)
  PASS   : tst_QTableView::selectRow(ExtendedSelection and SelectItems)
  PASS   : tst_QTableView::selectRow(ExtendedSelection and SelectRows)
  PASS   : tst_QTableView::selectRow(ExtendedSelection and SelectColumns)
  PASS   : tst_QTableView::selectRow(ContiguousSelection and SelectItems)
  PASS   : tst_QTableView::selectRow(ContiguousSelection and SelectRows)
  PASS   : tst_QTableView::selectRow(ContiguousSelection and SelectColumns)
  PASS   : tst_QTableView::selectColumn(SingleSelection and SelectItems)
  PASS   : tst_QTableView::selectColumn(SingleSelection and SelectRows)
  PASS   : tst_QTableView::selectColumn(SingleSelection and SelectColumns)
  PASS   : tst_QTableView::selectColumn(MultiSelection and SelectItems)
  PASS   : tst_QTableView::selectColumn(MultiSelection and SelectRows)
  PASS   : tst_QTableView::selectColumn(MultiSelection and SelectColumns)
  PASS   : tst_QTableView::selectColumn(ExtendedSelection and SelectItems)
  PASS   : tst_QTableView::selectColumn(ExtendedSelection and SelectRows)
  PASS   : tst_QTableView::selectColumn(ExtendedSelection and SelectColumns)
  PASS   : tst_QTableView::selectColumn(ContiguousSelection and SelectItems)
  PASS   : tst_QTableView::selectColumn(ContiguousSelection and SelectRows)
  PASS   : tst_QTableView::selectColumn(ContiguousSelection and SelectColumns)
  PASS   : tst_QTableView::visualRect((0,0))
  PASS   : tst_QTableView::visualRect((0,0) hidden row)
  PASS   : tst_QTableView::visualRect((0,0) hidden column)
  PASS   : tst_QTableView::visualRect((0,0) hidden row and column)
  PASS   : tst_QTableView::visualRect((0,0) out of bounds)
  PASS   : tst_QTableView::visualRect((5,5), hidden row)
  PASS   : tst_QTableView::visualRect((9,9))
  PASS   : tst_QTableView::fetchMore()
  PASS   : tst_QTableView::setHeaders()
  PASS   : tst_QTableView::resizeRowsToContents(10x10 grid shown 40x40)
  PASS   : tst_QTableView::resizeRowsToContents(10x10 grid not shown 40x40)
  PASS   : tst_QTableView::resizeColumnsToContents(10x10 grid shown 40x40)
  PASS   : tst_QTableView::resizeColumnsToContents(10x10 grid not shown 40x40)
  PASS   : tst_QTableView::rowViewportPosition(row 0, scroll per item 0)
  PASS   : tst_QTableView::rowViewportPosition(row 1, scroll per item, 0)
  PASS   : tst_QTableView::rowViewportPosition(row 1, scroll per item, 1)
  PASS   : tst_QTableView::rowViewportPosition(row 5, scroll per item, 0)
  PASS   : tst_QTableView::rowViewportPosition(row 5, scroll per item, 5)
  PASS   : tst_QTableView::rowViewportPosition(row 9, scroll per item, 0)
  PASS   : tst_QTableView::rowViewportPosition(row 9, scroll per item, 5)
  PASS   : tst_QTableView::rowViewportPosition(row 0, scroll per pixel 0)
  PASS   : tst_QTableView::rowViewportPosition(row 1, scroll per pixel, 0)
  PASS   : tst_QTableView::rowViewportPosition(row 1, scroll per pixel, 1)
  PASS   : tst_QTableView::rowViewportPosition(row 5, scroll per pixel, 0)
  PASS   : tst_QTableView::rowViewportPosition(row 5, scroll per pixel, 5)
  PASS   : tst_QTableView::rowViewportPosition(row 9, scroll per pixel, 0)
  PASS   : tst_QTableView::rowViewportPosition(row 9, scroll per pixel, 5)
  PASS   : tst_QTableView::rowAt(row at 100)
  PASS   : tst_QTableView::rowAt(row at 180)
  PASS   : tst_QTableView::rowAt(row at 20)
  PASS   : tst_QTableView::rowHeight(increasing)
  PASS   : tst_QTableView::rowHeight(decreasing)
  PASS   : tst_QTableView::rowHeight(random)
  PASS   : tst_QTableView::columnViewportPosition(column 0, scroll per item 0)
  PASS   : tst_QTableView::columnViewportPosition(column 1, scroll per item, 0)
  PASS   : tst_QTableView::columnViewportPosition(column 1, scroll per item, 1)
  PASS   : tst_QTableView::columnViewportPosition(column 5, scroll per item, 0)
  PASS   : tst_QTableView::columnViewportPosition(column 5, scroll per item, 5)
  PASS   : tst_QTableView::columnViewportPosition(column 9, scroll per item, 0)
  PASS   : tst_QTableView::columnViewportPosition(column 9, scroll per item, 5)
  PASS   : tst_QTableView::columnViewportPosition(column 0, scroll per pixel 0)
  PASS   : tst_QTableView::columnViewportPosition(column 1, scroll per pixel 0)
  PASS   : tst_QTableView::columnViewportPosition(column 1, scroll per pixel 1)
  PASS   : tst_QTableView::columnViewportPosition(column 5, scroll per pixel 0)
  PASS   : tst_QTableView::columnViewportPosition(column 5, scroll per pixel 5)
  PASS   : tst_QTableView::columnViewportPosition(column 9, scroll per pixel 0)
  PASS   : tst_QTableView::columnViewportPosition(column 9, scroll per pixel 5)
  PASS   : tst_QTableView::columnAt(column at 100)
  PASS   : tst_QTableView::columnAt(column at 180)
  PASS   : tst_QTableView::columnAt(column at 20)
  PASS   : tst_QTableView::columnWidth(increasing)
  PASS   : tst_QTableView::columnWidth(decreasing)
  PASS   : tst_QTableView::columnWidth(random)
  PASS   : tst_QTableView::hiddenRow(first hidden)
  PASS   : tst_QTableView::hiddenRow(last hidden)
  PASS   : tst_QTableView::hiddenRow(none hidden)
  PASS   : tst_QTableView::hiddenRow(all hidden)
  PASS   : tst_QTableView::hiddenColumn(first hidden)
  PASS   : tst_QTableView::hiddenColumn(last hidden)
  PASS   : tst_QTableView::hiddenColumn(none hidden)
  PASS   : tst_QTableView::hiddenColumn(all hidden)
  PASS   : tst_QTableView::sortingEnabled()
  QWARN  : tst_QTableView::scrollTo(no hidden, no span, no scroll, per item) QTableView::setSpan: single cell span won't be added
  PASS   : tst_QTableView::scrollTo(no hidden, no span, no scroll, per item)
  QWARN  : tst_QTableView::scrollTo(no hidden, no span, no scroll, per pixel) QTableView::setSpan: single cell span won't be added
  PASS   : tst_QTableView::scrollTo(no hidden, no span, no scroll, per pixel)
  QWARN  : tst_QTableView::scrollTo(hidden, no span, no scroll, per item) QTableView::setSpan: single cell span won't be added
  PASS   : tst_QTableView::scrollTo(hidden, no span, no scroll, per item)
  PASS   : tst_QTableView::indexAt(no hidden, no span, no scroll, (20,20))
  PASS   : tst_QTableView::indexAt(row hidden, no span, no scroll, at (20,20))
  PASS   : tst_QTableView::indexAt(col hidden, no span, no scroll, at (20,20))
  PASS   : tst_QTableView::indexAt(no hidden, row span, no scroll, at (60,20))
  PASS   : tst_QTableView::indexAt(no hidden, col span, no scroll, at (60,20))
  PASS   : tst_QTableView::indexAt(no hidden, no span, scroll (5,0), at (20,20))
  PASS   : tst_QTableView::indexAt(no hidden, no span, scroll (0,5), at (20,20))
  PASS   : tst_QTableView::indexAt(no hidden, no span, scroll (5,5), at (20,20))
  PASS   : tst_QTableView::span(top left 2x2)
  PASS   : tst_QTableView::span(top left 1x2)
  PASS   : tst_QTableView::span(top left 2x1)
  PASS   : tst_QTableView::span(invalid 2x2)
  PASS   : tst_QTableView::span(top left 2x2)
  PASS   : tst_QTableView::span(bottom right 2x2)
  PASS   : tst_QTableView::span(invalid span 2x2)
  PASS   : tst_QTableView::span(invalid span 3x3)
  PASS   : tst_QTableView::spans(1x3 span, query 3,0)
  PASS   : tst_QTableView::spans(1x3 span, query 3,1)
  PASS   : tst_QTableView::spans(1x3 span, query 3,2)
  PASS   : tst_QTableView::spans(two 1x2 spans at the same column, query at 3,0)
  PASS   : tst_QTableView::spans(two 1x2 spans at the same column, query at 4,0)
  PASS   : tst_QTableView::spans(how to order spans (1,1))
  PASS   : tst_QTableView::spans(how to order spans (2,1))
  PASS   : tst_QTableView::spans(how to order spans (3,1))
  PASS   : tst_QTableView::spans(how to order spans (1,2))
  PASS   : tst_QTableView::spans(how to order spans (2,2))
  PASS   : tst_QTableView::spans(spans with hidden rows)
  PASS   : tst_QTableView::spans(QTBUG-6004: No failing assertion, then it passes.)
  PASS   : tst_QTableView::spans(QTBUG-6004 (follow-up): No failing assertion, then it passes.)
  PASS   : tst_QTableView::spans(QTBUG-9631: remove one span)
  PASS   : tst_QTableView::spansAfterRowInsertion()
  PASS   : tst_QTableView::spansAfterColumnInsertion()
  PASS   : tst_QTableView::spansAfterRowRemoval()
  PASS   : tst_QTableView::spansAfterColumnRemoval()
  PASS   : tst_QTableView::checkHeaderReset()
  PASS   : tst_QTableView::checkHeaderMinSize()
  PASS   : tst_QTableView::resizeToContents()
  FAIL!  : tst_QTableView::tabFocus() 'QTest::qWaitForWindowActive(&window)' returned FALSE. ()
     Loc: [tst_qtableview.cpp(3369)]
  PASS   : tst_QTableView::bigModel()
  PASS   : tst_QTableView::selectionSignal()
  PASS   : tst_QTableView::setCurrentIndex()
  PASS   : tst_QTableView::task173773_updateVerticalHeader()
  PASS   : tst_QTableView::task227953_setRootIndex()
  PASS   : tst_QTableView::task240266_veryBigColumn()
  PASS   : tst_QTableView::task248688_autoScrollNavigation()
  PASS   : tst_QTableView::task259308_scrollVerticalHeaderSwappedSections()
  PASS   : tst_QTableView::task191545_dragSelectRows()
  PASS   : tst_QTableView::taskQTBUG_5062_spansInconsistency()
  PASS   : tst_QTableView::taskQTBUG_4516_clickOnRichTextLabel()
  PASS   : tst_QTableView::taskQTBUG_5237_wheelEventOnHeader()
  PASS   : tst_QTableView::taskQTBUG_8585_crashForNoGoodReason()
  PASS   : tst_QTableView::taskQTBUG_7774_RtoLVisualRegionForSelection()
  PASS   : tst_QTableView::taskQTBUG_8777_scrollToSpans()
  PASS   : tst_QTableView::taskQTBUG_10169_sizeHintForRow()
  PASS   : tst_QTableView::mouseWheel(scroll up per item)
  PASS   : tst_QTableView::mouseWheel(scroll down per item)
  PASS   : tst_QTableView::mouseWheel(scroll down per pixel)
  PASS   : tst_QTableView::addColumnWhileEditing()
  PASS   : tst_QTableView::task234926_setHeaderSorting()
  PASS   : tst_QTableView::changeHeaderData()
  PASS   : tst_QTableView::viewOptions()
  PASS   : tst_QTableView::cleanupTestCase()
  Totals: 239 passed, 3 failed, 0 skipped
  ********* Finished testing of tst_QTableView *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qtableview: 24 seconds, exit code 3
  
  Testing tst_QStackedLayout
  FAIL!  : tst_QStackedLayout::keepFocusAfterSetCurrent() 'QTest::qWaitForWindowActive(testWidget)' returned FALSE. ()
     Loc: [tst_qstackedlayout.cpp(354)]
  Totals: 6 passed, 1 failed, 1 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QStackedLayout *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  PASS   : tst_QStackedLayout::initTestCase()
  QWARN  : tst_QStackedLayout::getSetCheck() QXcbConnection: XCB error: 3 (BadWindow), sequence: 154, resource id: 14680067, major code: 20 (GetProperty), minor code: 0
  QWARN  : tst_QStackedLayout::getSetCheck() QStackedLayout::setCurrentWidget: Widget 0x0 not contained in stack
  PASS   : tst_QStackedLayout::getSetCheck()
  PASS   : tst_QStackedLayout::testCase()
  PASS   : tst_QStackedLayout::deleteCurrent()
  SKIP   : tst_QStackedLayout::removeWidget() Can't get focus
     Loc: [tst_qstackedlayout.cpp(293)]
  FAIL!  : tst_QStackedLayout::keepFocusAfterSetCurrent() 'QTest::qWaitForWindowActive(testWidget)' returned FALSE. ()
     Loc: [tst_qstackedlayout.cpp(354)]
  PASS   : tst_QStackedLayout::heigthForWidth()
  PASS   : tst_QStackedLayout::cleanupTestCase()
  Totals: 6 passed, 1 failed, 1 skipped
  ********* Finished testing of tst_QStackedLayout *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qstackedlayout: 6 seconds, exit code 1
  
  Testing tst_qinputmethod
  FAIL!  : tst_qinputmethod::inputMethodAccepted() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
     Loc: [tst_qinputmethod.cpp(302)]
  Totals: 13 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_qinputmethod *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  PASS   : tst_qinputmethod::initTestCase()
  PASS   : tst_qinputmethod::isVisible()
  PASS   : tst_qinputmethod::animating()
  PASS   : tst_qinputmethod::keyboarRectangle()
  PASS   : tst_qinputmethod::inputItemTransform()
  PASS   : tst_qinputmethod::cursorRectangle()
  PASS   : tst_qinputmethod::invokeAction()
  PASS   : tst_qinputmethod::reset()
  QWARN  : tst_qinputmethod::commit() Test input context to commit without focused object
  QWARN  : tst_qinputmethod::commit() Test input context to commit without focused object
  PASS   : tst_qinputmethod::commit()
  PASS   : tst_qinputmethod::update()
  PASS   : tst_qinputmethod::query()
  PASS   : tst_qinputmethod::inputDirection()
  FAIL!  : tst_qinputmethod::inputMethodAccepted() Compared pointers are not the same
     Actual   ((static_cast<QGuiApplication *>(QCoreApplication::instance()))->focusWindow()): (nil)
     Expected (&window): 0x7fff1073ce70
     Loc: [tst_qinputmethod.cpp(304)]
  PASS   : tst_qinputmethod::cleanupTestCase()
  Totals: 13 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_qinputmethod *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qinputmethod: 6 seconds, exit code 1

  Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00621/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz

  Tested changes (refs/builds/dev_1363238729):
    http://codereview.qt-project.org/50597 [PS2] - Test the OpenGLExtensions cmake module.
    http://codereview.qt-project.org/50900 [PS1] - Remove incorrect export macro.
    http://codereview.qt-project.org/49451 [PS3] - Add Qt::AA_UseHighDpiPixmaps.



More information about the Ci-reports mailing list