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

Qt Continuous Integration System ci-noreply at qt-project.org
Mon Dec 9 21:45:28 CET 2013


Autotest `tst_qlistwidget' failed :(

  Testing tst_QListWidget
  FAIL!  : tst_QListWidget::closePersistentEditor() Compared values are not the same
     Actual   (testWidget->viewport()->children().count()): 1
     Expected (childCount - 1)                            : 0
     Loc: [tst_qlistwidget.cpp(326)]
  Totals: 117 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QListWidget *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QListWidget::initTestCase()
  PASS   : tst_QListWidget::addItem()
  PASS   : tst_QListWidget::addItem2()
  PASS   : tst_QListWidget::addItems()
  PASS   : tst_QListWidget::openPersistentEditor()
  FAIL!  : tst_QListWidget::closePersistentEditor() Compared values are not the same
     Actual   (testWidget->viewport()->children().count()): 1
     Expected (childCount - 1)                            : 0
     Loc: [tst_qlistwidget.cpp(326)]
  PASS   : tst_QListWidget::count()
  PASS   : tst_QListWidget::currentItem()
  PASS   : tst_QListWidget::setCurrentItem(HasItems: 0)
  PASS   : tst_QListWidget::setCurrentItem(HasItems: 1)
  PASS   : tst_QListWidget::setCurrentItem(HasItems: 2)
  PASS   : tst_QListWidget::setCurrentItem(HasItems: 3)
  PASS   : tst_QListWidget::currentRow()
  PASS   : tst_QListWidget::setCurrentRow(HasItems: 0)
  PASS   : tst_QListWidget::setCurrentRow(HasItems: 1)
  PASS   : tst_QListWidget::setCurrentRow(HasItems: 2)
  PASS   : tst_QListWidget::setCurrentRow(HasItems: 3)
  QWARN  : tst_QListWidget::editItem(editable) edit: index was invalid
  QWARN  : tst_QListWidget::editItem(editable) edit: editing failed
  QWARN  : tst_QListWidget::editItem(editable) edit: index was invalid
  QWARN  : tst_QListWidget::editItem(editable) edit: editing failed
  PASS   : tst_QListWidget::editItem(editable)
  QWARN  : tst_QListWidget::editItem(not editable) edit: index was invalid
  QWARN  : tst_QListWidget::editItem(not editable) edit: editing failed
  QWARN  : tst_QListWidget::editItem(not editable) edit: index was invalid
  QWARN  : tst_QListWidget::editItem(not editable) edit: editing failed
  QWARN  : tst_QListWidget::editItem(not editable) edit: editing failed
  PASS   : tst_QListWidget::editItem(not editable)
  PASS   : tst_QListWidget::findItems()
  PASS   : tst_QListWidget::insertItem(Insert less then 0)
  PASS   : tst_QListWidget::insertItem(Insert at 0)
  PASS   : tst_QListWidget::insertItem(Insert beyond count)
  PASS   : tst_QListWidget::insertItem(Insert at count)
  PASS   : tst_QListWidget::insertItem(Insert in the middle)
  PASS   : tst_QListWidget::insertItems(Insert 1 item using constructor)
  PASS   : tst_QListWidget::insertItems(Insert 10 items using constructor)
  PASS   : tst_QListWidget::insertItems(Insert 100 items using constructor)
  PASS   : tst_QListWidget::insertItems(Insert 1 item with insertItem)
  PASS   : tst_QListWidget::insertItems(Insert 10 items with insertItem)
  PASS   : tst_QListWidget::insertItems(Insert 100 items with insertItem)
  PASS   : tst_QListWidget::insertItems(Insert/Create 1 item using insertItem)
  PASS   : tst_QListWidget::insertItems(Insert/Create 10 items using insertItem)
  PASS   : tst_QListWidget::insertItems(Insert/Create 100 items using insertItem)
  PASS   : tst_QListWidget::insertItems(Insert 0 items with insertItems)
  PASS   : tst_QListWidget::insertItems(Insert 1 item with insertItems)
  PASS   : tst_QListWidget::insertItems(Insert 10 items with insertItems)
  PASS   : tst_QListWidget::insertItems(Insert 100 items with insertItems)
  PASS   : tst_QListWidget::moveItemsPriv(Empty)
  PASS   : tst_QListWidget::moveItemsPriv(Overflow src)
  PASS   : tst_QListWidget::moveItemsPriv(Underflow src)
  PASS   : tst_QListWidget::moveItemsPriv(Overflow dst)
  PASS   : tst_QListWidget::moveItemsPriv(Underflow dst)
  PASS   : tst_QListWidget::moveItemsPriv(Same place)
  PASS   : tst_QListWidget::moveItemsPriv(Up)
  PASS   : tst_QListWidget::moveItemsPriv(Down)
  PASS   : tst_QListWidget::moveItemsPriv(QTBUG-6532 assert)
  PASS   : tst_QListWidget::moveItemsPriv(QTBUG-6565 to the end)
  PASS   : tst_QListWidget::moveItemsPriv(Same place 2)
  PASS   : tst_QListWidget::moveItemsPriv(swap)
  PASS   : tst_QListWidget::moveItemsPriv(swap2)
  PASS   : tst_QListWidget::moveItemsPriv(swap3)
  PASS   : tst_QListWidget::moveItemsPriv(swap4)
  PASS   : tst_QListWidget::itemAssignment()
  PASS   : tst_QListWidget::item(First item, row: 0)
  PASS   : tst_QListWidget::item(Middle item, row: 1)
  PASS   : tst_QListWidget::item(Last item, row: 2)
  PASS   : tst_QListWidget::item(Out of bounds, row: -1)
  PASS   : tst_QListWidget::item(Out of bounds, row: 3)
  PASS   : tst_QListWidget::takeItem(First item, row: 0)
  PASS   : tst_QListWidget::takeItem(Middle item, row: 1)
  PASS   : tst_QListWidget::takeItem(Last item, row: 2)
  PASS   : tst_QListWidget::takeItem(Out of bounds, row: -1)
  PASS   : tst_QListWidget::takeItem(Out of bounds, row: 3)
  PASS   : tst_QListWidget::setItemHidden()
  PASS   : tst_QListWidget::selectedItems(none hidden, none selected)
  PASS   : tst_QListWidget::selectedItems(none hidden, all selected)
  PASS   : tst_QListWidget::selectedItems(first hidden, all selected)
  PASS   : tst_QListWidget::selectedItems(last hidden, all selected)
  PASS   : tst_QListWidget::selectedItems(middle hidden, all selected)
  PASS   : tst_QListWidget::selectedItems(all hidden, all selected)
  PASS   : tst_QListWidget::removeItems(Empty)
  PASS   : tst_QListWidget::removeItems(1:1)
  PASS   : tst_QListWidget::removeItems(3:1)
  PASS   : tst_QListWidget::removeItems(3:2)
  PASS   : tst_QListWidget::removeItems(100:10)
  PASS   : tst_QListWidget::itemStreaming(Data)
  PASS   : tst_QListWidget::sortItems(ascending strings)
  PASS   : tst_QListWidget::sortItems(descending strings)
  PASS   : tst_QListWidget::sortItems(ascending numbers)
  PASS   : tst_QListWidget::sortItems(descending numbers)
  PASS   : tst_QListWidget::sortHiddenItems(descending order, 20 items)
  PASS   : tst_QListWidget::sortHiddenItems(ascending order)
  PASS   : tst_QListWidget::sortHiddenItems(descending order)
  PASS   : tst_QListWidget::closeEditor()
  PASS   : tst_QListWidget::setData(changing a role should emit)
  PASS   : tst_QListWidget::setData(setting the same value should not emit)
  PASS   : tst_QListWidget::setData(setting the same value twice should only emit once)
  PASS   : tst_QListWidget::setData(changing three roles should emit three times)
  PASS   : tst_QListWidget::insertItemsWithSorting(() + (a) = (a))
  PASS   : tst_QListWidget::insertItemsWithSorting(() + (c, b, a) = (a, b, c))
  PASS   : tst_QListWidget::insertItemsWithSorting(() + (a, b, c) = (c, b, a))
  PASS   : tst_QListWidget::insertItemsWithSorting((a) + (b) = (a, b))
  PASS   : tst_QListWidget::insertItemsWithSorting((a) + (b) = (b, a))
  PASS   : tst_QListWidget::insertItemsWithSorting((a, c, b) + (d) = (a, b, c, d))
  PASS   : tst_QListWidget::insertItemsWithSorting((b, c, a) + (d) = (d, c, b, a))
  PASS   : tst_QListWidget::insertItemsWithSorting(() + (sorted items) = (sorted items))
  PASS   : tst_QListWidget::insertItemsWithSorting((sorted items) + () = (sorted items))
  PASS   : tst_QListWidget::insertItemsWithSorting(() + (ascending items) = (reverse items))
  PASS   : tst_QListWidget::insertItemsWithSorting((reverse items) + () = (ascending items))
  PASS   : tst_QListWidget::insertItemsWithSorting((reverse items) + () = (reverse items))
  PASS   : tst_QListWidget::changeDataWithSorting(change a to b in (a))
  PASS   : tst_QListWidget::changeDataWithSorting(change a to b in (a, c))
  PASS   : tst_QListWidget::changeDataWithSorting(change a to c in (a, b))
  PASS   : tst_QListWidget::changeDataWithSorting(change c to a in (c, b))
  PASS   : tst_QListWidget::changeDataWithSorting(change e to i in (a, c, e, g))
  PASS   : tst_QListWidget::changeDataWithSorting(change e to a in (c, e, g, i))
  PASS   : tst_QListWidget::changeDataWithSorting(change e to f in (c, e, g, i))
  PASS   : tst_QListWidget::itemData()
  PASS   : tst_QListWidget::itemWidget()
  PASS   : tst_QListWidget::insertUnchanged()
  PASS   : tst_QListWidget::setSortingEnabled()
  PASS   : tst_QListWidget::task199503_crashWhenCleared()
  PASS   : tst_QListWidget::task217070_scrollbarsAdjusted()
  PASS   : tst_QListWidget::task258949_keypressHangup()
  PASS   : tst_QListWidget::QTBUG8086_currentItemChangedOnClick()
  PASS   : tst_QListWidget::QTBUG14363_completerWithAnyKeyPressedEditTriggers()
  PASS   : tst_QListWidget::cleanupTestCase()
  Totals: 117 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QListWidget *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qlistwidget: 24 seconds, exit code 1

  Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_02249/macx-clang_developer-build_OSX_10.8/log.txt.gz

    ============================================================

Autotest `tst_qcolumnview' failed :(

  Testing tst_QColumnView
  FAIL!  : tst_QColumnView::dynamicModelChanges() Compared values are not the same
     Actual   (delegate.paintedIndexes.count()): 0
     Expected (1)                              : 1
  tst_qcolumnview.cpp(1052) : failure location
  Totals: 33 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QColumnView *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QColumnView::initTestCase()
  PASS   : tst_QColumnView::rootIndex()
  PASS   : tst_QColumnView::grips()
  PASS   : tst_QColumnView::isIndexHidden()
  PASS   : tst_QColumnView::indexAt()
  PASS   : tst_QColumnView::scrollContentsBy(normal)
  PASS   : tst_QColumnView::scrollContentsBy(reverse)
  QDEBUG : tst_QColumnView::scrollTo(normal) last= 0  ; HorizontalOffset=  -256
  QDEBUG : tst_QColumnView::scrollTo(normal) last= -256  ; HorizontalOffset=  -512
  QDEBUG : tst_QColumnView::scrollTo(normal) last= -512  ; HorizontalOffset=  -768
  QDEBUG : tst_QColumnView::scrollTo(normal) last= -768  ; HorizontalOffset=  -1024
  FAIL!  : tst_QColumnView::scrollTo(normal) Compared values are not the same
     Actual   (view.hasFocus()): 1
     Expected (giveFocus)      : 0
  tst_qcolumnview.cpp(487) : failure location
  PASS   : tst_QColumnView::scrollTo(reverse)
  PASS   : tst_QColumnView::moveCursor(normal)
  PASS   : tst_QColumnView::moveCursor(reverse)
  PASS   : tst_QColumnView::selectAll()
  PASS   : tst_QColumnView::clicked()
  PASS   : tst_QColumnView::selectedColumns()
  PASS   : tst_QColumnView::setSelection()
  PASS   : tst_QColumnView::setSelectionModel()
  PASS   : tst_QColumnView::visualRegionForSelection()
  PASS   : tst_QColumnView::dynamicModelChanges()
  PASS   : tst_QColumnView::moveGrip_basic()
  PASS   : tst_QColumnView::moveGrip(normal)
  PASS   : tst_QColumnView::moveGrip(reverse)
  PASS   : tst_QColumnView::doubleClick()
  PASS   : tst_QColumnView::gripMoved()
  PASS   : tst_QColumnView::preview()
  PASS   : tst_QColumnView::swapPreview()
  PASS   : tst_QColumnView::sizes()
  PASS   : tst_QColumnView::rowDelegate()
  PASS   : tst_QColumnView::resize()
  PASS   : tst_QColumnView::changeSameColumn()
  XFAIL  : tst_QColumnView::parentCurrentIndex(down) QTBUG-22707
  tst_qcolumnview.cpp(999) : failure location
  PASS   : tst_QColumnView::parentCurrentIndex(down)
  XFAIL  : tst_QColumnView::parentCurrentIndex(up) QTBUG-22707
  tst_qcolumnview.cpp(999) : failure location
  PASS   : tst_QColumnView::parentCurrentIndex(up)
  PASS   : tst_QColumnView::pullRug(model)
  PASS   : tst_QColumnView::pullRug(index)
  PASS   : tst_QColumnView::cleanupTestCase()
  Totals: 33 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QColumnView *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qcolumnview: 46 seconds, exit code 1

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

  Tested changes (refs/builds/dev_1386616884):
    http://codereview.qt-project.org/73565 [PS1] - qmake: remove bogus comment
    http://codereview.qt-project.org/73485 [PS2] - qmake: fix const correctness



More information about the Ci-reports mailing list