[Ci-reports] fail on Qt5_5.4_Integration #346

Qt Continuous Integration System ci-noreply at qt-project.org
Thu Apr 2 17:37:32 CEST 2015


sixty-nine autotests failed :(

  Testing tst_QWindowContainer
  FAIL!  : tst_QWindowContainer::testShow() 'QTest::qWaitForWindowExposed(window)' returned FALSE. ()
  tst_qwindowcontainer.cpp(108) : failure location
  FAIL!  : tst_QWindowContainer::testPositionAndSize() 'QTest::qWaitForWindowExposed(container.data())' returned FALSE. ()
  tst_qwindowcontainer.cpp(124) : failure location
  FAIL!  : tst_QWindowContainer::testExposeObscure() 'QTest::qWaitForWindowExposed(container.data())' returned FALSE. ()
  tst_qwindowcontainer.cpp(143) : failure location
  FAIL!  : tst_QWindowContainer::testBehindTheScenesDeletion() 'QTest::qWaitForWindowExposed(container)' returned FALSE. ()
  tst_qwindowcontainer.cpp(183) : failure location
  FAIL!  : tst_QWindowContainer::testBehindTheScenesDeletion() 'QGuiApplication::topLevelWindows().isEmpty()' returned FALSE. ()
  tst_qwindowcontainer.cpp(92) : failure location
  FAIL!  : tst_QWindowContainer::testUnparenting() 'QTest::qWaitForWindowExposed(container.data())' returned FALSE. ()
  tst_qwindowcontainer.cpp(240) : failure location
  FAIL!  : tst_QWindowContainer::testUnparenting() 'QGuiApplication::topLevelWindows().isEmpty()' returned FALSE. ()
  tst_qwindowcontainer.cpp(92) : failure location
  FAIL!  : tst_QWindowContainer::testActivation() 'QTest::qWaitForWindowExposed(&root)' returned FALSE. ()
  tst_qwindowcontainer.cpp(202) : failure location
  FAIL!  : tst_QWindowContainer::testActivation() 'QGuiApplication::topLevelWindows().isEmpty()' returned FALSE. ()
  tst_qwindowcontainer.cpp(92) : failure location
  FAIL!  : tst_QWindowContainer::testAncestorChange() 'QTest::qWaitForWindowExposed(&root)' returned FALSE. ()
  tst_qwindowcontainer.cpp(268) : failure location
  FAIL!  : tst_QWindowContainer::testAncestorChange() 'QGuiApplication::topLevelWindows().isEmpty()' returned FALSE. ()
  tst_qwindowcontainer.cpp(92) : failure location
  FAIL!  : tst_QWindowContainer::testDockWidget() 'QTest::qWaitForWindowExposed(&mainWindow)' returned FALSE. ()
  tst_qwindowcontainer.cpp(321) : failure location
  FAIL!  : tst_QWindowContainer::testDockWidget() 'QGuiApplication::topLevelWindows().isEmpty()' returned FALSE. ()
  tst_qwindowcontainer.cpp(92) : failure location
  Totals: 3 passed, 13 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QWindowContainer *********
  Config: Using QtTest library 5.4.2, Qt 5.4.2 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  PASS   : tst_QWindowContainer::initTestCase()
  FAIL!  : tst_QWindowContainer::testShow() 'QTest::qWaitForWindowExposed(window)' returned FALSE. ()
  tst_qwindowcontainer.cpp(108) : failure location
  FAIL!  : tst_QWindowContainer::testPositionAndSize() 'QTest::qWaitForWindowExposed(container.data())' returned FALSE. ()
  tst_qwindowcontainer.cpp(124) : failure location
  FAIL!  : tst_QWindowContainer::testExposeObscure() 'QTest::qWaitForWindowExposed(container.data())' returned FALSE. ()
  tst_qwindowcontainer.cpp(143) : failure location
  PASS   : tst_QWindowContainer::testOwnership()
  FAIL!  : tst_QWindowContainer::testBehindTheScenesDeletion() 'QTest::qWaitForWindowExposed(container)' returned FALSE. ()
  tst_qwindowcontainer.cpp(183) : failure location
  FAIL!  : tst_QWindowContainer::testBehindTheScenesDeletion() 'QGuiApplication::topLevelWindows().isEmpty()' returned FALSE. ()
  tst_qwindowcontainer.cpp(92) : failure location
  FAIL!  : tst_QWindowContainer::testUnparenting() 'QTest::qWaitForWindowExposed(container.data())' returned FALSE. ()
  tst_qwindowcontainer.cpp(240) : failure location
  FAIL!  : tst_QWindowContainer::testUnparenting() 'QGuiApplication::topLevelWindows().isEmpty()' returned FALSE. ()
  tst_qwindowcontainer.cpp(92) : failure location
  FAIL!  : tst_QWindowContainer::testActivation() 'QTest::qWaitForWindowExposed(&root)' returned FALSE. ()
  tst_qwindowcontainer.cpp(202) : failure location
  FAIL!  : tst_QWindowContainer::testActivation() 'QGuiApplication::topLevelWindows().isEmpty()' returned FALSE. ()
  tst_qwindowcontainer.cpp(92) : failure location
  FAIL!  : tst_QWindowContainer::testAncestorChange() 'QTest::qWaitForWindowExposed(&root)' returned FALSE. ()
  tst_qwindowcontainer.cpp(268) : failure location
  FAIL!  : tst_QWindowContainer::testAncestorChange() 'QGuiApplication::topLevelWindows().isEmpty()' returned FALSE. ()
  tst_qwindowcontainer.cpp(92) : failure location
  FAIL!  : tst_QWindowContainer::testDockWidget() 'QTest::qWaitForWindowExposed(&mainWindow)' returned FALSE. ()
  tst_qwindowcontainer.cpp(321) : failure location
  FAIL!  : tst_QWindowContainer::testDockWidget() 'QGuiApplication::topLevelWindows().isEmpty()' returned FALSE. ()
  tst_qwindowcontainer.cpp(92) : failure location
  PASS   : tst_QWindowContainer::cleanupTestCase()
  Totals: 3 passed, 13 failed, 0 skipped, 0 blacklisted
  ********* 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 13
  
  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(206) : failure location
  FAIL!  : tst_QWindow::resizeEventAfterResize() Compared values are not the same
     Actual   (((window.received(QEvent::Resize)))): 0
     Expected (1)                                  : 1
  tst_qwindow.cpp(223) : failure location
  FAIL!  : tst_QWindow::positioningDuringMinimized() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(347) : failure location
  FAIL!  : tst_QWindow::isExposed() '(window.received(QEvent::Expose) > 0)' returned FALSE. ()
  tst_qwindow.cpp(368) : failure location
  FAIL!  : tst_QWindow::isActive() '(window.isExposed())' returned FALSE. ()
  tst_qwindow.cpp(404) : failure location
  FAIL!  : tst_QWindow::testInputEvents() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(578) : failure location
  FAIL!  : tst_QWindow::mouseToTouchTranslation() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(714) : failure location
  FAIL!  : tst_QWindow::mouseToTouchLoop() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(763) : failure location
  FAIL!  : tst_QWindow::touchCancel() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(778) : failure location
  FAIL!  : tst_QWindow::touchInterruptedByPopup() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(881) : failure location
  FAIL!  : tst_QWindow::mouseEventSequence() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(1046) : failure location
  FAIL!  : tst_QWindow::inputReentrancy() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(1168) : failure location
  FAIL!  : tst_QWindow::modalDialog() 'QTest::qWaitForWindowExposed(&normalWindow)' returned FALSE. ()
  tst_qwindow.cpp(1407) : failure location
  FAIL!  : tst_QWindow::modalDialogClosingOneOfTwoModal() 'QTest::qWaitForWindowExposed(&normalWindow)' returned FALSE. ()
  tst_qwindow.cpp(1433) : failure location
  FAIL!  : tst_QWindow::modalWithChildWindow() 'QTest::qWaitForWindowExposed(&normalWindow)' returned FALSE. ()
  tst_qwindow.cpp(1471) : failure location
  FAIL!  : tst_QWindow::modalWindowModallity() 'QTest::qWaitForWindowExposed(&normal_window)' returned FALSE. ()
  tst_qwindow.cpp(1505) : failure location
  FAIL!  : tst_QWindow::modalWindowPosition() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(1537) : failure location
  FAIL!  : tst_QWindow::windowsTransientChildren() 'QTest::qWaitForWindowExposed(&dialog)' returned FALSE. ()
  tst_qwindow.cpp(1584) : failure location
  Totals: 14 passed, 18 failed, 2 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QWindow *********
  Config: Using QtTest library 5.4.2, Qt 5.4.2 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  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(206) : failure location
  FAIL!  : tst_QWindow::resizeEventAfterResize() Compared values are not the same
     Actual   (((window.received(QEvent::Resize)))): 0
     Expected (1)                                  : 1
  tst_qwindow.cpp(223) : failure location
  PASS   : tst_QWindow::mapGlobal()
  PASS   : tst_QWindow::positioning(default)
  FAIL!  : tst_QWindow::positioningDuringMinimized() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(347) : failure location
  FAIL!  : tst_QWindow::isExposed() '(window.received(QEvent::Expose) > 0)' returned FALSE. ()
  tst_qwindow.cpp(368) : failure location
  FAIL!  : tst_QWindow::isActive() '(window.isExposed())' returned FALSE. ()
  tst_qwindow.cpp(404) : failure location
  FAIL!  : tst_QWindow::testInputEvents() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(578) : failure location
  SKIP   : tst_QWindow::touchToMouseTranslation() Mouse events are synthesized by the system on this platform.
  tst_qwindow.cpp(633) : failure location
  FAIL!  : tst_QWindow::mouseToTouchTranslation() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(714) : failure location
  FAIL!  : tst_QWindow::mouseToTouchLoop() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(763) : failure location
  FAIL!  : tst_QWindow::touchCancel() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(778) : failure location
  SKIP   : tst_QWindow::touchCancelWithTouchToMouse() Mouse events are synthesized by the system on this platform.
  tst_qwindow.cpp(835) : failure location
  FAIL!  : tst_QWindow::touchInterruptedByPopup() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(881) : 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(1046) : failure location
  PASS   : tst_QWindow::windowModality()
  FAIL!  : tst_QWindow::inputReentrancy() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(1168) : failure location
  PASS   : tst_QWindow::tabletEvents()
  PASS   : tst_QWindow::windowModality_QTBUG27039()
  PASS   : tst_QWindow::visibility()
  PASS   : tst_QWindow::mask()
  PASS   : tst_QWindow::initialSize()
  FAIL!  : tst_QWindow::modalDialog() 'QTest::qWaitForWindowExposed(&normalWindow)' returned FALSE. ()
  tst_qwindow.cpp(1407) : failure location
  FAIL!  : tst_QWindow::modalDialogClosingOneOfTwoModal() 'QTest::qWaitForWindowExposed(&normalWindow)' returned FALSE. ()
  tst_qwindow.cpp(1433) : failure location
  FAIL!  : tst_QWindow::modalWithChildWindow() 'QTest::qWaitForWindowExposed(&normalWindow)' returned FALSE. ()
  tst_qwindow.cpp(1471) : failure location
  FAIL!  : tst_QWindow::modalWindowModallity() 'QTest::qWaitForWindowExposed(&normal_window)' returned FALSE. ()
  tst_qwindow.cpp(1505) : failure location
  FAIL!  : tst_QWindow::modalWindowPosition() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(1537) : failure location
  FAIL!  : tst_QWindow::windowsTransientChildren() 'QTest::qWaitForWindowExposed(&dialog)' returned FALSE. ()
  tst_qwindow.cpp(1584) : failure location
  PASS   : tst_QWindow::cleanupTestCase()
  Totals: 14 passed, 18 failed, 2 skipped, 0 blacklisted
  ********* Finished testing of tst_QWindow *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qwindow: 309 seconds, exit code 18
  
  Testing tst_QWidget
  FAIL!  : tst_QWidget::initTestCase() 'QTest::qWaitForWindowExposed(testWidget)' returned FALSE. ()
  tst_qwidget.cpp(666) : failure location
  Totals: 1 passed, 1 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QWidget *********
  Config: Using QtTest library 5.4.2, Qt 5.4.2 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  FAIL!  : tst_QWidget::initTestCase() 'QTest::qWaitForWindowExposed(testWidget)' returned FALSE. ()
  tst_qwidget.cpp(666) : failure location
  PASS   : tst_QWidget::cleanupTestCase()
  Totals: 1 passed, 1 failed, 0 skipped, 0 blacklisted
  ********* 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(238) : failure location
  Totals: 1 passed, 1 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QTreeWidget *********
  Config: Using QtTest library 5.4.2, Qt 5.4.2 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  FAIL!  : tst_QTreeWidget::initTestCase() 'QTest::qWaitForWindowExposed(testWidget)' returned FALSE. ()
  tst_qtreewidget.cpp(238) : failure location
  PASS   : tst_QTreeWidget::cleanupTestCase()
  Totals: 1 passed, 1 failed, 0 skipped, 0 blacklisted
  ********* 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(934) : failure location
  FAIL!  : tst_QTreeView::clicked() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qtreeview.cpp(2016) : failure location
  FAIL!  : tst_QTreeView::styleOptionViewItem() '(delegate.count >= 13)' returned FALSE. ()
  tst_qtreeview.cpp(3200) : failure location
  FAIL!  : tst_QTreeView::task216717_updateChildren() 'QTest::qWaitForWindowExposed(&tree)' returned FALSE. ()
  tst_qtreeview.cpp(3458) : failure location
  FAIL!  : tst_QTreeView::task246536_scrollbarsNotWorking() 'QTest::qWaitForWindowExposed(&tree)' returned FALSE. ()
  tst_qtreeview.cpp(3746) : failure location
  FAIL!  : tst_QTreeView::task239271_addRowsWithFirstColumnHidden() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qtreeview.cpp(3803) : failure location
  FAIL!  : tst_QTreeView::taskQTBUG_9216_setSizeAndUniformRowHeightsWrongRepaint() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qtreeview.cpp(3977) : failure location
  FAIL!  : tst_QTreeView::taskQTBUG_11466_keyboardNavigationRegression() 'QTest::qWaitForWindowExposed(&treeView)' returned FALSE. ()
  tst_qtreeview.cpp(4137) : failure location
  FAIL!  : tst_QTreeView::taskQTBUG_13567_removeLastItemRegression() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qtreeview.cpp(4152) : failure location
  Totals: 165 passed, 9 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QTreeView *********
  Config: Using QtTest library 5.4.2, Qt 5.4.2 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  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(934) : 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(2016) : 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::indentation()
  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(3200) : 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(3458) : 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(3746) : failure location
  PASS   : tst_QTreeView::task250683_wrongSectionSize()
  FAIL!  : tst_QTreeView::task239271_addRowsWithFirstColumnHidden() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qtreeview.cpp(3803) : 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(3977) : failure location
  FAIL!  : tst_QTreeView::taskQTBUG_11466_keyboardNavigationRegression() 'QTest::qWaitForWindowExposed(&treeView)' returned FALSE. ()
  tst_qtreeview.cpp(4137) : failure location
  FAIL!  : tst_QTreeView::taskQTBUG_13567_removeLastItemRegression() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qtreeview.cpp(4152) : 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::taskQTBUG_37813_crash()
  PASS   : tst_QTreeView::testInitialFocus()
  PASS   : tst_QTreeView::cleanupTestCase()
  Totals: 165 passed, 9 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_QTreeView *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qtreeview: 75 seconds, exit code 9
  
  Testing tst_QToolButton
  FAIL!  : tst_QToolButton::qtbug_34759_sizeHintResetWhenSettingMenu() 'QTest::qWaitForWindowExposed(&button1)' returned FALSE. ()
  tst_qtoolbutton.cpp(281) : failure location
  Totals: 8 passed, 1 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QToolButton *********
  Config: Using QtTest library 5.4.2, Qt 5.4.2 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  PASS   : tst_QToolButton::initTestCase()
  PASS   : tst_QToolButton::getSetCheck()
  PASS   : tst_QToolButton::triggered()
  PASS   : tst_QToolButton::collapseTextOnPriority()
  PASS   : tst_QToolButton::task230994_iconSize()
  PASS   : tst_QToolButton::task176137_autoRepeatOfAction()
  PASS   : tst_QToolButton::qtbug_26956_popupTimerDone()
  QWARN  : tst_QToolButton::qtbug_34759_sizeHintResetWhenSettingMenu() QWindowsWindow::setGeometryDp: Unable to set geometry 35x22+320+250 on QWidgetWindow/'QToolButtonClassWindow'. Resulting geometry:  104x22+320+250 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  QWARN  : tst_QToolButton::qtbug_34759_sizeHintResetWhenSettingMenu() QWindowsWindow::setGeometryDp: Unable to set geometry 35x22+320+250 on QWidgetWindow/'QToolButtonClassWindow'. Resulting geometry:  104x22+320+250 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  FAIL!  : tst_QToolButton::qtbug_34759_sizeHintResetWhenSettingMenu() 'QTest::qWaitForWindowExposed(&button1)' returned FALSE. ()
  tst_qtoolbutton.cpp(281) : failure location
  PASS   : tst_QToolButton::cleanupTestCase()
  Totals: 8 passed, 1 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_QToolButton *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qtoolbutton: 13 seconds, exit code 1
  
  Testing tst_QTabWidget
  FAIL!  : tst_QTabWidget::paintEventCount() Compared values are not the same
     Actual   (tab2->count): 0
     Expected (1)          : 1
  tst_qtabwidget.cpp(586) : failure location
  FAIL!  : tst_QTabWidget::minimumSizeHint() 'QTest::qWaitForWindowExposed(&tw)' returned FALSE. ()
  tst_qtabwidget.cpp(610) : failure location
  FAIL!  : tst_QTabWidget::heightForWidth(West) 'QTest::qWaitForWindowExposed(window)' returned FALSE. ()
  tst_qtabwidget.cpp(658) : failure location
  FAIL!  : tst_QTabWidget::heightForWidth(North) 'QTest::qWaitForWindowExposed(window)' returned FALSE. ()
  tst_qtabwidget.cpp(658) : failure location
  FAIL!  : tst_QTabWidget::heightForWidth(East) 'QTest::qWaitForWindowExposed(window)' returned FALSE. ()
  tst_qtabwidget.cpp(658) : failure location
  FAIL!  : tst_QTabWidget::heightForWidth(South) 'QTest::qWaitForWindowExposed(window)' returned FALSE. ()
  tst_qtabwidget.cpp(658) : failure location
  Totals: 20 passed, 6 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QTabWidget *********
  Config: Using QtTest library 5.4.2, Qt 5.4.2 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  PASS   : tst_QTabWidget::initTestCase()
  PASS   : tst_QTabWidget::getSetCheck()
  PASS   : tst_QTabWidget::testChild()
  PASS   : tst_QTabWidget::addRemoveTab()
  PASS   : tst_QTabWidget::tabPosition()
  PASS   : tst_QTabWidget::tabEnabled()
  PASS   : tst_QTabWidget::tabText()
  PASS   : tst_QTabWidget::tabShape()
  PASS   : tst_QTabWidget::tabTooltip()
  PASS   : tst_QTabWidget::tabIcon()
  PASS   : tst_QTabWidget::indexOf()
  PASS   : tst_QTabWidget::currentWidget()
  PASS   : tst_QTabWidget::currentIndex()
  PASS   : tst_QTabWidget::cornerWidget()
  PASS   : tst_QTabWidget::removeTab()
  PASS   : tst_QTabWidget::clear()
  PASS   : tst_QTabWidget::keyboardNavigation()
  FAIL!  : tst_QTabWidget::paintEventCount() Compared values are not the same
     Actual   (tab2->count): 0
     Expected (1)          : 1
  tst_qtabwidget.cpp(586) : failure location
  FAIL!  : tst_QTabWidget::minimumSizeHint() 'QTest::qWaitForWindowExposed(&tw)' returned FALSE. ()
  tst_qtabwidget.cpp(610) : failure location
  FAIL!  : tst_QTabWidget::heightForWidth(West) 'QTest::qWaitForWindowExposed(window)' returned FALSE. ()
  tst_qtabwidget.cpp(658) : failure location
  FAIL!  : tst_QTabWidget::heightForWidth(North) 'QTest::qWaitForWindowExposed(window)' returned FALSE. ()
  tst_qtabwidget.cpp(658) : failure location
  FAIL!  : tst_QTabWidget::heightForWidth(East) 'QTest::qWaitForWindowExposed(window)' returned FALSE. ()
  tst_qtabwidget.cpp(658) : failure location
  FAIL!  : tst_QTabWidget::heightForWidth(South) 'QTest::qWaitForWindowExposed(window)' returned FALSE. ()
  tst_qtabwidget.cpp(658) : failure location
  PASS   : tst_QTabWidget::tabBarClicked()
  PASS   : tst_QTabWidget::moveCurrentTab()
  PASS   : tst_QTabWidget::cleanupTestCase()
  Totals: 20 passed, 6 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_QTabWidget *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qtabwidget: 13 seconds, exit code 6
  
  Testing tst_QTableView
  (... 10564 lines omitted; there are too many errors!)
  FAIL!  : tst_QGridLayout::spacingsAndMargins(2x2 grid) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(714) : failure location
  FAIL!  : tst_QGridLayout::minMaxSize(3x1 grid, extend to minimumSize) 'QTest::qWaitForWindowExposed(m_toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(913) : failure location
  FAIL!  : tst_QGridLayout::minMaxSize(1x1 grid, extend to minimumSize) 'QTest::qWaitForWindowExposed(m_toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(913) : failure location
  FAIL!  : tst_QGridLayout::minMaxSize(2x1 grid, extend to minimumSize) 'QTest::qWaitForWindowExposed(m_toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(913) : failure location
  FAIL!  : tst_QGridLayout::minMaxSize(2x1 grid, extend to minimumSize, windows) 'QTest::qWaitForWindowExposed(m_toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(913) : failure location
  FAIL!  : tst_QGridLayout::minMaxSize(1x2 grid, extend to minimumSize) 'QTest::qWaitForWindowExposed(m_toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(913) : failure location
  FAIL!  : tst_QGridLayout::minMaxSize(2x1 grid, crop to maximumSize) 'QTest::qWaitForWindowExposed(m_toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(913) : failure location
  FAIL!  : tst_QGridLayout::minMaxSize(1x2 grid, crop to maximumSize) 'QTest::qWaitForWindowExposed(m_toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(913) : failure location
  QWARN  : tst_QGridLayout::minMaxSize(1x3 grid, heightForWidth) QWindowsWindow::setGeometryDp: Unable to set geometry 220x122+564+465 on QWidgetWindow/'QWidgetClassWindow'. Resulting geometry:  220x172+564+465 (frame: 0, 0, 0, 0, custom margin: 0, 0, 0, 0, minimum size: 220x122, maximum size: 16777215x16777215).
  FAIL!  : tst_QGridLayout::minMaxSize(1x3 grid, heightForWidth) 'QTest::qWaitForWindowExposed(m_toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(913) : failure location
  PASS   : tst_QGridLayout::styleDependentSpacingsAndMargins(1x1 grid)
  PASS   : tst_QGridLayout::styleDependentSpacingsAndMargins(2x1 grid)
  PASS   : tst_QGridLayout::styleDependentSpacingsAndMargins(3x1 grid)
  PASS   : tst_QGridLayout::styleDependentSpacingsAndMargins(1x2 grid)
  PASS   : tst_QGridLayout::styleDependentSpacingsAndMargins(1x3 grid)
  PASS   : tst_QGridLayout::styleDependentSpacingsAndMargins(2x2 grid)
  FAIL!  : tst_QGridLayout::layoutSpacing(1x6, radio + push buttons) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(6x1, line edit + push buttons) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(subElementRect1) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(subElementRect2) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(subElementRect1, use widgetRect) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(subElementRect1, use layoutItemRect) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with span) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with 0 empty rows, 0 empty columns) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with 0 empty rows, 1 empty columns) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with 0 empty rows, 2 empty columns) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with 0 empty rows, 3 empty columns) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with 0 empty rows, 4 empty columns) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with 1 empty rows, 0 empty columns) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with 1 empty rows, 1 empty columns) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with 1 empty rows, 2 empty columns) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with 1 empty rows, 3 empty columns) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with 1 empty rows, 4 empty columns) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with 2 empty rows, 0 empty columns) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with 2 empty rows, 1 empty columns) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with 2 empty rows, 2 empty columns) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with 2 empty rows, 3 empty columns) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with 2 empty rows, 4 empty columns) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with 3 empty rows, 0 empty columns) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with 3 empty rows, 1 empty columns) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with 3 empty rows, 2 empty columns) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with 3 empty rows, 3 empty columns) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with 3 empty rows, 4 empty columns) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with 4 empty rows, 0 empty columns) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with 4 empty rows, 1 empty columns) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with 4 empty rows, 2 empty columns) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with 4 empty rows, 3 empty columns) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  FAIL!  : tst_QGridLayout::layoutSpacing(arrowpad with 4 empty rows, 4 empty columns) 'QTest::qWaitForWindowExposed(&toplevel)' returned FALSE. ()
  tst_qgridlayout.cpp(1478) : failure location
  PASS   : tst_QGridLayout::spacing()
  PASS   : tst_QGridLayout::spacerWithSpacing()
  FAIL!  : tst_QGridLayout::contentsRect() 'QTest::qWaitForWindowExposed(&w)' returned FALSE. ()
  tst_qgridlayout.cpp(1602) : failure location
  PASS   : tst_QGridLayout::distributeMultiCell()
  PASS   : tst_QGridLayout::taskQTBUG_27420_takeAtShouldUnparentLayout()
  PASS   : tst_QGridLayout::taskQTBUG_40609_addingWidgetToItsOwnLayout()
  PASS   : tst_QGridLayout::taskQTBUG_40609_addingLayoutToItself()
  PASS   : tst_QGridLayout::replaceWidget()
  PASS   : tst_QGridLayout::dontCrashWhenExtendsToEnd()
  PASS   : tst_QGridLayout::cleanupTestCase()
  Totals: 21 passed, 47 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_QGridLayout *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qgridlayout: 97 seconds, exit code 47
  
  Testing tst_QLabel
  FAIL!  : tst_QLabel::task226479_movieResize() 'QTest::qWaitForWindowExposed(&label)' returned FALSE. ()
  tst_qlabel.cpp(400) : failure location
  FAIL!  : tst_QLabel::unicodeText(english) 'QTest::qWaitForWindowExposed(&frame)' returned FALSE. ()
  tst_qlabel.cpp(475) : failure location
  FAIL!  : tst_QLabel::unicodeText(thai) 'QTest::qWaitForWindowExposed(&frame)' returned FALSE. ()
  tst_qlabel.cpp(475) : failure location
  FAIL!  : tst_QLabel::unicodeText(chinese) 'QTest::qWaitForWindowExposed(&frame)' returned FALSE. ()
  tst_qlabel.cpp(475) : failure location
  FAIL!  : tst_QLabel::unicodeText(arabic) 'QTest::qWaitForWindowExposed(&frame)' returned FALSE. ()
  tst_qlabel.cpp(475) : failure location
  FAIL!  : tst_QLabel::unicodeText(russian) 'QTest::qWaitForWindowExposed(&frame)' returned FALSE. ()
  tst_qlabel.cpp(475) : failure location
  FAIL!  : tst_QLabel::unicodeText(korean) 'QTest::qWaitForWindowExposed(&frame)' returned FALSE. ()
  tst_qlabel.cpp(475) : failure location
  FAIL!  : tst_QLabel::unicodeText(greek) 'QTest::qWaitForWindowExposed(&frame)' returned FALSE. ()
  tst_qlabel.cpp(475) : failure location
  FAIL!  : tst_QLabel::unicodeText(german) 'QTest::qWaitForWindowExposed(&frame)' returned FALSE. ()
  tst_qlabel.cpp(475) : failure location
  FAIL!  : tst_QLabel::unicodeText(thai_long) 'QTest::qWaitForWindowExposed(&frame)' returned FALSE. ()
  tst_qlabel.cpp(475) : failure location
  FAIL!  : tst_QLabel::mnemonic(1) 'QTest::qWaitForWindowExposed(&w)' returned FALSE. ()
  tst_qlabel.cpp(516) : failure location
  FAIL!  : tst_QLabel::mnemonic(2) 'QTest::qWaitForWindowExposed(&w)' returned FALSE. ()
  tst_qlabel.cpp(516) : failure location
  FAIL!  : tst_QLabel::mnemonic(3) 'QTest::qWaitForWindowExposed(&w)' returned FALSE. ()
  tst_qlabel.cpp(516) : failure location
  FAIL!  : tst_QLabel::mnemonic(4) 'QTest::qWaitForWindowExposed(&w)' returned FALSE. ()
  tst_qlabel.cpp(516) : failure location
  FAIL!  : tst_QLabel::mnemonic(5) 'QTest::qWaitForWindowExposed(&w)' returned FALSE. ()
  tst_qlabel.cpp(516) : failure location
  FAIL!  : tst_QLabel::mnemonic(6) 'QTest::qWaitForWindowExposed(&w)' returned FALSE. ()
  tst_qlabel.cpp(516) : failure location
  FAIL!  : tst_QLabel::taskQTBUG_7902_contextMenuCrash() 'QTest::qWaitForWindowExposed(w)' returned FALSE. ()
  tst_qlabel.cpp(552) : failure location
  Totals: 27 passed, 17 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QLabel *********
  Config: Using QtTest library 5.4.2, Qt 5.4.2 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  PASS   : tst_QLabel::initTestCase()
  PASS   : tst_QLabel::getSetCheck()
  PASS   : tst_QLabel::setText(win32_data0)
  PASS   : tst_QLabel::setText(win32_data1)
  PASS   : tst_QLabel::setText(win32_data2)
  PASS   : tst_QLabel::setText(win32_data3)
  PASS   : tst_QLabel::setText(win32_data4)
  PASS   : tst_QLabel::setTextFormat()
  PASS   : tst_QLabel::setBuddy()
  PASS   : tst_QLabel::setNum()
  PASS   : tst_QLabel::clear()
  PASS   : tst_QLabel::wordWrap()
  PASS   : tst_QLabel::eventPropagation(plain text1)
  PASS   : tst_QLabel::eventPropagation(plain text2)
  PASS   : tst_QLabel::eventPropagation(plain text3)
  PASS   : tst_QLabel::eventPropagation(plain text4)
  PASS   : tst_QLabel::eventPropagation(rich text1)
  PASS   : tst_QLabel::eventPropagation(rich text2)
  PASS   : tst_QLabel::eventPropagation(rich text3)
  PASS   : tst_QLabel::eventPropagation(rich text4)
  PASS   : tst_QLabel::eventPropagation(rich text5)
  PASS   : tst_QLabel::focusPolicy()
  PASS   : tst_QLabel::task190318_sizes()
  PASS   : tst_QLabel::sizeHint()
  FAIL!  : tst_QLabel::task226479_movieResize() 'QTest::qWaitForWindowExposed(&label)' returned FALSE. ()
  tst_qlabel.cpp(400) : failure location
  PASS   : tst_QLabel::emptyPixmap()
  FAIL!  : tst_QLabel::unicodeText(english) 'QTest::qWaitForWindowExposed(&frame)' returned FALSE. ()
  tst_qlabel.cpp(475) : failure location
  FAIL!  : tst_QLabel::unicodeText(thai) 'QTest::qWaitForWindowExposed(&frame)' returned FALSE. ()
  tst_qlabel.cpp(475) : failure location
  FAIL!  : tst_QLabel::unicodeText(chinese) 'QTest::qWaitForWindowExposed(&frame)' returned FALSE. ()
  tst_qlabel.cpp(475) : failure location
  FAIL!  : tst_QLabel::unicodeText(arabic) 'QTest::qWaitForWindowExposed(&frame)' returned FALSE. ()
  tst_qlabel.cpp(475) : failure location
  FAIL!  : tst_QLabel::unicodeText(russian) 'QTest::qWaitForWindowExposed(&frame)' returned FALSE. ()
  tst_qlabel.cpp(475) : failure location
  FAIL!  : tst_QLabel::unicodeText(korean) 'QTest::qWaitForWindowExposed(&frame)' returned FALSE. ()
  tst_qlabel.cpp(475) : failure location
  FAIL!  : tst_QLabel::unicodeText(greek) 'QTest::qWaitForWindowExposed(&frame)' returned FALSE. ()
  tst_qlabel.cpp(475) : failure location
  FAIL!  : tst_QLabel::unicodeText(german) 'QTest::qWaitForWindowExposed(&frame)' returned FALSE. ()
  tst_qlabel.cpp(475) : failure location
  FAIL!  : tst_QLabel::unicodeText(thai_long) 'QTest::qWaitForWindowExposed(&frame)' returned FALSE. ()
  tst_qlabel.cpp(475) : failure location
  FAIL!  : tst_QLabel::mnemonic(1) 'QTest::qWaitForWindowExposed(&w)' returned FALSE. ()
  tst_qlabel.cpp(516) : failure location
  FAIL!  : tst_QLabel::mnemonic(2) 'QTest::qWaitForWindowExposed(&w)' returned FALSE. ()
  tst_qlabel.cpp(516) : failure location
  FAIL!  : tst_QLabel::mnemonic(3) 'QTest::qWaitForWindowExposed(&w)' returned FALSE. ()
  tst_qlabel.cpp(516) : failure location
  FAIL!  : tst_QLabel::mnemonic(4) 'QTest::qWaitForWindowExposed(&w)' returned FALSE. ()
  tst_qlabel.cpp(516) : failure location
  FAIL!  : tst_QLabel::mnemonic(5) 'QTest::qWaitForWindowExposed(&w)' returned FALSE. ()
  tst_qlabel.cpp(516) : failure location
  FAIL!  : tst_QLabel::mnemonic(6) 'QTest::qWaitForWindowExposed(&w)' returned FALSE. ()
  tst_qlabel.cpp(516) : failure location
  PASS   : tst_QLabel::selection()
  QWARN  : tst_QLabel::taskQTBUG_7902_contextMenuCrash() QWindowsWindow::setGeometryDp: Unable to set geometry 68x13+320+250 on QWidgetWindow/'QLabelClassWindow'. Resulting geometry:  104x13+320+250 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  FAIL!  : tst_QLabel::taskQTBUG_7902_contextMenuCrash() 'QTest::qWaitForWindowExposed(w)' returned FALSE. ()
  tst_qlabel.cpp(552) : failure location
  PASS   : tst_QLabel::cleanupTestCase()
  Totals: 27 passed, 17 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_QLabel *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qlabel: 35 seconds, exit code 17
  
  Testing tst_QGuiApplication
  FAIL!  : tst_QGuiApplication::focusObject() 'QTest::qWaitForWindowExposed(&window2)' returned FALSE. ()
  tst_qguiapplication.cpp(200) : failure location
  FAIL!  : tst_QGuiApplication::changeFocusWindow() 'QTest::qWaitForWindowExposed(&window1)' returned FALSE. ()
  tst_qguiapplication.cpp(357) : failure location
  FAIL!  : tst_QGuiApplication::keyboardModifiers() 'QTest::qWaitForWindowExposed(window.data())' returned FALSE. ()
  tst_qguiapplication.cpp(380) : failure location
  FAIL!  : tst_QGuiApplication::modalWindow() 'QTest::qWaitForWindowExposed(window1.data())' returned FALSE. ()
  tst_qguiapplication.cpp(565) : failure location
  FAIL!  : tst_QGuiApplication::quitOnLastWindowClosed() 'QTest::qWaitForWindowExposed(&dialog)' returned FALSE. ()
  tst_qguiapplication.cpp(767) : failure location
  Totals: 27 passed, 5 failed, 0 skipped, 0 blacklisted
  Mesa warning: couldn't open dxtn.dll, software DXTn compression/decompression unavailable
  Mesa warning: couldn't open dxtn.dll, software DXTn compression/decompression unavailable
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QGuiApplication *********
  Config: Using QtTest library 5.4.2, Qt 5.4.2 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  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()
  PASS   : tst_QGuiApplication::windowIcon()
  FAIL!  : tst_QGuiApplication::focusObject() 'QTest::qWaitForWindowExposed(&window2)' returned FALSE. ()
  tst_qguiapplication.cpp(200) : 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(357) : failure location
  FAIL!  : tst_QGuiApplication::keyboardModifiers() 'QTest::qWaitForWindowExposed(window.data())' returned FALSE. ()
  tst_qguiapplication.cpp(380) : failure location
  PASS   : tst_QGuiApplication::palette()
  FAIL!  : tst_QGuiApplication::modalWindow() 'QTest::qWaitForWindowExposed(window1.data())' returned FALSE. ()
  tst_qguiapplication.cpp(565) : failure location
  FAIL!  : tst_QGuiApplication::quitOnLastWindowClosed() 'QTest::qWaitForWindowExposed(&dialog)' returned FALSE. ()
  tst_qguiapplication.cpp(767) : failure location
  PASS   : tst_QGuiApplication::genericPluginsAndWindowSystemEvents()
  PASS   : tst_QGuiApplication::layoutDirection()
  PASS   : tst_QGuiApplication::globalShareContext()
  PASS   : tst_QGuiApplication::cleanupTestCase()
  Totals: 27 passed, 5 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_QGuiApplication *********
  Mesa warning: couldn't open dxtn.dll, software DXTn compression/decompression unavailable
  Mesa warning: couldn't open dxtn.dll, software DXTn compression/decompression unavailable
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qguiapplication: 54 seconds, exit code 5
  
  Testing tst_QGraphicsLayout
  FAIL!  : tst_QGraphicsLayout::compressLayoutRequest() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qgraphicslayout.cpp(143) : failure location
  Totals: 10 passed, 1 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QGraphicsLayout *********
  Config: Using QtTest library 5.4.2, Qt 5.4.2 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  PASS   : tst_QGraphicsLayout::initTestCase()
  PASS   : tst_QGraphicsLayout::sizeHints()
  FAIL!  : tst_QGraphicsLayout::compressLayoutRequest() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qgraphicslayout.cpp(143) : failure location
  PASS   : tst_QGraphicsLayout::automaticReparenting()
  PASS   : tst_QGraphicsLayout::verifyActivate()
  PASS   : tst_QGraphicsLayout::sizeHintOfHiddenLayout()
  PASS   : tst_QGraphicsLayout::invalidate()
  PASS   : tst_QGraphicsLayout::constructors()
  PASS   : tst_QGraphicsLayout::alternativeLayoutItems()
  PASS   : tst_QGraphicsLayout::ownership()
  PASS   : tst_QGraphicsLayout::cleanupTestCase()
  Totals: 10 passed, 1 failed, 0 skipped, 0 blacklisted
  ********* 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_QFormLayout
  FAIL!  : tst_QFormLayout::spacing() 'QTest::qWaitForWindowExposed(w)' returned FALSE. ()
  tst_qformlayout.cpp(356) : failure location
  FAIL!  : tst_QFormLayout::contentsRect() 'QTest::qWaitForWindowExposed(&w)' returned FALSE. ()
  tst_qformlayout.cpp(370) : failure location
  Totals: 27 passed, 2 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QFormLayout *********
  Config: Using QtTest library 5.4.2, Qt 5.4.2 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  PASS   : tst_QFormLayout::initTestCase()
  PASS   : tst_QFormLayout::rowCount()
  PASS   : tst_QFormLayout::buddies()
  PASS   : tst_QFormLayout::getItemPosition()
  QWARN  : tst_QFormLayout::wrapping() QWindowsWindow::setGeometryDp: Unable to set geometry 240x42+520+250 on QWidgetWindow/'QWidgetClassWindow'. Resulting geometry:  240x61+520+250 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 240x42, maximum size: 240x16777215).
  PASS   : tst_QFormLayout::wrapping()
  FAIL!  : tst_QFormLayout::spacing() 'QTest::qWaitForWindowExposed(w)' returned FALSE. ()
  tst_qformlayout.cpp(356) : failure location
  FAIL!  : tst_QFormLayout::contentsRect() 'QTest::qWaitForWindowExposed(&w)' returned FALSE. ()
  tst_qformlayout.cpp(370) : 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::taskQTBUG_40609_addingWidgetToItsOwnLayout()
  PASS   : tst_QFormLayout::taskQTBUG_40609_addingLayoutToItself()
  PASS   : tst_QFormLayout::cleanupTestCase()
  Totals: 27 passed, 2 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_QFormLayout *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qformlayout: 7 seconds, exit code 2
  
  Testing tst_QDockWidget
  FAIL!  : tst_QDockWidget::setFloating() 'QTest::qWaitForWindowExposed(&mw)' returned FALSE. ()
  tst_qdockwidget.cpp(349) : failure location
  FAIL!  : tst_QDockWidget::task165177_deleteFocusWidget() 'QTest::qWaitForWindowExposed(&mw)' returned FALSE. ()
  tst_qdockwidget.cpp(720) : failure location
  FAIL!  : tst_QDockWidget::task169808_setFloating() 'QTest::qWaitForWindowExposed(&mw)' returned FALSE. ()
  tst_qdockwidget.cpp(759) : failure location
  FAIL!  : tst_QDockWidget::taskQTBUG_1665_closableChanged() 'QTest::qWaitForWindowExposed(&dock)' returned FALSE. ()
  tst_qdockwidget.cpp(831) : failure location
  FAIL!  : tst_QDockWidget::taskQTBUG_9758_undockedGeometry() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qdockwidget.cpp(856) : failure location
  Totals: 15 passed, 5 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDockWidget *********
  Config: Using QtTest library 5.4.2, Qt 5.4.2 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  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(349) : 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(720) : failure location
  FAIL!  : tst_QDockWidget::task169808_setFloating() 'QTest::qWaitForWindowExposed(&mw)' returned FALSE. ()
  tst_qdockwidget.cpp(759) : 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(831) : failure location
  FAIL!  : tst_QDockWidget::taskQTBUG_9758_undockedGeometry() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qdockwidget.cpp(856) : failure location
  PASS   : tst_QDockWidget::cleanupTestCase()
  Totals: 15 passed, 5 failed, 0 skipped, 0 blacklisted
  ********* 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_QDialog
  FAIL!  : tst_QDialog::reject() 'QTest::qWaitForWindowExposed(&dialog)' returned FALSE. ()
  tst_qdialog.cpp(530) : failure location
  FAIL!  : tst_QDialog::snapToDefaultButton() 'QTest::qWaitForWindowExposed(&dialog)' returned FALSE. ()
  tst_qdialog.cpp(573) : failure location
  FAIL!  : tst_QDialog::transientParent(Non-native) 'QTest::qWaitForWindowExposed(&topLevel)' returned FALSE. ()
  tst_qdialog.cpp(605) : failure location
  FAIL!  : tst_QDialog::transientParent(Native) 'QTest::qWaitForWindowExposed(&topLevel)' returned FALSE. ()
  tst_qdialog.cpp(605) : failure location
  Totals: 17 passed, 4 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDialog *********
  Config: Using QtTest library 5.4.2, Qt 5.4.2 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  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()
  QWARN  : tst_QDialog::showMaximized() QWindowsWindow::setGeometryDp: Unable to set geometry 1267x947+0+19 on QWidgetWindow/'QDialogClassWindow'. Resulting geometry:  1280x1005+0+19 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  QWARN  : tst_QDialog::showMaximized() QWindowsWindow::setGeometryDp: Unable to set geometry 1267x947+0+19 on QWidgetWindow/'QDialogClassWindow'. Resulting geometry:  1280x961+0+19 (frame: 4, 23, 4, 4, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215).
  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(530) : failure location
  FAIL!  : tst_QDialog::snapToDefaultButton() 'QTest::qWaitForWindowExposed(&dialog)' returned FALSE. ()
  tst_qdialog.cpp(573) : failure location
  FAIL!  : tst_QDialog::transientParent(Non-native) 'QTest::qWaitForWindowExposed(&topLevel)' returned FALSE. ()
  tst_qdialog.cpp(605) : failure location
  FAIL!  : tst_QDialog::transientParent(Native) 'QTest::qWaitForWindowExposed(&topLevel)' returned FALSE. ()
  tst_qdialog.cpp(605) : failure location
  PASS   : tst_QDialog::cleanupTestCase()
  Totals: 17 passed, 4 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_QDialog *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qdialog: 14 seconds, exit code 4
  
  Testing tst_QDesktopWidget
  FAIL!  : tst_QDesktopWidget::screenNumberForQWidget() 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. ()
  tst_qdesktopwidget.cpp(122) : failure location
  FAIL!  : tst_QDesktopWidget::screenGeometry() 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. ()
  tst_qdesktopwidget.cpp(163) : failure location
  Totals: 7 passed, 2 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDesktopWidget *********
  Config: Using QtTest library 5.4.2, Qt 5.4.2 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  PASS   : tst_QDesktopWidget::initTestCase()
  PASS   : tst_QDesktopWidget::numScreens()
  PASS   : tst_QDesktopWidget::primaryScreen()
  FAIL!  : tst_QDesktopWidget::screenNumberForQWidget() 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. ()
  tst_qdesktopwidget.cpp(122) : failure location
  PASS   : tst_QDesktopWidget::screenNumberForQPoint()
  PASS   : tst_QDesktopWidget::availableGeometry()
  FAIL!  : tst_QDesktopWidget::screenGeometry() 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. ()
  tst_qdesktopwidget.cpp(163) : failure location
  PASS   : tst_QDesktopWidget::topLevels()
  PASS   : tst_QDesktopWidget::cleanupTestCase()
  Totals: 7 passed, 2 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_QDesktopWidget *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qdesktopwidget: 5 seconds, exit code 2
  
  Testing tst_QBoxLayout
  FAIL!  : tst_QBoxLayout::taskQTBUG_7103_minMaxWidthNotRespected() 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. ()
  tst_qboxlayout.cpp(292) : failure location
  Totals: 25 passed, 1 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QBoxLayout *********
  Config: Using QtTest library 5.4.2, Qt 5.4.2 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  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(292) : failure location
  PASS   : tst_QBoxLayout::taskQTBUG_27420_takeAtShouldUnparentLayout()
  PASS   : tst_QBoxLayout::taskQTBUG_40609_addingWidgetToItsOwnLayout()
  PASS   : tst_QBoxLayout::taskQTBUG_40609_addingLayoutToItself()
  PASS   : tst_QBoxLayout::replaceWidget()
  PASS   : tst_QBoxLayout::cleanupTestCase()
  Totals: 25 passed, 1 failed, 0 skipped, 0 blacklisted
  ********* 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.io/ci/Qt5_5.4_Integration/build_00346/win32-msvc2010_Windows_7/log.txt.gz

  Tested changes (refs/builds/5.4_1427973739):
    http://codereview.qt-project.org/108572 [PS1] - Replace old qt-project.org wiki with wiki.qt.io
    http://codereview.qt-project.org/106265 [PS84] - Updated submodules.



More information about the Ci-reports mailing list