[Ci-reports] fail on QtBase_5.3_Integration #208

Qt Continuous Integration System ci-noreply at qt-project.org
Wed Aug 6 11:10:05 CEST 2014


Autotest `tst_qitemdelegate' failed :(

The test was determined to be flaky, meaning results were not consistent across multiple runs.  This might make the problem difficult to reproduce.  Also, flaky failures might or might not be related to any recent changes in the source code.

  Testing tst_QItemDelegate
  FAIL!  : tst_QItemDelegate::dateTimeEditor(data) 'dateEditor' returned FALSE. ()
  tst_qitemdelegate.cpp(796) : failure location
  FAIL!  : tst_QItemDelegate::decoration(pixmap 30x30) Compared values are not the same
     Actual   (((delegate.decorationRect.size()))): QSize(0x0)
     Expected (expected)                          : QSize(30x30)
  tst_qitemdelegate.cpp(1091) : failure location
  FAIL!  : tst_QItemDelegate::decoration(image 30x30) Compared values are not the same
     Actual   (((delegate.decorationRect.size()))): QSize(0x0)
     Expected (expected)                          : QSize(30x30)
  tst_qitemdelegate.cpp(1091) : failure location
  FAIL!  : tst_QItemDelegate::decoration(icon 30x30) Compared values are not the same
     Actual   (((delegate.decorationRect.size()))): QSize(0x0)
     Expected (expected)                          : QSize(16x16)
  tst_qitemdelegate.cpp(1091) : failure location
  FAIL!  : tst_QItemDelegate::decoration(color 30x30) Compared values are not the same
     Actual   (((delegate.decorationRect.size()))): QSize(0x0)
     Expected (expected)                          : QSize(16x16)
  tst_qitemdelegate.cpp(1091) : failure location
  Totals: 49 passed, 5 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QItemDelegate *********
  Config: Using QtTest library 5.3.2, Qt 5.3.2
  PASS   : tst_QItemDelegate::initTestCase()
  PASS   : tst_QItemDelegate::getSetCheck()
  PASS   : tst_QItemDelegate::textRectangle(empty)
  PASS   : tst_QItemDelegate::sizeHint(empty)
  PASS   : tst_QItemDelegate::editorKeyPress(foo bar)
  PASS   : tst_QItemDelegate::doubleEditorNegativeInput()
  FAIL!  : tst_QItemDelegate::font(foo italic) Compared values are not the same
     Actual   (((delegate->displayText))): ""
     Expected (item->text())             : "foo"
  tst_qitemdelegate.cpp(475) : failure location
  FAIL!  : tst_QItemDelegate::font(foo bold) Compared values are not the same
     Actual   (((delegate->displayText))): ""
     Expected (item->text())             : "foo"
  tst_qitemdelegate.cpp(475) : failure location
  FAIL!  : tst_QItemDelegate::font(foo family) Compared values are not the same
     Actual   (((delegate->displayText))): ""
     Expected (item->text())             : "foo"
  tst_qitemdelegate.cpp(475) : failure location
  PASS   : tst_QItemDelegate::doLayout(top, left to right, hint)
  PASS   : tst_QItemDelegate::doLayout(top, right to left, hint)
  PASS   : tst_QItemDelegate::doLayout(bottom, left to right, hint)
  PASS   : tst_QItemDelegate::doLayout(bottom, right to left, hint)
  PASS   : tst_QItemDelegate::doLayout(left, left to right, hint)
  PASS   : tst_QItemDelegate::doLayout(left, right to left, hint)
  PASS   : tst_QItemDelegate::doLayout(right, left to right, hint)
  PASS   : tst_QItemDelegate::doLayout(right, right to left, hint)
  PASS   : tst_QItemDelegate::rect(pixmap)
  PASS   : tst_QItemDelegate::rect(image)
  PASS   : tst_QItemDelegate::rect(icon)
  PASS   : tst_QItemDelegate::rect(color)
  PASS   : tst_QItemDelegate::rect(double)
  PASS   : tst_QItemDelegate::testEventFilter()
  PASS   : tst_QItemDelegate::dateTimeEditor(data)
  PASS   : tst_QItemDelegate::dateAndTimeEditorTest2()
  PASS   : tst_QItemDelegate::uintEdit()
  FAIL!  : tst_QItemDelegate::decoration(pixmap 30x30) Compared values are not the same
     Actual   (((delegate.decorationRect.size()))): QSize(0x0)
     Expected (expected)                          : QSize(30x30)
  tst_qitemdelegate.cpp(1091) : failure location
  FAIL!  : tst_QItemDelegate::decoration(image 30x30) Compared values are not the same
     Actual   (((delegate.decorationRect.size()))): QSize(0x0)
     Expected (expected)                          : QSize(30x30)
  tst_qitemdelegate.cpp(1091) : failure location
  FAIL!  : tst_QItemDelegate::decoration(icon 30x30) Compared values are not the same
     Actual   (((delegate.decorationRect.size()))): QSize(0x0)
     Expected (expected)                          : QSize(16x16)
  tst_qitemdelegate.cpp(1091) : failure location
  FAIL!  : tst_QItemDelegate::decoration(color 30x30) Compared values are not the same
     Actual   (((delegate.decorationRect.size()))): QSize(0x0)
     Expected (expected)                          : QSize(16x16)
  tst_qitemdelegate.cpp(1091) : failure location
  PASS   : tst_QItemDelegate::editorEvent(unchecked, checkable, release)
  PASS   : tst_QItemDelegate::editorEvent(checked, checkable, release)
  PASS   : tst_QItemDelegate::editorEvent(unchecked, checkable, release)
  PASS   : tst_QItemDelegate::editorEvent(unchecked, checkable, release, right button)
  PASS   : tst_QItemDelegate::editorEvent(unchecked, checkable, release outside)
  PASS   : tst_QItemDelegate::editorEvent(unchecked, checkable, dblclick)
  PASS   : tst_QItemDelegate::editorEvent(unchecked, tristate, release)
  PASS   : tst_QItemDelegate::editorEvent(partially checked, tristate, release)
  PASS   : tst_QItemDelegate::editorEvent(checked, tristate, release)
  PASS   : tst_QItemDelegate::enterKey(lineedit enter)
  PASS   : tst_QItemDelegate::enterKey(textedit enter)
  PASS   : tst_QItemDelegate::enterKey(plaintextedit enter)
  PASS   : tst_QItemDelegate::enterKey(plaintextedit return)
  PASS   : tst_QItemDelegate::enterKey(plaintextedit tab)
  PASS   : tst_QItemDelegate::enterKey(lineedit tab)
  PASS   : tst_QItemDelegate::comboBox()
  PASS   : tst_QItemDelegate::testLineEditValidation(enter)
  PASS   : tst_QItemDelegate::testLineEditValidation(return)
  PASS   : tst_QItemDelegate::testLineEditValidation(tab)
  PASS   : tst_QItemDelegate::testLineEditValidation(backtab)
  PASS   : tst_QItemDelegate::testLineEditValidation(escape)
  PASS   : tst_QItemDelegate::task257859_finalizeEdit()
  PASS   : tst_QItemDelegate::QTBUG4435_keepSelectionOnCheck()
  PASS   : tst_QItemDelegate::cleanupTestCase()
  Totals: 47 passed, 7 failed, 0 skipped
  ********* Finished testing of tst_QItemDelegate *********
  QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time:
  QtQA::App::TestRunner:   first attempt:  exited with exit code 5
  QtQA::App::TestRunner:   second attempt: exited with exit code 7
  QtQA::App::TestRunner: the test seems to be flaky, please fix this
  QtQA::App::TestRunner: this flaky test is being treated as a FAIL
  QtQA::App::TestRunner: end tst_qitemdelegate: 199 seconds, exit code 7

  Build log: http://testresults.qt-project.org/ci/QtBase_5.3_Integration/build_00208/win32-msvc2010_Windows_7/log.txt.gz

  Tested changes (refs/builds/5.3_1407311730):
    http://codereview.qt-project.org/91492 [PS1] - Doc: Placed Qt OpenGL class convention in code block.
    http://codereview.qt-project.org/91501 [PS1] - GTK file dialog: pre-fill the filename if given to a Save dialog
    http://codereview.qt-project.org/91487 [PS1] - QFileDialog docs: remove misleading sentence about static functions



More information about the Ci-reports mailing list