[Ci-reports] fail on QtBase_stable_Integration #3329

Qt Continuous Integration System ci-noreply at qt-project.org
Mon Mar 10 08:21:19 CET 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::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
  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: 47 passed, 7 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.0, Qt 5.3.0
  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()
  PASS   : tst_QItemDelegate::decoration(pixmap 30x30)
  PASS   : tst_QItemDelegate::decoration(image 30x30)
  PASS   : tst_QItemDelegate::decoration(icon 30x30)
  PASS   : tst_QItemDelegate::decoration(color 30x30)
  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: 51 passed, 3 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 7
  QtQA::App::TestRunner:   second attempt: exited with exit code 3
  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: 188 seconds, exit code 3

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

  Tested changes (refs/builds/stable_1394431242):
    http://codereview.qt-project.org/80250 [PS2] - Increase timeout in tst_NetworkSelfTest.



More information about the Ci-reports mailing list