[Ci-reports] fail on QtBase_stable_Integration #3198

Qt Continuous Integration System ci-noreply at qt-project.org
Thu Feb 20 16:37:28 CET 2014


sixty-seven autotests failed :(

  Testing tst_QWindowContainer
  FAIL!  : tst_QWindowContainer::testShow() 'QTest::qWaitForWindowExposed(window)' returned FALSE. ()
  tst_qwindowcontainer.cpp(102) : failure location
  FAIL!  : tst_QWindowContainer::testPositionAndSize() 'QTest::qWaitForWindowExposed(container)' returned FALSE. ()
  tst_qwindowcontainer.cpp(117) : failure location
  FAIL!  : tst_QWindowContainer::testExposeObscure() 'QTest::qWaitForWindowExposed(container)' returned FALSE. ()
  tst_qwindowcontainer.cpp(135) : failure location
  FAIL!  : tst_QWindowContainer::testBehindTheScenesDeletion() 'QTest::qWaitForWindowExposed(container)' returned FALSE. ()
  tst_qwindowcontainer.cpp(175) : failure location
  FAIL!  : tst_QWindowContainer::testUnparenting() 'QTest::qWaitForWindowExposed(container)' returned FALSE. ()
  tst_qwindowcontainer.cpp(230) : failure location
  FAIL!  : tst_QWindowContainer::testActivation() 'QTest::qWaitForWindowExposed(&root)' returned FALSE. ()
  tst_qwindowcontainer.cpp(193) : failure location
  FAIL!  : tst_QWindowContainer::testAncestorChange() 'QTest::qWaitForWindowExposed(&root)' returned FALSE. ()
  tst_qwindowcontainer.cpp(256) : failure location
  FAIL!  : tst_QWindowContainer::testDockWidget() 'QTest::qWaitForWindowExposed(&mainWindow)' returned FALSE. ()
  tst_qwindowcontainer.cpp(305) : failure location
  Totals: 3 passed, 8 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QWindowContainer *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QWindowContainer::initTestCase()
  FAIL!  : tst_QWindowContainer::testShow() 'QTest::qWaitForWindowExposed(window)' returned FALSE. ()
  tst_qwindowcontainer.cpp(102) : failure location
  FAIL!  : tst_QWindowContainer::testPositionAndSize() 'QTest::qWaitForWindowExposed(container)' returned FALSE. ()
  tst_qwindowcontainer.cpp(117) : failure location
  FAIL!  : tst_QWindowContainer::testExposeObscure() 'QTest::qWaitForWindowExposed(container)' returned FALSE. ()
  tst_qwindowcontainer.cpp(135) : failure location
  PASS   : tst_QWindowContainer::testOwnership()
  FAIL!  : tst_QWindowContainer::testBehindTheScenesDeletion() 'QTest::qWaitForWindowExposed(container)' returned FALSE. ()
  tst_qwindowcontainer.cpp(175) : failure location
  FAIL!  : tst_QWindowContainer::testUnparenting() 'QTest::qWaitForWindowExposed(container)' returned FALSE. ()
  tst_qwindowcontainer.cpp(230) : failure location
  FAIL!  : tst_QWindowContainer::testActivation() 'QTest::qWaitForWindowExposed(&root)' returned FALSE. ()
  tst_qwindowcontainer.cpp(193) : failure location
  FAIL!  : tst_QWindowContainer::testAncestorChange() 'QTest::qWaitForWindowExposed(&root)' returned FALSE. ()
  tst_qwindowcontainer.cpp(256) : failure location
  FAIL!  : tst_QWindowContainer::testDockWidget() 'QTest::qWaitForWindowExposed(&mainWindow)' returned FALSE. ()
  tst_qwindowcontainer.cpp(305) : failure location
  PASS   : tst_QWindowContainer::cleanupTestCase()
  Totals: 3 passed, 8 failed, 0 skipped
  ********* Finished testing of tst_QWindowContainer *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qwindowcontainer: 25 seconds, exit code 8
  
  Testing tst_QWindow
  FAIL!  : tst_QWindow::eventOrderOnShow() Compared values are not the same
     Actual   (window.received(QEvent::Resize)): 0
     Expected (1)                              : 1
  tst_qwindow.cpp(166) : failure location
  FAIL!  : tst_QWindow::resizeEventAfterResize() Compared values are not the same
     Actual   (window.received(QEvent::Resize)): 0
     Expected (1)                              : 1
  tst_qwindow.cpp(183) : failure location
  FAIL!  : tst_QWindow::positioning(default) Compared values are not the same
     Actual   (window.received(QEvent::Resize)): 0
     Expected (1)                              : 1
  tst_qwindow.cpp(233) : failure location
  FAIL!  : tst_QWindow::isExposed() 'window.received(QEvent::Expose) > 0' returned FALSE. ()
  tst_qwindow.cpp(290) : failure location
  FAIL!  : tst_QWindow::isActive() 'window.isExposed()' returned FALSE. ()
  tst_qwindow.cpp(310) : failure location
  FAIL!  : tst_QWindow::testInputEvents() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(477) : failure location
  FAIL!  : tst_QWindow::mouseToTouchTranslation() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(613) : failure location
  FAIL!  : tst_QWindow::mouseToTouchLoop() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(662) : failure location
  FAIL!  : tst_QWindow::touchCancel() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(677) : failure location
  FAIL!  : tst_QWindow::mouseEventSequence() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(882) : failure location
  FAIL!  : tst_QWindow::inputReentrancy() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(1004) : failure location
  Totals: 13 passed, 11 failed, 2 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QWindow *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QWindow::initTestCase()
  FAIL!  : tst_QWindow::eventOrderOnShow() Compared values are not the same
     Actual   (window.received(QEvent::Resize)): 0
     Expected (1)                              : 1
  tst_qwindow.cpp(166) : failure location
  FAIL!  : tst_QWindow::resizeEventAfterResize() Compared values are not the same
     Actual   (window.received(QEvent::Resize)): 0
     Expected (1)                              : 1
  tst_qwindow.cpp(183) : failure location
  PASS   : tst_QWindow::mapGlobal()
  FAIL!  : tst_QWindow::positioning(default) Compared values are not the same
     Actual   (window.received(QEvent::Resize)): 0
     Expected (1)                              : 1
  tst_qwindow.cpp(233) : failure location
  FAIL!  : tst_QWindow::isExposed() 'window.received(QEvent::Expose) > 0' returned FALSE. ()
  tst_qwindow.cpp(290) : failure location
  FAIL!  : tst_QWindow::isActive() 'window.isExposed()' returned FALSE. ()
  tst_qwindow.cpp(310) : failure location
  FAIL!  : tst_QWindow::testInputEvents() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(477) : failure location
  SKIP   : tst_QWindow::touchToMouseTranslation() Mouse events are synthesized by the system on this platform.
  tst_qwindow.cpp(532) : failure location
  FAIL!  : tst_QWindow::mouseToTouchTranslation() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(613) : failure location
  FAIL!  : tst_QWindow::mouseToTouchLoop() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(662) : failure location
  FAIL!  : tst_QWindow::touchCancel() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(677) : failure location
  SKIP   : tst_QWindow::touchCancelWithTouchToMouse() Mouse events are synthesized by the system on this platform.
  tst_qwindow.cpp(734) : failure location
  PASS   : tst_QWindow::orientation()
  PASS   : tst_QWindow::sizes()
  PASS   : tst_QWindow::close()
  PASS   : tst_QWindow::activateAndClose()
  FAIL!  : tst_QWindow::mouseEventSequence() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(882) : failure location
  PASS   : tst_QWindow::windowModality()
  FAIL!  : tst_QWindow::inputReentrancy() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(1004) : failure location
  PASS   : tst_QWindow::tabletEvents()
  PASS   : tst_QWindow::windowModality_QTBUG27039()
  PASS   : tst_QWindow::visibility()
  PASS   : tst_QWindow::mask()
  PASS   : tst_QWindow::initialSize()
  PASS   : tst_QWindow::cleanupTestCase()
  Totals: 13 passed, 11 failed, 2 skipped
  ********* Finished testing of tst_QWindow *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qwindow: 227 seconds, exit code 11
  
  Testing tst_QWidget
  FAIL!  : tst_QWidget::initTestCase() 'QTest::qWaitForWindowExposed(testWidget)' returned FALSE. ()
  tst_qwidget.cpp(648) : failure location
  Totals: 1 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QWidget *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  FAIL!  : tst_QWidget::initTestCase() 'QTest::qWaitForWindowExposed(testWidget)' returned FALSE. ()
  tst_qwidget.cpp(648) : failure location
  PASS   : tst_QWidget::cleanupTestCase()
  Totals: 1 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QWidget *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qwidget: 2 seconds, exit code 1
  
  Testing tst_QTreeWidget
  FAIL!  : tst_QTreeWidget::initTestCase() 'QTest::qWaitForWindowExposed(testWidget)' returned FALSE. ()
  tst_qtreewidget.cpp(242) : failure location
  Totals: 1 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QTreeWidget *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  FAIL!  : tst_QTreeWidget::initTestCase() 'QTest::qWaitForWindowExposed(testWidget)' returned FALSE. ()
  tst_qtreewidget.cpp(242) : failure location
  PASS   : tst_QTreeWidget::cleanupTestCase()
  Totals: 1 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QTreeWidget *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qtreewidget: 2 seconds, exit code 1
  
  Testing tst_QTreeView
  FAIL!  : tst_QTreeView::iconSize() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qtreeview.cpp(941) : failure location
  FAIL!  : tst_QTreeView::clicked() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qtreeview.cpp(2023) : failure location
  FAIL!  : tst_QTreeView::styleOptionViewItem() 'delegate.count >= 13' returned FALSE. ()
  tst_qtreeview.cpp(3162) : failure location
  FAIL!  : tst_QTreeView::task216717_updateChildren() 'QTest::qWaitForWindowExposed(&tree)' returned FALSE. ()
  tst_qtreeview.cpp(3420) : failure location
  FAIL!  : tst_QTreeView::task246536_scrollbarsNotWorking() 'QTest::qWaitForWindowExposed(&tree)' returned FALSE. ()
  tst_qtreeview.cpp(3708) : failure location
  FAIL!  : tst_QTreeView::task239271_addRowsWithFirstColumnHidden() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qtreeview.cpp(3765) : failure location
  FAIL!  : tst_QTreeView::taskQTBUG_9216_setSizeAndUniformRowHeightsWrongRepaint() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qtreeview.cpp(3939) : failure location
  FAIL!  : tst_QTreeView::taskQTBUG_11466_keyboardNavigationRegression() 'QTest::qWaitForWindowExposed(&treeView)' returned FALSE. ()
  tst_qtreeview.cpp(4099) : failure location
  FAIL!  : tst_QTreeView::taskQTBUG_13567_removeLastItemRegression() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qtreeview.cpp(4114) : failure location
  Totals: 163 passed, 9 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QTreeView *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QTreeView::initTestCase()
  PASS   : tst_QTreeView::getSetCheck()
  PASS   : tst_QTreeView::construction()
  PASS   : tst_QTreeView::alternatingRowColors()
  PASS   : tst_QTreeView::currentIndex(-1, -1)
  PASS   : tst_QTreeView::currentIndex(-1, 0)
  PASS   : tst_QTreeView::currentIndex(0, -1)
  PASS   : tst_QTreeView::currentIndex(0, 0)
  PASS   : tst_QTreeView::currentIndex(0, 1)
  PASS   : tst_QTreeView::currentIndex(1, 0)
  PASS   : tst_QTreeView::currentIndex(1, 1)
  PASS   : tst_QTreeView::currentIndex(2, 0)
  PASS   : tst_QTreeView::currentIndex(2, 1)
  PASS   : tst_QTreeView::currentIndex(3, -1)
  PASS   : tst_QTreeView::currentIndex(3, 0)
  PASS   : tst_QTreeView::currentIndex(3, 1)
  PASS   : tst_QTreeView::dragDropMode(NoDragDrop)
  PASS   : tst_QTreeView::dragDropMode(DragOnly)
  PASS   : tst_QTreeView::dragDropMode(DropOnly)
  PASS   : tst_QTreeView::dragDropMode(DragDrop)
  PASS   : tst_QTreeView::dragDropMode(InternalMove)
  PASS   : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop -1)
  PASS   : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop 0)
  PASS   : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop 1)
  PASS   : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop 2)
  PASS   : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop 3)
  PASS   : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(NoDragDrop 4)
  PASS   : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly -1)
  PASS   : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 0)
  PASS   : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 1)
  PASS   : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 2)
  PASS   : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 3)
  PASS   : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragOnly 4)
  PASS   : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly -1)
  PASS   : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 0)
  PASS   : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 1)
  PASS   : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 2)
  PASS   : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 3)
  PASS   : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DropOnly 4)
  PASS   : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop -1)
  PASS   : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 0)
  PASS   : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 1)
  PASS   : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 2)
  PASS   : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 3)
  PASS   : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 4)
  PASS   : tst_QTreeView::dragDropModeFromDragEnabledAndAcceptDrops(DragDrop 5)
  PASS   : tst_QTreeView::dragDropOverwriteMode()
  PASS   : tst_QTreeView::editTriggers(NoEditTriggers 0)
  PASS   : tst_QTreeView::editTriggers(NoEditTriggers 1)
  PASS   : tst_QTreeView::editTriggers(NoEditTriggers 2)
  PASS   : tst_QTreeView::editTriggers(NoEditTriggers 3)
  PASS   : tst_QTreeView::editTriggers(NoEditTriggers 4)
  PASS   : tst_QTreeView::editTriggers(CurrentChanged 0)
  PASS   : tst_QTreeView::editTriggers(CurrentChanged 1)
  PASS   : tst_QTreeView::editTriggers(CurrentChanged 2)
  PASS   : tst_QTreeView::editTriggers(CurrentChanged 3)
  PASS   : tst_QTreeView::editTriggers(CurrentChanged 4)
  PASS   : tst_QTreeView::editTriggers(DoubleClicked 0)
  PASS   : tst_QTreeView::editTriggers(DoubleClicked 1)
  PASS   : tst_QTreeView::editTriggers(DoubleClicked 2)
  PASS   : tst_QTreeView::editTriggers(DoubleClicked 3)
  PASS   : tst_QTreeView::editTriggers(DoubleClicked 4)
  PASS   : tst_QTreeView::editTriggers(SelectedClicked 0)
  PASS   : tst_QTreeView::editTriggers(SelectedClicked 1)
  PASS   : tst_QTreeView::editTriggers(SelectedClicked 2)
  PASS   : tst_QTreeView::editTriggers(SelectedClicked 3)
  PASS   : tst_QTreeView::editTriggers(SelectedClicked 4)
  PASS   : tst_QTreeView::editTriggers(EditKeyPressed 0)
  PASS   : tst_QTreeView::editTriggers(EditKeyPressed 1)
  PASS   : tst_QTreeView::editTriggers(EditKeyPressed 2)
  PASS   : tst_QTreeView::editTriggers(EditKeyPressed 3)
  PASS   : tst_QTreeView::editTriggers(EditKeyPressed 4)
  PASS   : tst_QTreeView::hasAutoScroll()
  PASS   : tst_QTreeView::horizontalScrollMode()
  FAIL!  : tst_QTreeView::iconSize() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qtreeview.cpp(941) : failure location
  PASS   : tst_QTreeView::indexAt()
  PASS   : tst_QTreeView::indexWidget()
  PASS   : tst_QTreeView::itemDelegate()
  PASS   : tst_QTreeView::itemDelegateForColumnOrRow()
  PASS   : tst_QTreeView::keyboardSearch()
  PASS   : tst_QTreeView::keyboardSearchMultiColumn()
  PASS   : tst_QTreeView::setModel()
  PASS   : tst_QTreeView::openPersistentEditor()
  PASS   : tst_QTreeView::rootIndex()
  PASS   : tst_QTreeView::setHeader()
  PASS   : tst_QTreeView::columnHidden()
  PASS   : tst_QTreeView::rowHidden()
  PASS   : tst_QTreeView::noDelegate()
  PASS   : tst_QTreeView::noModel()
  PASS   : tst_QTreeView::emptyModel()
  PASS   : tst_QTreeView::removeRows()
  PASS   : tst_QTreeView::removeCols()
  PASS   : tst_QTreeView::limitedExpand()
  PASS   : tst_QTreeView::expandAndCollapse(normal)
  PASS   : tst_QTreeView::expandAndCollapse(animated)
  PASS   : tst_QTreeView::expandAndCollapseAll()
  PASS   : tst_QTreeView::expandWithNoChildren()
  PASS   : tst_QTreeView::quickExpandCollapse()
  PASS   : tst_QTreeView::keyboardNavigation()
  PASS   : tst_QTreeView::headerSections()
  PASS   : tst_QTreeView::moveCursor(uniformRowHeights = false, scrollPerPixel = false)
  PASS   : tst_QTreeView::moveCursor(uniformRowHeights = true, scrollPerPixel = false)
  PASS   : tst_QTreeView::moveCursor(uniformRowHeights = false, scrollPerPixel = true)
  PASS   : tst_QTreeView::moveCursor(uniformRowHeights = true, scrollPerPixel = true)
  PASS   : tst_QTreeView::setSelection((0,0,50,20),rows)
  PASS   : tst_QTreeView::setSelection((0,0,50,90),rows)
  PASS   : tst_QTreeView::setSelection((50,0,0,90),rows,invalid rect)
  PASS   : tst_QTreeView::setSelection((0,-20,20,50),rows)
  PASS   : tst_QTreeView::setSelection((0,-50,20,90),rows)
  PASS   : tst_QTreeView::extendedSelection(select)
  PASS   : tst_QTreeView::extendedSelection(unselect)
  PASS   : tst_QTreeView::indexAbove()
  PASS   : tst_QTreeView::indexBelow()
  FAIL!  : tst_QTreeView::clicked() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qtreeview.cpp(2023) : failure location
  WARNING: tst_QTreeView::mouseDoubleClick() Mouse event "MouseDClick" not accepted by receiving widget
  WARNING: tst_QTreeView::mouseDoubleClick() Mouse event "MouseDClick" not accepted by receiving widget
  PASS   : tst_QTreeView::mouseDoubleClick()
  PASS   : tst_QTreeView::rowsAboutToBeRemoved()
  PASS   : tst_QTreeView::headerSections_unhideSection()
  PASS   : tst_QTreeView::columnAt()
  PASS   : tst_QTreeView::scrollTo()
  PASS   : tst_QTreeView::rowsAboutToBeRemoved_move()
  PASS   : tst_QTreeView::resizeColumnToContents()
  PASS   : tst_QTreeView::insertAfterSelect()
  PASS   : tst_QTreeView::removeAfterSelect()
  PASS   : tst_QTreeView::hiddenItems()
  PASS   : tst_QTreeView::spanningItems()
  PASS   : tst_QTreeView::rowSizeHint()
  PASS   : tst_QTreeView::setSortingEnabled()
  PASS   : tst_QTreeView::headerHidden()
  PASS   : tst_QTreeView::selection()
  PASS   : tst_QTreeView::removeAndInsertExpandedCol0()
  PASS   : tst_QTreeView::selectionWithHiddenItems()
  PASS   : tst_QTreeView::selectAll()
  PASS   : tst_QTreeView::disabledButCheckable()
  PASS   : tst_QTreeView::sortByColumn(sorting enabled)
  PASS   : tst_QTreeView::sortByColumn(sorting disabled)
  PASS   : tst_QTreeView::evilModel(visible)
  PASS   : tst_QTreeView::indexRowSizeHint()
  PASS   : tst_QTreeView::addRowsWhileSectionsAreHidden()
  PASS   : tst_QTreeView::filterProxyModelCrash()
  PASS   : tst_QTreeView::renderToPixmap(row-0)
  PASS   : tst_QTreeView::renderToPixmap(row-1)
  FAIL!  : tst_QTreeView::styleOptionViewItem() 'delegate.count >= 13' returned FALSE. ()
  tst_qtreeview.cpp(3162) : failure location
  PASS   : tst_QTreeView::keyboardNavigationWithDisabled()
  PASS   : tst_QTreeView::task174627_moveLeftToRoot()
  PASS   : tst_QTreeView::task171902_expandWith1stColHidden()
  PASS   : tst_QTreeView::task203696_hidingColumnsAndRowsn()
  PASS   : tst_QTreeView::task211293_removeRootIndex()
  FAIL!  : tst_QTreeView::task216717_updateChildren() 'QTest::qWaitForWindowExposed(&tree)' returned FALSE. ()
  tst_qtreeview.cpp(3420) : failure location
  PASS   : tst_QTreeView::task220298_selectColumns()
  PASS   : tst_QTreeView::task224091_appendColumns()
  PASS   : tst_QTreeView::task225539_deleteModel()
  PASS   : tst_QTreeView::task230123_setItemsExpandable()
  PASS   : tst_QTreeView::task202039_closePersistentEditor()
  PASS   : tst_QTreeView::task238873_avoidAutoReopening()
  PASS   : tst_QTreeView::task244304_clickOnDecoration()
  FAIL!  : tst_QTreeView::task246536_scrollbarsNotWorking() 'QTest::qWaitForWindowExposed(&tree)' returned FALSE. ()
  tst_qtreeview.cpp(3708) : failure location
  PASS   : tst_QTreeView::task250683_wrongSectionSize()
  FAIL!  : tst_QTreeView::task239271_addRowsWithFirstColumnHidden() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qtreeview.cpp(3765) : failure location
  PASS   : tst_QTreeView::task254234_proxySort()
  PASS   : tst_QTreeView::task248022_changeSelection()
  PASS   : tst_QTreeView::task245654_changeModelAndExpandAll()
  PASS   : tst_QTreeView::doubleClickedWithSpans()
  PASS   : tst_QTreeView::taskQTBUG_6450_selectAllWith1stColumnHidden()
  FAIL!  : tst_QTreeView::taskQTBUG_9216_setSizeAndUniformRowHeightsWrongRepaint() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qtreeview.cpp(3939) : failure location
  FAIL!  : tst_QTreeView::taskQTBUG_11466_keyboardNavigationRegression() 'QTest::qWaitForWindowExposed(&treeView)' returned FALSE. ()
  tst_qtreeview.cpp(4099) : failure location
  FAIL!  : tst_QTreeView::taskQTBUG_13567_removeLastItemRegression() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qtreeview.cpp(4114) : failure location
  PASS   : tst_QTreeView::taskQTBUG_25333_adjustViewOptionsForIndex()
  PASS   : tst_QTreeView::taskQTBUG_18539_emitLayoutChanged()
  PASS   : tst_QTreeView::taskQTBUG_8176_emitOnExpandAll()
  PASS   : tst_QTreeView::taskQTBUG_34717_collapseAtBottom()
  PASS   : tst_QTreeView::testInitialFocus()
  PASS   : tst_QTreeView::cleanupTestCase()
  Totals: 163 passed, 9 failed, 0 skipped
  ********* Finished testing of tst_QTreeView *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qtreeview: 71 seconds, exit code 9
  
  Testing tst_QToolBar
  FAIL!  : tst_QToolBar::actionGeometry() 'QTest::qWaitForWindowExposed(&tb)' returned FALSE. ()
  tst_qtoolbar.cpp(531) : failure location
  FAIL!  : tst_QToolBar::actionTriggered() 'QTest::qWaitForWindowExposed(&tb)' returned FALSE. ()
  tst_qtoolbar.cpp(853) : failure location
  Totals: 20 passed, 2 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QToolBar *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QToolBar::initTestCase()
  PASS   : tst_QToolBar::isMovable()
  PASS   : tst_QToolBar::allowedAreas()
  PASS   : tst_QToolBar::orientation()
  PASS   : tst_QToolBar::addAction()
  PASS   : tst_QToolBar::insertAction()
  PASS   : tst_QToolBar::addSeparator()
  PASS   : tst_QToolBar::insertSeparator()
  PASS   : tst_QToolBar::addWidget()
  PASS   : tst_QToolBar::insertWidget()
  FAIL!  : tst_QToolBar::actionGeometry() 'QTest::qWaitForWindowExposed(&tb)' returned FALSE. ()
  tst_qtoolbar.cpp(531) : failure location
  QWARN  : tst_QToolBar::toggleViewAction() QWindowsWindow::setGeometry: Unable to set geometry 4x14+320+250 on QWidgetWindow/'QToolBarClassWindow'. Resulting geometry:  104x14+320+250 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 4x14, maximum size: 16777215x16777215).
  PASS   : tst_QToolBar::toggleViewAction()
  PASS   : tst_QToolBar::iconSize()
  PASS   : tst_QToolBar::toolButtonStyle()
  FAIL!  : tst_QToolBar::actionTriggered() 'QTest::qWaitForWindowExposed(&tb)' returned FALSE. ()
  tst_qtoolbar.cpp(853) : failure location
  PASS   : tst_QToolBar::visibilityChanged()
  PASS   : tst_QToolBar::actionOwnership()
  PASS   : tst_QToolBar::widgetAction()
  PASS   : tst_QToolBar::accel()
  PASS   : tst_QToolBar::task191727_layout()
  PASS   : tst_QToolBar::task197996_visibility()
  PASS   : tst_QToolBar::cleanupTestCase()
  Totals: 20 passed, 2 failed, 0 skipped
  ********* Finished testing of tst_QToolBar *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qtoolbar: 6 seconds, exit code 2
  
  Testing tst_QTextEdit
  FAIL!  : tst_QTextEdit::taskQTBUG_7902_contextMenuCrash() 'QTest::qWaitForWindowExposed(w)' returned FALSE. ()
  tst_qtextedit.cpp(2231) : failure location
  FAIL!  : tst_QTextEdit::inputMethodEvent() Compared pointers are not the same
     Actual   (qApp->focusObject()): 0142BB98
     Expected (ed)                 : 0142BC98
  tst_qtextedit.cpp(2404) : failure location
  Totals: 131 passed, 2 failed, 1 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QTextEdit *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QTextEdit::initTestCase()
  PASS   : tst_QTextEdit::getSetCheck()
  PASS   : tst_QTextEdit::inlineAttributesOnInsert()
  PASS   : tst_QTextEdit::inlineAttributesOnSelection()
  PASS   : tst_QTextEdit::inlineAttributeSymmetry()
  PASS   : tst_QTextEdit::inlineAttributeSymmetryWithSelection()
  PASS   : tst_QTextEdit::autoBulletList1()
  PASS   : tst_QTextEdit::autoBulletList2()
  PASS   : tst_QTextEdit::preserveCharFormatAfterNewline()
  PASS   : tst_QTextEdit::clearMustNotChangeClipboard()
  PASS   : tst_QTextEdit::clearMustNotResetRootFrameMarginToDefault()
  PASS   : tst_QTextEdit::clearShouldPreserveTheCurrentCharFormat()
  PASS   : tst_QTextEdit::clearShouldClearExtraSelections()
  PASS   : tst_QTextEdit::paragSeparatorOnPlaintextAppend()
  QWARN  : tst_QTextEdit::layoutingLoop() QWindowsWindow::setGeometry: Unable to set geometry 100x100+320+250 on QWidgetWindow/'QTextEditClassWindow'. Resulting geometry:  104x100+320+250 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  PASS   : tst_QTextEdit::layoutingLoop()
  SKIP   : tst_QTextEdit::selectAllSetsNotSelection() Test only relevant for systems with selection
  tst_qtextedit.cpp(585) : failure location
  PASS   : tst_QTextEdit::asciiTab()
  PASS   : tst_QTextEdit::setDocument()
  PASS   : tst_QTextEdit::setDocument_shared()
  PASS   : tst_QTextEdit::mergeCurrentCharFormat()
  PASS   : tst_QTextEdit::mergeCurrentBlockCharFormat()
  PASS   : tst_QTextEdit::emptyAppend()
  PASS   : tst_QTextEdit::appendOnEmptyDocumentShouldReuseInitialParagraph()
  QWARN  : tst_QTextEdit::cursorPositionChanged() Test input context to commit without focused object
  PASS   : tst_QTextEdit::cursorPositionChanged()
  PASS   : tst_QTextEdit::setTextCursor()
  PASS   : tst_QTextEdit::undoAvailableAfterPaste()
  PASS   : tst_QTextEdit::undoRedoAvailableRepetition()
  PASS   : tst_QTextEdit::appendShouldUseCurrentFormat()
  PASS   : tst_QTextEdit::appendShouldNotTouchTheSelection()
  PASS   : tst_QTextEdit::backspace()
  PASS   : tst_QTextEdit::shiftBackspace()
  PASS   : tst_QTextEdit::undoRedo()
  PASS   : tst_QTextEdit::preserveCharFormatInAppend()
  PASS   : tst_QTextEdit::copyAndSelectAllInReadonly()
  PASS   : tst_QTextEdit::ctrlAltInput()
  PASS   : tst_QTextEdit::noPropertiesOnDefaultTextEditCharFormat()
  PASS   : tst_QTextEdit::setPlainTextShouldUseCurrentCharFormat()
  PASS   : tst_QTextEdit::setPlainTextShouldEmitTextChangedOnce()
  PASS   : tst_QTextEdit::overwriteMode()
  PASS   : tst_QTextEdit::shiftDownInLineLastShouldSelectToEnd(1)
  PASS   : tst_QTextEdit::shiftDownInLineLastShouldSelectToEnd(2)
  PASS   : tst_QTextEdit::undoRedoShouldRepositionTextEditCursor()
  PASS   : tst_QTextEdit::lineWrapModes()
  PASS   : tst_QTextEdit::mouseCursorShape()
  PASS   : tst_QTextEdit::implicitClear()
  PASS   : tst_QTextEdit::undoRedoAfterSetContent()
  PASS   : tst_QTextEdit::numPadKeyNavigation()
  PASS   : tst_QTextEdit::moveCursor()
  PASS   : tst_QTextEdit::mimeDataReimplementations()
  PASS   : tst_QTextEdit::ctrlEnterShouldInsertLineSeparator_NOT()
  PASS   : tst_QTextEdit::shiftEnterShouldInsertLineSeparator()
  PASS   : tst_QTextEdit::selectWordsFromStringsContainingSeparators(separator: .)
  PASS   : tst_QTextEdit::selectWordsFromStringsContainingSeparators(separator: ,)
  PASS   : tst_QTextEdit::selectWordsFromStringsContainingSeparators(separator: ?)
  PASS   : tst_QTextEdit::selectWordsFromStringsContainingSeparators(separator: !)
  PASS   : tst_QTextEdit::selectWordsFromStringsContainingSeparators(separator: :)
  PASS   : tst_QTextEdit::selectWordsFromStringsContainingSeparators(separator: ;)
  PASS   : tst_QTextEdit::selectWordsFromStringsContainingSeparators(separator: -)
  PASS   : tst_QTextEdit::selectWordsFromStringsContainingSeparators(separator: <)
  PASS   : tst_QTextEdit::selectWordsFromStringsContainingSeparators(separator: >)
  PASS   : tst_QTextEdit::selectWordsFromStringsContainingSeparators(separator: [)
  PASS   : tst_QTextEdit::selectWordsFromStringsContainingSeparators(separator: ])
  PASS   : tst_QTextEdit::selectWordsFromStringsContainingSeparators(separator: ()
  PASS   : tst_QTextEdit::selectWordsFromStringsContainingSeparators(separator: ))
  PASS   : tst_QTextEdit::selectWordsFromStringsContainingSeparators(separator: {)
  PASS   : tst_QTextEdit::selectWordsFromStringsContainingSeparators(separator: })
  PASS   : tst_QTextEdit::selectWordsFromStringsContainingSeparators(separator: =)
  PASS   : tst_QTextEdit::selectWordsFromStringsContainingSeparators(separator: 	)
  PASS   : tst_QTextEdit::selectWordsFromStringsContainingSeparators(separator: �)
  PASS   : tst_QTextEdit::canPaste()
  PASS   : tst_QTextEdit::copyAvailable(Case1 B,B, <- + shift | signals: true)
  PASS   : tst_QTextEdit::copyAvailable(Case2 T,A,A, <- + shift, cut() | signals: true, false)
  PASS   : tst_QTextEdit::copyAvailable(Case3 T,A,A, <- + shift, <- + shift, <- + shift, copy() | signals: true)
  PASS   : tst_QTextEdit::copyAvailable(Case4 T,A,A, <- + shift, <- + shift, <- + shift, ctrl + x, paste() | signals: true, false)
  PASS   : tst_QTextEdit::copyAvailable(Case5 B,B, <- + shift, <- | signals: true, false)
  PASS   : tst_QTextEdit::copyAvailable(Case6 B,A, <- + shift, ->, <- + shift | signals: true, false, true, false)
  XFAIL  : tst_QTextEdit::copyAvailable(Case7 T,A,A, <- + shift, <- + shift, <- + shift, ctrl + x, undo() | signals: true, false, true) Wrong undo selection behaviour. Should be fixed in some future release. (See task: 132482)
  (... 10139 lines omitted; there are too many errors!)
  Totals: 23 passed, 5 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QGuiApplication *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QGuiApplication::initTestCase()
  PASS   : tst_QGuiApplication::sendEventsOnProcessEvents()
  PASS   : tst_QGuiApplication::getSetCheck()
  PASS   : tst_QGuiApplication::qAppName()
  PASS   : tst_QGuiApplication::postEvent()
  PASS   : tst_QGuiApplication::removePostedEvents()
  PASS   : tst_QGuiApplication::deliverInDefinedOrder()
  PASS   : tst_QGuiApplication::applicationPid()
  PASS   : tst_QGuiApplication::globalPostedEventsCount()
  PASS   : tst_QGuiApplication::processEventsAlwaysSendsPostedEvents()
  PASS   : tst_QGuiApplication::reexec()
  PASS   : tst_QGuiApplication::execAfterExit()
  PASS   : tst_QGuiApplication::eventLoopExecAfterExit()
  PASS   : tst_QGuiApplication::customEventDispatcher()
  PASS   : tst_QGuiApplication::testQuitLock()
  PASS   : tst_QGuiApplication::QTBUG31606_QEventDestructorDeadLock()
  PASS   : tst_QGuiApplication::displayName()
  PASS   : tst_QGuiApplication::firstWindowTitle()
  FAIL!  : tst_QGuiApplication::focusObject() 'QTest::qWaitForWindowExposed(&window2)' returned FALSE. ()
  tst_qguiapplication.cpp(158) : failure location
  PASS   : tst_QGuiApplication::allWindows()
  PASS   : tst_QGuiApplication::topLevelWindows()
  PASS   : tst_QGuiApplication::abortQuitOnShow()
  FAIL!  : tst_QGuiApplication::changeFocusWindow() 'QTest::qWaitForWindowExposed(&window1)' returned FALSE. ()
  tst_qguiapplication.cpp(291) : failure location
  FAIL!  : tst_QGuiApplication::keyboardModifiers() 'QTest::qWaitForWindowExposed(window.data())' returned FALSE. ()
  tst_qguiapplication.cpp(314) : failure location
  FAIL!  : tst_QGuiApplication::modalWindow() 'QTest::qWaitForWindowExposed(window1.data())' returned FALSE. ()
  tst_qguiapplication.cpp(474) : failure location
  FAIL!  : tst_QGuiApplication::quitOnLastWindowClosed() 'QTest::qWaitForWindowExposed(&dialog)' returned FALSE. ()
  tst_qguiapplication.cpp(676) : failure location
  PASS   : tst_QGuiApplication::genericPluginsAndWindowSystemEvents()
  PASS   : tst_QGuiApplication::cleanupTestCase()
  Totals: 23 passed, 5 failed, 0 skipped
  ********* Finished testing of tst_QGuiApplication *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qguiapplication: 56 seconds, exit code 5
  
  Testing tst_QGraphicsLayout
  FAIL!  : tst_QGraphicsLayout::compressLayoutRequest() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qgraphicslayout.cpp(150) : failure location
  Totals: 9 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QGraphicsLayout *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QGraphicsLayout::initTestCase()
  PASS   : tst_QGraphicsLayout::sizeHints()
  FAIL!  : tst_QGraphicsLayout::compressLayoutRequest() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qgraphicslayout.cpp(150) : failure location
  PASS   : tst_QGraphicsLayout::automaticReparenting()
  PASS   : tst_QGraphicsLayout::verifyActivate()
  PASS   : tst_QGraphicsLayout::invalidate()
  PASS   : tst_QGraphicsLayout::constructors()
  PASS   : tst_QGraphicsLayout::alternativeLayoutItems()
  PASS   : tst_QGraphicsLayout::ownership()
  PASS   : tst_QGraphicsLayout::cleanupTestCase()
  Totals: 9 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QGraphicsLayout *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qgraphicslayout: 5 seconds, exit code 1
  
  Testing tst_QAbstractItemView
  FAIL!  : tst_QAbstractItemView::emptyModels(QListView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(398) : failure location
  FAIL!  : tst_QAbstractItemView::emptyModels(QTableView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(398) : failure location
  FAIL!  : tst_QAbstractItemView::emptyModels(QTreeView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(398) : failure location
  FAIL!  : tst_QAbstractItemView::emptyModels(QHeaderView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(398) : failure location
  FAIL!  : tst_QAbstractItemView::setModel(QListView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(436) : failure location
  FAIL!  : tst_QAbstractItemView::setModel(QTableView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(436) : failure location
  FAIL!  : tst_QAbstractItemView::setModel(QTreeView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(436) : failure location
  FAIL!  : tst_QAbstractItemView::setModel(QHeaderView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(436) : failure location
  FAIL!  : tst_QAbstractItemView::noModel() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(655) : failure location
  FAIL!  : tst_QAbstractItemView::dragSelect() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(678) : failure location
  FAIL!  : tst_QAbstractItemView::rowDelegate() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(702) : failure location
  FAIL!  : tst_QAbstractItemView::columnDelegate() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(722) : failure location
  FAIL!  : tst_QAbstractItemView::persistentEditorFocus() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(778) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QListView: no flags) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QListView: checkable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QListView: selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QListView: enabled) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QListView: enabled|selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTreeView: no flags) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTreeView: checkable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTreeView: selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTreeView: enabled) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTreeView: enabled|selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QHeaderView: no flags) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QHeaderView: checkable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QHeaderView: selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QHeaderView: enabled) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QHeaderView: enabled|selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTableView: no flags) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTableView: checkable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTableView: selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTableView: enabled) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTableView: enabled|selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::task250754_fontChange() 'QTest::qWaitForWindowExposed(&w)' returned FALSE. ()
  tst_qabstractitemview.cpp(1259) : failure location
  FAIL!  : tst_QAbstractItemView::task200665_itemEntered() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(1286) : failure location
  FAIL!  : tst_QAbstractItemView::task257481_emptyEditor() 'QTest::qWaitForWindowExposed(&treeView)' returned FALSE. ()
  tst_qabstractitemview.cpp(1312) : failure location
  FAIL!  : tst_QAbstractItemView::shiftArrowSelectionAfterScrolling() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(1352) : failure location
  FAIL!  : tst_QAbstractItemView::shiftSelectionAfterRubberbandSelection() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(1389) : failure location
  FAIL!  : tst_QAbstractItemView::ctrlRubberbandSelection() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(1466) : failure location
  FAIL!  : tst_QAbstractItemView::QTBUG6753_selectOnSelection() 'QTest::qWaitForWindowExposed(&table)' returned FALSE. ()
  tst_qabstractitemview.cpp(1549) : failure location
  FAIL!  : tst_QAbstractItemView::deselectInSingleSelection() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(1671) : failure location
  Totals: 17 passed, 41 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QAbstractItemView *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QAbstractItemView::initTestCase()
  PASS   : tst_QAbstractItemView::getSetCheck()
  FAIL!  : tst_QAbstractItemView::emptyModels(QListView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(398) : failure location
  FAIL!  : tst_QAbstractItemView::emptyModels(QTableView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(398) : failure location
  FAIL!  : tst_QAbstractItemView::emptyModels(QTreeView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(398) : failure location
  FAIL!  : tst_QAbstractItemView::emptyModels(QHeaderView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(398) : failure location
  FAIL!  : tst_QAbstractItemView::setModel(QListView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(436) : failure location
  FAIL!  : tst_QAbstractItemView::setModel(QTableView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(436) : failure location
  FAIL!  : tst_QAbstractItemView::setModel(QTreeView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(436) : failure location
  FAIL!  : tst_QAbstractItemView::setModel(QHeaderView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(436) : failure location
  FAIL!  : tst_QAbstractItemView::noModel() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(655) : failure location
  FAIL!  : tst_QAbstractItemView::dragSelect() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(678) : failure location
  FAIL!  : tst_QAbstractItemView::rowDelegate() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(702) : failure location
  FAIL!  : tst_QAbstractItemView::columnDelegate() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(722) : failure location
  PASS   : tst_QAbstractItemView::selectAll()
  PASS   : tst_QAbstractItemView::ctrlA()
  FAIL!  : tst_QAbstractItemView::persistentEditorFocus() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(778) : failure location
  PASS   : tst_QAbstractItemView::setItemDelegate(4 columndelegates)
  PASS   : tst_QAbstractItemView::setItemDelegate(2 identical rowdelegates on the same row)
  PASS   : tst_QAbstractItemView::setItemDelegate(2 identical columndelegates on the same column)
  PASS   : tst_QAbstractItemView::setItemDelegate(2 duplicate delegates, 1 row and 1 column)
  PASS   : tst_QAbstractItemView::setItemDelegate(4 duplicate delegates, 2 row and 2 column)
  PASS   : tst_QAbstractItemView::noFallbackToRoot()
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QListView: no flags) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QListView: checkable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QListView: selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QListView: enabled) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QListView: enabled|selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTreeView: no flags) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTreeView: checkable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTreeView: selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTreeView: enabled) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTreeView: enabled|selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QHeaderView: no flags) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QHeaderView: checkable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QHeaderView: selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QHeaderView: enabled) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QHeaderView: enabled|selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTableView: no flags) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTableView: checkable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTableView: selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTableView: enabled) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTableView: enabled|selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1170) : failure location
  PASS   : tst_QAbstractItemView::task221955_selectedEditor()
  FAIL!  : tst_QAbstractItemView::task250754_fontChange() 'QTest::qWaitForWindowExposed(&w)' returned FALSE. ()
  tst_qabstractitemview.cpp(1259) : failure location
  FAIL!  : tst_QAbstractItemView::task200665_itemEntered() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(1286) : failure location
  FAIL!  : tst_QAbstractItemView::task257481_emptyEditor() 'QTest::qWaitForWindowExposed(&treeView)' returned FALSE. ()
  tst_qabstractitemview.cpp(1312) : failure location
  FAIL!  : tst_QAbstractItemView::shiftArrowSelectionAfterScrolling() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(1352) : failure location
  FAIL!  : tst_QAbstractItemView::shiftSelectionAfterRubberbandSelection() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(1389) : failure location
  FAIL!  : tst_QAbstractItemView::ctrlRubberbandSelection() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(1466) : failure location
  PASS   : tst_QAbstractItemView::QTBUG6407_extendedSelection()
  FAIL!  : tst_QAbstractItemView::QTBUG6753_selectOnSelection() 'QTest::qWaitForWindowExposed(&table)' returned FALSE. ()
  tst_qabstractitemview.cpp(1549) : failure location
  PASS   : tst_QAbstractItemView::testDelegateDestroyEditor()
  PASS   : tst_QAbstractItemView::testClickedSignal()
  PASS   : tst_QAbstractItemView::testChangeEditorState()
  FAIL!  : tst_QAbstractItemView::deselectInSingleSelection() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(1671) : failure location
  PASS   : tst_QAbstractItemView::testNoActivateOnDisabledItem()
  PASS   : tst_QAbstractItemView::cleanupTestCase()
  Totals: 17 passed, 41 failed, 0 skipped
  ********* Finished testing of tst_QAbstractItemView *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qabstractitemview: 84 seconds, exit code 41
  
  Testing tst_QFormLayout
  FAIL!  : tst_QFormLayout::spacing() 'QTest::qWaitForWindowExposed(w)' returned FALSE. ()
  tst_qformlayout.cpp(362) : failure location
  FAIL!  : tst_QFormLayout::contentsRect() 'QTest::qWaitForWindowExposed(&w)' returned FALSE. ()
  tst_qformlayout.cpp(376) : failure location
  Totals: 25 passed, 2 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QFormLayout *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QFormLayout::initTestCase()
  PASS   : tst_QFormLayout::rowCount()
  PASS   : tst_QFormLayout::buddies()
  PASS   : tst_QFormLayout::getItemPosition()
  PASS   : tst_QFormLayout::wrapping()
  FAIL!  : tst_QFormLayout::spacing() 'QTest::qWaitForWindowExposed(w)' returned FALSE. ()
  tst_qformlayout.cpp(362) : failure location
  FAIL!  : tst_QFormLayout::contentsRect() 'QTest::qWaitForWindowExposed(&w)' returned FALSE. ()
  tst_qformlayout.cpp(376) : failure location
  PASS   : tst_QFormLayout::setFormStyle()
  PASS   : tst_QFormLayout::setFieldGrowthPolicy()
  PASS   : tst_QFormLayout::setRowWrapPolicy()
  PASS   : tst_QFormLayout::setLabelAlignment()
  PASS   : tst_QFormLayout::setFormAlignment()
  PASS   : tst_QFormLayout::addRow()
  PASS   : tst_QFormLayout::insertRow_QWidget_QWidget()
  PASS   : tst_QFormLayout::insertRow_QWidget_QLayout()
  PASS   : tst_QFormLayout::insertRow_QString_QWidget()
  PASS   : tst_QFormLayout::insertRow_QString_QLayout()
  PASS   : tst_QFormLayout::insertRow_QWidget()
  PASS   : tst_QFormLayout::insertRow_QLayout()
  QWARN  : tst_QFormLayout::setWidget() QFormLayoutPrivate::setItem: Cell (3, 1) already occupied
  QWARN  : tst_QFormLayout::setWidget() QFormLayoutPrivate::setItem: Invalid cell (-1, 1)
  PASS   : tst_QFormLayout::setWidget()
  QWARN  : tst_QFormLayout::setLayout() QFormLayoutPrivate::setItem: Cell (3, 1) already occupied
  QWARN  : tst_QFormLayout::setLayout() QLayout::addChildLayout: layout "" already has a parent
  PASS   : tst_QFormLayout::setLayout()
  PASS   : tst_QFormLayout::itemAt()
  PASS   : tst_QFormLayout::takeAt()
  PASS   : tst_QFormLayout::layoutAlone()
  PASS   : tst_QFormLayout::replaceWidget()
  PASS   : tst_QFormLayout::taskQTBUG_27420_takeAtShouldUnparentLayout()
  PASS   : tst_QFormLayout::cleanupTestCase()
  Totals: 25 passed, 2 failed, 0 skipped
  ********* Finished testing of tst_QFormLayout *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qformlayout: 6 seconds, exit code 2
  
  Testing tst_QDockWidget
  FAIL!  : tst_QDockWidget::setFloating() 'QTest::qWaitForWindowExposed(&mw)' returned FALSE. ()
  tst_qdockwidget.cpp(357) : failure location
  FAIL!  : tst_QDockWidget::task165177_deleteFocusWidget() 'QTest::qWaitForWindowExposed(&mw)' returned FALSE. ()
  tst_qdockwidget.cpp(728) : failure location
  FAIL!  : tst_QDockWidget::task169808_setFloating() 'QTest::qWaitForWindowExposed(&mw)' returned FALSE. ()
  tst_qdockwidget.cpp(767) : failure location
  FAIL!  : tst_QDockWidget::taskQTBUG_1665_closableChanged() 'QTest::qWaitForWindowExposed(&dock)' returned FALSE. ()
  tst_qdockwidget.cpp(836) : failure location
  FAIL!  : tst_QDockWidget::taskQTBUG_9758_undockedGeometry() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qdockwidget.cpp(861) : failure location
  Totals: 15 passed, 5 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDockWidget *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QDockWidget::initTestCase()
  PASS   : tst_QDockWidget::getSetCheck()
  PASS   : tst_QDockWidget::widget()
  PASS   : tst_QDockWidget::features()
  FAIL!  : tst_QDockWidget::setFloating() 'QTest::qWaitForWindowExposed(&mw)' returned FALSE. ()
  tst_qdockwidget.cpp(357) : failure location
  PASS   : tst_QDockWidget::allowedAreas()
  PASS   : tst_QDockWidget::toggleViewAction()
  PASS   : tst_QDockWidget::visibilityChanged()
  PASS   : tst_QDockWidget::dockLocationChanged()
  PASS   : tst_QDockWidget::setTitleBarWidget()
  PASS   : tst_QDockWidget::titleBarDoubleClick()
  PASS   : tst_QDockWidget::restoreStateOfFloating()
  FAIL!  : tst_QDockWidget::task165177_deleteFocusWidget() 'QTest::qWaitForWindowExposed(&mw)' returned FALSE. ()
  tst_qdockwidget.cpp(728) : failure location
  FAIL!  : tst_QDockWidget::task169808_setFloating() 'QTest::qWaitForWindowExposed(&mw)' returned FALSE. ()
  tst_qdockwidget.cpp(767) : failure location
  PASS   : tst_QDockWidget::task237438_setFloatingCrash()
  PASS   : tst_QDockWidget::task248604_infiniteResize()
  PASS   : tst_QDockWidget::task258459_visibilityChanged()
  FAIL!  : tst_QDockWidget::taskQTBUG_1665_closableChanged() 'QTest::qWaitForWindowExposed(&dock)' returned FALSE. ()
  tst_qdockwidget.cpp(836) : failure location
  FAIL!  : tst_QDockWidget::taskQTBUG_9758_undockedGeometry() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qdockwidget.cpp(861) : failure location
  PASS   : tst_QDockWidget::cleanupTestCase()
  Totals: 15 passed, 5 failed, 0 skipped
  ********* Finished testing of tst_QDockWidget *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qdockwidget: 13 seconds, exit code 5
  
  Testing tst_QColumnView
  FAIL!  : tst_QColumnView::dynamicModelChanges() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qcolumnview.cpp(1036) : failure location
  Totals: 33 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QColumnView *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QColumnView::initTestCase()
  PASS   : tst_QColumnView::rootIndex()
  PASS   : tst_QColumnView::grips()
  PASS   : tst_QColumnView::isIndexHidden()
  PASS   : tst_QColumnView::indexAt()
  PASS   : tst_QColumnView::scrollContentsBy(normal)
  PASS   : tst_QColumnView::scrollContentsBy(reverse)
  QDEBUG : tst_QColumnView::scrollTo(normal) last= 0  ; HorizontalOffset=  -256
  QDEBUG : tst_QColumnView::scrollTo(normal) last= -256  ; HorizontalOffset=  -512
  QDEBUG : tst_QColumnView::scrollTo(normal) last= -512  ; HorizontalOffset=  -768
  QDEBUG : tst_QColumnView::scrollTo(normal) last= -768  ; HorizontalOffset=  -1024
  PASS   : tst_QColumnView::scrollTo(normal)
  PASS   : tst_QColumnView::scrollTo(reverse)
  PASS   : tst_QColumnView::moveCursor(normal)
  PASS   : tst_QColumnView::moveCursor(reverse)
  PASS   : tst_QColumnView::selectAll()
  PASS   : tst_QColumnView::clicked()
  PASS   : tst_QColumnView::selectedColumns()
  PASS   : tst_QColumnView::setSelection()
  PASS   : tst_QColumnView::setSelectionModel()
  PASS   : tst_QColumnView::visualRegionForSelection()
  FAIL!  : tst_QColumnView::dynamicModelChanges() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qcolumnview.cpp(1036) : failure location
  PASS   : tst_QColumnView::moveGrip_basic()
  PASS   : tst_QColumnView::moveGrip(normal)
  PASS   : tst_QColumnView::moveGrip(reverse)
  PASS   : tst_QColumnView::doubleClick()
  PASS   : tst_QColumnView::gripMoved()
  PASS   : tst_QColumnView::preview()
  PASS   : tst_QColumnView::swapPreview()
  PASS   : tst_QColumnView::sizes()
  PASS   : tst_QColumnView::rowDelegate()
  PASS   : tst_QColumnView::resize()
  PASS   : tst_QColumnView::changeSameColumn()
  XFAIL  : tst_QColumnView::parentCurrentIndex(down) QTBUG-22707
  tst_qcolumnview.cpp(983) : failure location
  PASS   : tst_QColumnView::parentCurrentIndex(down)
  XFAIL  : tst_QColumnView::parentCurrentIndex(up) QTBUG-22707
  tst_qcolumnview.cpp(983) : failure location
  PASS   : tst_QColumnView::parentCurrentIndex(up)
  PASS   : tst_QColumnView::pullRug(model)
  PASS   : tst_QColumnView::pullRug(index)
  PASS   : tst_QColumnView::cleanupTestCase()
  Totals: 33 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QColumnView *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qcolumnview: 36 seconds, exit code 1
  
  Testing tst_QDialog
  FAIL!  : tst_QDialog::reject() 'QTest::qWaitForWindowExposed(&dialog)' returned FALSE. ()
  tst_qdialog.cpp(535) : failure location
  FAIL!  : tst_QDialog::snapToDefaultButton() 'QCursor::pos() == startingPos' returned FALSE. ()
  tst_qdialog.cpp(569) : failure location
  Totals: 17 passed, 2 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDialog *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QDialog::initTestCase()
  PASS   : tst_QDialog::getSetCheck()
  PASS   : tst_QDialog::showExtension(data0)
  PASS   : tst_QDialog::showExtension(data1)
  PASS   : tst_QDialog::showExtension(data2)
  PASS   : tst_QDialog::showExtension(data3)
  PASS   : tst_QDialog::defaultButtons()
  PASS   : tst_QDialog::showMaximized()
  PASS   : tst_QDialog::showMinimized()
  PASS   : tst_QDialog::showFullScreen()
  PASS   : tst_QDialog::showAsTool()
  PASS   : tst_QDialog::toolDialogPosition()
  PASS   : tst_QDialog::deleteMainDefault()
  PASS   : tst_QDialog::deleteInExec()
  PASS   : tst_QDialog::showSizeGrip()
  PASS   : tst_QDialog::setVisible()
  FAIL!  : tst_QDialog::reject() 'QTest::qWaitForWindowExposed(&dialog)' returned FALSE. ()
  tst_qdialog.cpp(535) : failure location
  FAIL!  : tst_QDialog::snapToDefaultButton() 'QCursor::pos() == startingPos' returned FALSE. ()
  tst_qdialog.cpp(569) : failure location
  PASS   : tst_QDialog::cleanupTestCase()
  Totals: 17 passed, 2 failed, 0 skipped
  ********* Finished testing of tst_QDialog *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qdialog: 7 seconds, exit code 2
  
  Testing tst_QDesktopWidget
  FAIL!  : tst_QDesktopWidget::screenNumberForQWidget() 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. ()
  tst_qdesktopwidget.cpp(130) : failure location
  FAIL!  : tst_QDesktopWidget::screenGeometry() 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. ()
  tst_qdesktopwidget.cpp(171) : failure location
  Totals: 7 passed, 2 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDesktopWidget *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QDesktopWidget::initTestCase()
  PASS   : tst_QDesktopWidget::numScreens()
  PASS   : tst_QDesktopWidget::primaryScreen()
  FAIL!  : tst_QDesktopWidget::screenNumberForQWidget() 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. ()
  tst_qdesktopwidget.cpp(130) : failure location
  PASS   : tst_QDesktopWidget::screenNumberForQPoint()
  PASS   : tst_QDesktopWidget::availableGeometry()
  FAIL!  : tst_QDesktopWidget::screenGeometry() 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. ()
  tst_qdesktopwidget.cpp(171) : failure location
  PASS   : tst_QDesktopWidget::topLevels()
  PASS   : tst_QDesktopWidget::cleanupTestCase()
  Totals: 7 passed, 2 failed, 0 skipped
  ********* Finished testing of tst_QDesktopWidget *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qdesktopwidget: 4 seconds, exit code 2
  
  Testing tst_QBoxLayout
  FAIL!  : tst_QBoxLayout::taskQTBUG_7103_minMaxWidthNotRespected() 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. ()
  tst_qboxlayout.cpp(298) : failure location
  Totals: 23 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QBoxLayout *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QBoxLayout::initTestCase()
  PASS   : tst_QBoxLayout::insertSpacerItem()
  PASS   : tst_QBoxLayout::insertLayout()
  PASS   : tst_QBoxLayout::sizeHint()
  PASS   : tst_QBoxLayout::sizeConstraints()
  PASS   : tst_QBoxLayout::setGeometry()
  PASS   : tst_QBoxLayout::setStyleShouldChangeSpacing()
  PASS   : tst_QBoxLayout::testLayoutEngine(Just one)
  PASS   : tst_QBoxLayout::testLayoutEngine(Two non-exp)
  PASS   : tst_QBoxLayout::testLayoutEngine(Exp + non-exp)
  PASS   : tst_QBoxLayout::testLayoutEngine(Stretch)
  PASS   : tst_QBoxLayout::testLayoutEngine(Spacing)
  PASS   : tst_QBoxLayout::testLayoutEngine(Less than minimum)
  PASS   : tst_QBoxLayout::testLayoutEngine(Less than sizehint)
  PASS   : tst_QBoxLayout::testLayoutEngine(Too much space)
  PASS   : tst_QBoxLayout::testLayoutEngine(Empty)
  PASS   : tst_QBoxLayout::testLayoutEngine(QTBUG-33104)
  PASS   : tst_QBoxLayout::testLayoutEngine(Expanding with maximumSize)
  PASS   : tst_QBoxLayout::testLayoutEngine(Stretch with maximumSize)
  PASS   : tst_QBoxLayout::testLayoutEngine(Stretch with maximumSize last)
  FAIL!  : tst_QBoxLayout::taskQTBUG_7103_minMaxWidthNotRespected() 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. ()
  tst_qboxlayout.cpp(298) : failure location
  PASS   : tst_QBoxLayout::taskQTBUG_27420_takeAtShouldUnparentLayout()
  PASS   : tst_QBoxLayout::replaceWidget()
  PASS   : tst_QBoxLayout::cleanupTestCase()
  Totals: 23 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QBoxLayout *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qboxlayout: 3 seconds, exit code 1

  Build log: http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_03198/win32-msvc2010_developer-build_angle_Windows_7/log.txt.gz

  Tested changes (refs/builds/stable_1392902098):
    http://codereview.qt-project.org/78388 [PS1] - Remove qSort usages from core tests
    http://codereview.qt-project.org/78594 [PS1] - eglfs: Fix swapped red and blue with QOpenGLWidget
    http://codereview.qt-project.org/78593 [PS1] - Avoid using GLX Pbuffers on Catalyst
    http://codereview.qt-project.org/78592 [PS1] - Expose NPOTTextureRepeat in QOpenGLFunctions
    http://codereview.qt-project.org/78581 [PS1] - Avoid truncation warning in openglwindow example
    http://codereview.qt-project.org/78591 [PS1] - Remove QT_OPENGLPROXY_DEBUG



More information about the Ci-reports mailing list