[Ci-reports] fail on QtBase_5.5_Integration #490

Qt Continuous Integration System ci-noreply at qt-project.org
Thu Apr 2 14:39:05 CEST 2015


fifty-three 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.5.0, Qt 5.5.0 (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(226) : failure location
  FAIL!  : tst_QWindow::resizeEventAfterResize() Compared values are not the same
     Actual   (((window.received(QEvent::Resize)))): 0
     Expected (1)                                  : 1
  tst_qwindow.cpp(243) : failure location
  FAIL!  : tst_QWindow::positioningDuringMinimized() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(367) : failure location
  FAIL!  : tst_QWindow::isExposed() '(window.received(QEvent::Expose) > 0)' returned FALSE. ()
  tst_qwindow.cpp(445) : failure location
  FAIL!  : tst_QWindow::isActive() '(window.isExposed())' returned FALSE. ()
  tst_qwindow.cpp(481) : failure location
  FAIL!  : tst_QWindow::testInputEvents() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(655) : failure location
  FAIL!  : tst_QWindow::touchToMouseTranslation() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(713) : failure location
  FAIL!  : tst_QWindow::touchToMouseTranslationForDevices() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(787) : failure location
  FAIL!  : tst_QWindow::mouseToTouchTranslation() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(818) : failure location
  FAIL!  : tst_QWindow::mouseToTouchLoop() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(867) : failure location
  FAIL!  : tst_QWindow::touchCancel() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(882) : failure location
  FAIL!  : tst_QWindow::touchCancelWithTouchToMouse() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(942) : failure location
  FAIL!  : tst_QWindow::touchInterruptedByPopup() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(983) : failure location
  FAIL!  : tst_QWindow::mouseEventSequence() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(1148) : failure location
  FAIL!  : tst_QWindow::inputReentrancy() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(1270) : failure location
  FAIL!  : tst_QWindow::modalDialog() 'QTest::qWaitForWindowExposed(&normalWindow)' returned FALSE. ()
  tst_qwindow.cpp(1509) : failure location
  FAIL!  : tst_QWindow::modalDialogClosingOneOfTwoModal() 'QTest::qWaitForWindowExposed(&normalWindow)' returned FALSE. ()
  tst_qwindow.cpp(1535) : failure location
  FAIL!  : tst_QWindow::modalWithChildWindow() 'QTest::qWaitForWindowExposed(&normalWindow)' returned FALSE. ()
  tst_qwindow.cpp(1573) : failure location
  FAIL!  : tst_QWindow::modalWindowModallity() 'QTest::qWaitForWindowExposed(&normal_window)' returned FALSE. ()
  tst_qwindow.cpp(1607) : failure location
  FAIL!  : tst_QWindow::modalWindowPosition() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(1639) : failure location
  FAIL!  : tst_QWindow::windowsTransientChildren() 'QTest::qWaitForWindowExposed(&dialog)' returned FALSE. ()
  tst_qwindow.cpp(1686) : failure location
  FAIL!  : tst_QWindow::requestUpdate() '(window.isExposed())' returned FALSE. ()
  tst_qwindow.cpp(1704) : failure location
  Totals: 15 passed, 22 failed, 0 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.5.0, Qt 5.5.0 (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(226) : failure location
  FAIL!  : tst_QWindow::resizeEventAfterResize() Compared values are not the same
     Actual   (((window.received(QEvent::Resize)))): 0
     Expected (1)                                  : 1
  tst_qwindow.cpp(243) : failure location
  PASS   : tst_QWindow::mapGlobal()
  PASS   : tst_QWindow::positioning(default)
  FAIL!  : tst_QWindow::positioningDuringMinimized() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(367) : failure location
  PASS   : tst_QWindow::platformSurface()
  FAIL!  : tst_QWindow::isExposed() '(window.received(QEvent::Expose) > 0)' returned FALSE. ()
  tst_qwindow.cpp(445) : failure location
  FAIL!  : tst_QWindow::isActive() '(window.isExposed())' returned FALSE. ()
  tst_qwindow.cpp(481) : failure location
  FAIL!  : tst_QWindow::testInputEvents() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(655) : failure location
  FAIL!  : tst_QWindow::touchToMouseTranslation() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(713) : failure location
  FAIL!  : tst_QWindow::touchToMouseTranslationForDevices() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(787) : failure location
  FAIL!  : tst_QWindow::mouseToTouchTranslation() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(818) : failure location
  FAIL!  : tst_QWindow::mouseToTouchLoop() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(867) : failure location
  FAIL!  : tst_QWindow::touchCancel() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(882) : failure location
  FAIL!  : tst_QWindow::touchCancelWithTouchToMouse() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(942) : failure location
  FAIL!  : tst_QWindow::touchInterruptedByPopup() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(983) : 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(1148) : failure location
  PASS   : tst_QWindow::windowModality()
  FAIL!  : tst_QWindow::inputReentrancy() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(1270) : 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(1509) : failure location
  FAIL!  : tst_QWindow::modalDialogClosingOneOfTwoModal() 'QTest::qWaitForWindowExposed(&normalWindow)' returned FALSE. ()
  tst_qwindow.cpp(1535) : failure location
  FAIL!  : tst_QWindow::modalWithChildWindow() 'QTest::qWaitForWindowExposed(&normalWindow)' returned FALSE. ()
  tst_qwindow.cpp(1573) : failure location
  FAIL!  : tst_QWindow::modalWindowModallity() 'QTest::qWaitForWindowExposed(&normal_window)' returned FALSE. ()
  tst_qwindow.cpp(1607) : failure location
  FAIL!  : tst_QWindow::modalWindowPosition() 'QTest::qWaitForWindowExposed(&window)' returned FALSE. ()
  tst_qwindow.cpp(1639) : failure location
  FAIL!  : tst_QWindow::windowsTransientChildren() 'QTest::qWaitForWindowExposed(&dialog)' returned FALSE. ()
  tst_qwindow.cpp(1686) : failure location
  FAIL!  : tst_QWindow::requestUpdate() '(window.isExposed())' returned FALSE. ()
  tst_qwindow.cpp(1704) : failure location
  PASS   : tst_QWindow::cleanupTestCase()
  Totals: 15 passed, 22 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_QWindow *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qwindow: 357 seconds, exit code 22
  
  Testing tst_QWidget
  FAIL!  : tst_QWidget::initTestCase() 'QTest::qWaitForWindowExposed(testWidget)' returned FALSE. ()
  tst_qwidget.cpp(669) : 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.5.0, Qt 5.5.0 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  FAIL!  : tst_QWidget::initTestCase() 'QTest::qWaitForWindowExposed(testWidget)' returned FALSE. ()
  tst_qwidget.cpp(669) : 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: 3 seconds, exit code 1
  
  Testing tst_QTreeWidget
  FAIL!  : tst_QTreeWidget::initTestCase() 'QTest::qWaitForWindowExposed(testWidget)' returned FALSE. ()
  tst_qtreewidget.cpp(240) : 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.5.0, Qt 5.5.0 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  FAIL!  : tst_QTreeWidget::initTestCase() 'QTest::qWaitForWindowExposed(testWidget)' returned FALSE. ()
  tst_qtreewidget.cpp(240) : 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: 3 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.5.0, Qt 5.5.0 (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: 74 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.5.0, Qt 5.5.0 (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() TestNamespace::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() TestNamespace::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_QToolBar
  FAIL!  : tst_QToolBar::actionGeometry() 'QTest::qWaitForWindowExposed(&tb)' returned FALSE. ()
  tst_qtoolbar.cpp(523) : failure location
  FAIL!  : tst_QToolBar::actionTriggered() 'QTest::qWaitForWindowExposed(&tb)' returned FALSE. ()
  tst_qtoolbar.cpp(845) : failure location
  Totals: 20 passed, 2 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QToolBar *********
  Config: Using QtTest library 5.5.0, Qt 5.5.0 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  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(523) : failure location
  QWARN  : tst_QToolBar::toggleViewAction() TestNamespace::QWindowsWindow::setGeometryDp: 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(845) : 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, 0 blacklisted
  ********* 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(2221) : failure location
  FAIL!  : tst_QTextEdit::inputMethodEvent() Compared pointers are not the same
     Actual   (qApp->focusObject()): 007EE620
     Expected (ed)                 : 007EE120
  tst_qtextedit.cpp(2397) : failure location
  (... 7314 lines omitted; there are too many errors!)
  QWARN  : tst_QAccessibility::comboBoxTest()  1: Object: 0x20f244 Event: 'ValueChanged' Child: -1
  QWARN  : tst_QAccessibility::comboBoxTest()  2: Object: 0x20f244 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::comboBoxTest()  3: Object: 0x1524250 Event: 'StateChanged' Child: -1
  QWARN  : tst_QAccessibility::comboBoxTest()  4: Object: 0x1524250 Event: 'StateChanged' Child: -1
  QWARN  : tst_QAccessibility::comboBoxTest()  5: Object: 0x20f244 Event: 'StateChanged' Child: -1
  FAIL!  : tst_QAccessibility::accessibleName() 'QTest::qWaitForWindowExposed(toplevel)' returned FALSE. ()
  tst_qaccessibility.cpp(628) : failure location
  QWARN  : tst_QAccessibility::accessibleName() 107 accessibility event(s) were not handled in testfunction 'accessibleName':
  QWARN  : tst_QAccessibility::accessibleName()  1: Object: 0x15244f0 Event: 'NameChanged' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  2: Object: 0x15201f0 Event: 'TableModelChanged' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  3: Object: 0x1520610 Event: 'TableModelChanged' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  4: Object: 0x151e2e0 Event: 'TableModelChanged' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  5: Object: 0x1569e80 Event: 'TableModelChanged' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  6: Object: 0x156a060 Event: 'TableModelChanged' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  7: Object: 0x14d8070 Event: 'TableModelChanged' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  8: Object: 0x1576c68 Event: 'TableModelChanged' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  9: Object: 0x1576e48 Event: 'TableModelChanged' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  10: Object: 0x14e9af0 Event: 'TableModelChanged' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  11: Object: 0x14e9af0 Event: 'SelectionAdd' Child: 24
  QWARN  : tst_QAccessibility::accessibleName()  12: Object: 0x14e9af0 Event: 'Focus' Child: 24
  QWARN  : tst_QAccessibility::accessibleName()  13: Object: 0x325f580 Event: 'NameChanged' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  14: Object: 0x325f7c0 Event: 'NameChanged' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  15: Object: 0x325f800 Event: 'TextCaretMoved' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  16: Object: 0x325f800 Event: 'TextInserted' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  17: Object: 0x325f800 Event: 'TextCaretMoved' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  18: Object: 0x325fa40 Event: 'NameChanged' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  19: Object: 0x3296d50 Event: 'NameChanged' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  20: Object: 0x3296db0 Event: 'NameChanged' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  21: Object: 0x3296e10 Event: 'NameChanged' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  22: Object: 0x3296e70 Event: 'NameChanged' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  23: Object: 0x3296f10 Event: 'TextCaretMoved' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  24: Object: 0x3296f10 Event: 'TextInserted' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  25: Object: 0x3296f10 Event: 'TextCaretMoved' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  26: Object: 0x32972d0 Event: 'NameChanged' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  27: Object: 0x32973b0 Event: 'NameChanged' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  28: Object: 0x3297430 Event: 'TextRemoved' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  29: Object: 0x3297430 Event: 'TextInserted' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  30: Object: 0x3297430 Event: 'TextCaretMoved' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  31: Object: 0x1524550 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  32: Object: 0x15244f0 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  33: Object: 0x1524030 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  34: Object: 0x1524590 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  35: Object: 0x1567890 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  36: Object: 0x1520290 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  37: Object: 0x1520150 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  38: Object: 0x1567690 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  39: Object: 0x1520670 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  40: Object: 0x1520090 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  41: Object: 0x15201f0 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  42: Object: 0x1520590 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  43: Object: 0x15352f8 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  44: Object: 0x1520610 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  45: Object: 0x151fe88 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  46: Object: 0x151fd48 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  47: Object: 0x154b4f8 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  48: Object: 0x151e2e0 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  49: Object: 0x1538fd0 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  50: Object: 0x15391b0 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  51: Object: 0x1539190 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  52: Object: 0x14d7e50 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  53: Object: 0x14d7e30 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  54: Object: 0x14d8030 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  55: Object: 0x1538fb0 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  56: Object: 0x1569c80 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  57: Object: 0x1569ea0 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  58: Object: 0x1569e80 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  59: Object: 0x156a080 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  60: Object: 0x156a060 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  61: Object: 0x156a260 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  62: Object: 0x14d8070 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  63: Object: 0x156a440 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  64: Object: 0x14e9af0 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  65: Object: 0x15771e8 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  66: Object: 0x1577228 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  67: Object: 0x325f580 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  68: Object: 0x325f7c0 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  69: Object: 0x15771a8 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  70: Object: 0x156a3a0 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  71: Object: 0x325fa20 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  72: Object: 0x325fa40 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  73: Object: 0x325faa0 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  74: Object: 0x325fac0 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  75: Object: 0x325fae0 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  76: Object: 0x325fb60 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  77: Object: 0x1577288 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  78: Object: 0x325fb40 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  79: Object: 0x3296e10 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  80: Object: 0x3296e70 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  81: Object: 0x3296eb0 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  82: Object: 0x3296ed0 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  83: Object: 0x3296ef0 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  84: Object: 0x3296f50 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  85: Object: 0x3296f10 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  86: Object: 0x3297110 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  87: Object: 0x32970f0 Event: 'TextCaretMoved' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  88: Object: 0x32970f0 Event: 'TextInserted' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  89: Object: 0x32970f0 Event: 'TextCaretMoved' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  90: Object: 0x32970f0 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  91: Object: 0x3297210 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  92: Object: 0x32971d0 Event: 'TextCaretMoved' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  93: Object: 0x32971d0 Event: 'TextInserted' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  94: Object: 0x32971d0 Event: 'TextCaretMoved' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  95: Object: 0x32971d0 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  96: Object: 0x32972d0 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  97: Object: 0x3297330 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  98: Object: 0x3297370 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  99: Object: 0x3297390 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  100: Object: 0x32973b0 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  101: Object: 0x3297450 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  102: Object: 0x3297430 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  103: Object: 0x1524230 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  104: Object: 0x1524250 Event: 'StateChanged' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  105: Object: 0x1524250 Event: 'StateChanged' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  106: Object: 0x1524230 Event: 'StateChanged' Child: -1
  QWARN  : tst_QAccessibility::accessibleName()  107: Object: 0x1524550 Event: 'Focus' Child: -1
  PASS   : tst_QAccessibility::labelTest()
  PASS   : tst_QAccessibility::accelerators()
  FAIL!  : tst_QAccessibility::bridgeTest() 'QTest::qWaitForWindowExposed(window)' returned FALSE. ()
  tst_qaccessibility.cpp(3782) : failure location
  QWARN  : tst_QAccessibility::bridgeTest() 36 accessibility event(s) were not handled in testfunction 'bridgeTest':
  QWARN  : tst_QAccessibility::bridgeTest()  1: Object: 0x3264548 Event: 'NameChanged' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  2: Object: 0x32645a8 Event: 'TextRemoved' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  3: Object: 0x32645a8 Event: 'TextInserted' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  4: Object: 0x32645a8 Event: 'TextCaretMoved' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  5: Object: 0x32711d0 Event: 'TableModelChanged' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  6: Object: 0x32713b0 Event: 'TableModelChanged' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  7: Object: 0x32649c8 Event: 'TableModelChanged' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  8: Object: 0x32649c8 Event: 'TableModelChanged' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  9: Object: 0x32649c8 Event: 'TableModelChanged' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  10: Object: 0x32649c8 Event: 'TableModelChanged' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  11: Object: 0x32649c8 Event: 'TableModelChanged' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  12: Object: 0x32649c8 Event: 'TableModelChanged' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  13: Object: 0x32649c8 Event: 'TableModelChanged' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  14: Object: 0x32649c8 Event: 'TableModelChanged' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  15: Object: 0x32649c8 Event: 'TableModelChanged' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  16: Object: 0x32649c8 Event: 'TableModelChanged' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  17: Object: 0x3271990 Event: 'NameChanged' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  18: Object: 0x3264548 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  19: Object: 0x3264788 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  20: Object: 0x32645a8 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  21: Object: 0x3264a68 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  22: Object: 0x3264aa8 Event: 'ObjectHide' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  23: Object: 0x3264b08 Event: 'ObjectHide' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  24: Object: 0x32711f0 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  25: Object: 0x32711d0 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  26: Object: 0x32713d0 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  27: Object: 0x32713b0 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  28: Object: 0x32715b0 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  29: Object: 0x32649c8 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  30: Object: 0x3271990 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  31: Object: 0x3264628 Event: 'ObjectShow' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  32: Object: 0x1524230 Event: 'StateChanged' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  33: Object: 0x1524550 Event: 'Focus' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  34: Object: 0x1524230 Event: 'StateChanged' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  35: Object: 0x3264628 Event: 'StateChanged' Child: -1
  QWARN  : tst_QAccessibility::bridgeTest()  36: Object: 0x3264548 Event: 'Focus' Child: -1
  PASS   : tst_QAccessibility::cleanupTestCase()
  Totals: 202 passed, 10 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_QAccessibility *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qaccessibility: 36 seconds, exit code 10
  
  Testing tst_QAbstractItemView
  FAIL!  : tst_QAbstractItemView::emptyModels(QListView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(410) : failure location
  FAIL!  : tst_QAbstractItemView::emptyModels(QTableView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(410) : failure location
  FAIL!  : tst_QAbstractItemView::emptyModels(QTreeView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(410) : failure location
  FAIL!  : tst_QAbstractItemView::emptyModels(QHeaderView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(410) : failure location
  FAIL!  : tst_QAbstractItemView::setModel(QListView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(448) : failure location
  FAIL!  : tst_QAbstractItemView::setModel(QTableView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(448) : failure location
  FAIL!  : tst_QAbstractItemView::setModel(QTreeView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(448) : failure location
  FAIL!  : tst_QAbstractItemView::setModel(QHeaderView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(448) : failure location
  FAIL!  : tst_QAbstractItemView::noModel() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(672) : failure location
  FAIL!  : tst_QAbstractItemView::dragSelect() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(695) : failure location
  FAIL!  : tst_QAbstractItemView::rowDelegate() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(719) : failure location
  FAIL!  : tst_QAbstractItemView::columnDelegate() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(739) : failure location
  FAIL!  : tst_QAbstractItemView::persistentEditorFocus() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(823) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QListView: no flags) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QListView: checkable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QListView: selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QListView: enabled) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QListView: enabled|selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTreeView: no flags) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTreeView: checkable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTreeView: selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTreeView: enabled) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTreeView: enabled|selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QHeaderView: no flags) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QHeaderView: checkable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QHeaderView: selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QHeaderView: enabled) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QHeaderView: enabled|selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTableView: no flags) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTableView: checkable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTableView: selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTableView: enabled) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTableView: enabled|selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::task250754_fontChange() 'QTest::qWaitForWindowExposed(&w)' returned FALSE. ()
  tst_qabstractitemview.cpp(1305) : failure location
  FAIL!  : tst_QAbstractItemView::task200665_itemEntered() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(1332) : failure location
  FAIL!  : tst_QAbstractItemView::task257481_emptyEditor() 'QTest::qWaitForWindowExposed(&treeView)' returned FALSE. ()
  tst_qabstractitemview.cpp(1358) : failure location
  FAIL!  : tst_QAbstractItemView::shiftArrowSelectionAfterScrolling() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(1398) : failure location
  FAIL!  : tst_QAbstractItemView::shiftSelectionAfterRubberbandSelection() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(1435) : failure location
  FAIL!  : tst_QAbstractItemView::ctrlRubberbandSelection() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(1512) : failure location
  FAIL!  : tst_QAbstractItemView::QTBUG6753_selectOnSelection() 'QTest::qWaitForWindowExposed(&table)' returned FALSE. ()
  tst_qabstractitemview.cpp(1595) : failure location
  FAIL!  : tst_QAbstractItemView::deselectInSingleSelection() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(1722) : failure location
  FAIL!  : tst_QAbstractItemView::sizeHintChangeTriggersLayout() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(761) : failure location
  Totals: 22 passed, 42 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QAbstractItemView *********
  Config: Using QtTest library 5.5.0, Qt 5.5.0 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  PASS   : tst_QAbstractItemView::initTestCase()
  PASS   : tst_QAbstractItemView::getSetCheck()
  FAIL!  : tst_QAbstractItemView::emptyModels(QListView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(410) : failure location
  FAIL!  : tst_QAbstractItemView::emptyModels(QTableView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(410) : failure location
  FAIL!  : tst_QAbstractItemView::emptyModels(QTreeView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(410) : failure location
  FAIL!  : tst_QAbstractItemView::emptyModels(QHeaderView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(410) : failure location
  FAIL!  : tst_QAbstractItemView::setModel(QListView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(448) : failure location
  FAIL!  : tst_QAbstractItemView::setModel(QTableView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(448) : failure location
  FAIL!  : tst_QAbstractItemView::setModel(QTreeView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(448) : failure location
  FAIL!  : tst_QAbstractItemView::setModel(QHeaderView) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(448) : failure location
  FAIL!  : tst_QAbstractItemView::noModel() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(672) : failure location
  FAIL!  : tst_QAbstractItemView::dragSelect() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(695) : failure location
  FAIL!  : tst_QAbstractItemView::rowDelegate() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(719) : failure location
  FAIL!  : tst_QAbstractItemView::columnDelegate() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(739) : failure location
  PASS   : tst_QAbstractItemView::selectAll()
  PASS   : tst_QAbstractItemView::ctrlA()
  FAIL!  : tst_QAbstractItemView::persistentEditorFocus() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(823) : 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(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QListView: checkable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QListView: selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QListView: enabled) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QListView: enabled|selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTreeView: no flags) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTreeView: checkable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTreeView: selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTreeView: enabled) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTreeView: enabled|selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QHeaderView: no flags) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QHeaderView: checkable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QHeaderView: selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QHeaderView: enabled) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QHeaderView: enabled|selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTableView: no flags) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTableView: checkable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTableView: selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTableView: enabled) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  FAIL!  : tst_QAbstractItemView::setCurrentIndex(QTableView: enabled|selectable) 'QTest::qWaitForWindowExposed(view.data())' returned FALSE. ()
  tst_qabstractitemview.cpp(1215) : failure location
  PASS   : tst_QAbstractItemView::task221955_selectedEditor()
  FAIL!  : tst_QAbstractItemView::task250754_fontChange() 'QTest::qWaitForWindowExposed(&w)' returned FALSE. ()
  tst_qabstractitemview.cpp(1305) : failure location
  FAIL!  : tst_QAbstractItemView::task200665_itemEntered() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(1332) : failure location
  FAIL!  : tst_QAbstractItemView::task257481_emptyEditor() 'QTest::qWaitForWindowExposed(&treeView)' returned FALSE. ()
  tst_qabstractitemview.cpp(1358) : failure location
  FAIL!  : tst_QAbstractItemView::shiftArrowSelectionAfterScrolling() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(1398) : failure location
  FAIL!  : tst_QAbstractItemView::shiftSelectionAfterRubberbandSelection() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(1435) : failure location
  FAIL!  : tst_QAbstractItemView::ctrlRubberbandSelection() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(1512) : failure location
  PASS   : tst_QAbstractItemView::QTBUG6407_extendedSelection()
  FAIL!  : tst_QAbstractItemView::QTBUG6753_selectOnSelection() 'QTest::qWaitForWindowExposed(&table)' returned FALSE. ()
  tst_qabstractitemview.cpp(1595) : 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(1722) : failure location
  PASS   : tst_QAbstractItemView::testNoActivateOnDisabledItem()
  PASS   : tst_QAbstractItemView::testFocusPolicy(QStyledItemDelegate)
  PASS   : tst_QAbstractItemView::testFocusPolicy(QItemDelegate)
  PASS   : tst_QAbstractItemView::QTBUG31411_noSelection()
  PASS   : tst_QAbstractItemView::QTBUG39324_settingSameInstanceOfIndexWidget()
  FAIL!  : tst_QAbstractItemView::sizeHintChangeTriggersLayout() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_qabstractitemview.cpp(761) : failure location
  PASS   : tst_QAbstractItemView::shiftSelectionAfterChangingModelContents()
  PASS   : tst_QAbstractItemView::cleanupTestCase()
  Totals: 22 passed, 42 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_QAbstractItemView *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qabstractitemview: 90 seconds, exit code 42
  
  Testing tst_Gestures
  FAIL!  : tst_Gestures::customGesture() 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. ()
  tst_gestures.cpp(390) : failure location
  FAIL!  : tst_Gestures::conflictingGesturesInGraphicsView() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(2264) : failure location
  FAIL!  : tst_Gestures::graphicsItemGesture() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(859) : failure location
  FAIL!  : tst_Gestures::graphicsView() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(921) : failure location
  FAIL!  : tst_Gestures::graphicsItemTreeGesture() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(997) : failure location
  FAIL!  : tst_Gestures::explicitGraphicsObjectTarget() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1054) : failure location
  FAIL!  : tst_Gestures::gestureOverChildGraphicsItem() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1113) : failure location
  FAIL!  : tst_Gestures::testMapToScene() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1411) : failure location
  FAIL!  : tst_Gestures::autoCancelGestures() 'QTest::qWaitForWindowExposed(&parent)' returned FALSE. ()
  tst_gestures.cpp(1537) : failure location
  FAIL!  : tst_Gestures::autoCancelGestures2() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1596) : failure location
  FAIL!  : tst_Gestures::graphicsViewParentPropagation() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1642) : failure location
  FAIL!  : tst_Gestures::panelPropagation() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1712) : failure location
  FAIL!  : tst_Gestures::panelStacksBehindParent() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1823) : failure location
  FAIL!  : tst_Gestures::deleteGestureTargetItem(delete1) 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1907) : failure location
  FAIL!  : tst_Gestures::deleteGestureTargetItem(delete2) 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1907) : failure location
  FAIL!  : tst_Gestures::deleteGestureTargetItem(delete3) 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1907) : failure location
  FAIL!  : tst_Gestures::deleteGestureTargetItem(deleteLater1) 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1907) : failure location
  FAIL!  : tst_Gestures::deleteGestureTargetItem(deleteLater2) 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1907) : failure location
  FAIL!  : tst_Gestures::deleteGestureTargetItem(deleteLater3) 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1907) : failure location
  FAIL!  : tst_Gestures::deleteGestureTargetItem(deleteLater4) 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1907) : failure location
  FAIL!  : tst_Gestures::deleteGestureTargetItem(delete-self-and-propagate) 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1907) : failure location
  FAIL!  : tst_Gestures::deleteGestureTargetItem(deleteLater-self-and-propagate) 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1907) : failure location
  FAIL!  : tst_Gestures::deleteGestureTargetItem(propagate-to-deletedLater) 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1907) : failure location
  FAIL!  : tst_Gestures::viewportCoordinates() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1952) : failure location
  FAIL!  : tst_Gestures::partialGesturePropagation() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1989) : failure location
  FAIL!  : tst_Gestures::testQGestureRecognizerCleanup() 'QTest::qWaitForWindowExposed(w)' returned FALSE. ()
  tst_gestures.cpp(2077) : failure location
  FAIL!  : tst_Gestures::testReuseCanceledGestures() 'QTest::qWaitForWindowExposed(&mw)' returned FALSE. ()
  tst_gestures.cpp(2198) : failure location
  FAIL!  : tst_Gestures::bug_13501_gesture_not_accepted() 'QTest::qWaitForWindowExposed(&w)' returned FALSE. ()
  tst_gestures.cpp(2329) : failure location
  Totals: 15 passed, 28 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_Gestures *********
  Config: Using QtTest library 5.5.0, Qt 5.5.0 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  PASS   : tst_Gestures::initTestCase()
  FAIL!  : tst_Gestures::customGesture() 'QTest::qWaitForWindowExposed(&widget)' returned FALSE. ()
  tst_gestures.cpp(390) : failure location
  PASS   : tst_Gestures::autoCancelingGestures()
  PASS   : tst_Gestures::gestureOverChild()
  PASS   : tst_Gestures::multipleWidgetOnlyGestureInTree()
  PASS   : tst_Gestures::conflictingGestures()
  FAIL!  : tst_Gestures::conflictingGesturesInGraphicsView() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(2264) : failure location
  PASS   : tst_Gestures::finishedWithoutStarted()
  PASS   : tst_Gestures::unknownGesture()
  FAIL!  : tst_Gestures::graphicsItemGesture() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(859) : failure location
  FAIL!  : tst_Gestures::graphicsView() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(921) : failure location
  FAIL!  : tst_Gestures::graphicsItemTreeGesture() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(997) : failure location
  FAIL!  : tst_Gestures::explicitGraphicsObjectTarget() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1054) : failure location
  FAIL!  : tst_Gestures::gestureOverChildGraphicsItem() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1113) : failure location
  PASS   : tst_Gestures::twoGesturesOnDifferentLevel()
  PASS   : tst_Gestures::multipleGesturesInTree()
  PASS   : tst_Gestures::multipleGesturesInComplexTree()
  FAIL!  : tst_Gestures::testMapToScene() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1411) : failure location
  PASS   : tst_Gestures::ungrabGesture()
  PASS   : tst_Gestures::consumeEventHint()
  PASS   : tst_Gestures::unregisterRecognizer()
  FAIL!  : tst_Gestures::autoCancelGestures() 'QTest::qWaitForWindowExposed(&parent)' returned FALSE. ()
  tst_gestures.cpp(1537) : failure location
  FAIL!  : tst_Gestures::autoCancelGestures2() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1596) : failure location
  FAIL!  : tst_Gestures::graphicsViewParentPropagation() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1642) : failure location
  FAIL!  : tst_Gestures::panelPropagation() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1712) : failure location
  FAIL!  : tst_Gestures::panelStacksBehindParent() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1823) : failure location
  PASS   : tst_Gestures::deleteGestureTargetWidget()
  FAIL!  : tst_Gestures::deleteGestureTargetItem(delete1) 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1907) : failure location
  FAIL!  : tst_Gestures::deleteGestureTargetItem(delete2) 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1907) : failure location
  FAIL!  : tst_Gestures::deleteGestureTargetItem(delete3) 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1907) : failure location
  FAIL!  : tst_Gestures::deleteGestureTargetItem(deleteLater1) 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1907) : failure location
  FAIL!  : tst_Gestures::deleteGestureTargetItem(deleteLater2) 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1907) : failure location
  FAIL!  : tst_Gestures::deleteGestureTargetItem(deleteLater3) 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1907) : failure location
  FAIL!  : tst_Gestures::deleteGestureTargetItem(deleteLater4) 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1907) : failure location
  FAIL!  : tst_Gestures::deleteGestureTargetItem(delete-self-and-propagate) 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1907) : failure location
  FAIL!  : tst_Gestures::deleteGestureTargetItem(deleteLater-self-and-propagate) 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1907) : failure location
  FAIL!  : tst_Gestures::deleteGestureTargetItem(propagate-to-deletedLater) 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1907) : failure location
  FAIL!  : tst_Gestures::viewportCoordinates() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1952) : failure location
  FAIL!  : tst_Gestures::partialGesturePropagation() 'QTest::qWaitForWindowExposed(&view)' returned FALSE. ()
  tst_gestures.cpp(1989) : failure location
  QDEBUG : tst_Gestures::testQGestureRecognizerCleanup() register: default = 0x1462188 ; platform = 0x1462178
  FAIL!  : tst_Gestures::testQGestureRecognizerCleanup() 'QTest::qWaitForWindowExposed(w)' returned FALSE. ()
  tst_gestures.cpp(2077) : failure location
  FAIL!  : tst_Gestures::testReuseCanceledGestures() 'QTest::qWaitForWindowExposed(&mw)' returned FALSE. ()
  tst_gestures.cpp(2198) : failure location
  FAIL!  : tst_Gestures::bug_13501_gesture_not_accepted() 'QTest::qWaitForWindowExposed(&w)' returned FALSE. ()
  tst_gestures.cpp(2329) : failure location
  PASS   : tst_Gestures::cleanupTestCase()
  Totals: 15 passed, 28 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_Gestures *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_gestures: 69 seconds, exit code 28

  Build log: http://testresults.qt.io/ci/QtBase_5.5_Integration/build_00490/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz

  Tested changes (refs/builds/5.5_1427964313):
    http://codereview.qt-project.org/109538 [PS2] - Fix BlackBerry build.
    http://codereview.qt-project.org/109753 [PS3] - Fix crash when qt compiled with dbus support and no dbus interface.



More information about the Ci-reports mailing list