[Ci-reports] fail on Qt5_release_Integration #311

Qt Continuous Integration System ci-noreply at qt-project.org
Tue Mar 11 02:33:08 CET 2014


Autotests `tst_qcolumnview' and `tst_qpacketprotocol (qtquick1)' failed :(

Some (not all) of the tests were 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_QPacketProtocol
  FAIL!  : tst_QPacketProtocol::send(auto send) 'm_server->waitForNewConnection()' returned FALSE. ()
  tst_qpacketprotocol.cpp(90) : failure location
  FAIL!  : tst_QPacketProtocol::send(no auto send) 'm_server->waitForNewConnection()' returned FALSE. ()
  tst_qpacketprotocol.cpp(90) : failure location
  Totals: 13 passed, 2 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QPacketProtocol *********
  Config: Using QtTest library 5.2.2, Qt 5.2.2
  PASS   : tst_QPacketProtocol::initTestCase()
  PASS   : tst_QPacketProtocol::maximumPacketSize()
  PASS   : tst_QPacketProtocol::setMaximumPacketSize(invalid)
  PASS   : tst_QPacketProtocol::setMaximumPacketSize(still invalid)
  FAIL!  : tst_QPacketProtocol::setMaximumPacketSize(valid) 'm_server->waitForNewConnection()' returned FALSE. ()
  tst_qpacketprotocol.cpp(90) : failure location
  PASS   : tst_QPacketProtocol::send(auto send)
  PASS   : tst_QPacketProtocol::send(no auto send)
  PASS   : tst_QPacketProtocol::packetsAvailable(1)
  PASS   : tst_QPacketProtocol::packetsAvailable(2)
  PASS   : tst_QPacketProtocol::packetsAvailable(10)
  PASS   : tst_QPacketProtocol::clear()
  PASS   : tst_QPacketProtocol::read()
  PASS   : tst_QPacketProtocol::device()
  PASS   : tst_QPacketProtocol::tst_QPacket_clear()
  PASS   : tst_QPacketProtocol::cleanupTestCase()
  Totals: 14 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QPacketProtocol *********
  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 2
  QtQA::App::TestRunner:   second attempt: exited with exit code 1
  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_qpacketprotocol (qtquick1): 2 seconds, exit code 1
  
  Testing tst_QColumnView
  FAIL!  : tst_QColumnView::dynamicModelChanges() Compared values are not the same
     Actual   (delegate.paintedIndexes.count()): 0
     Expected (1)                              : 1
  tst_qcolumnview.cpp(1053) : 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.2.2, Qt 5.2.2
  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
  PASS   : tst_QColumnView::scrollTo(normal)
  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()
  FAIL!  : tst_QColumnView::dynamicModelChanges() Compared values are not the same
     Actual   (delegate.paintedIndexes.count()): 0
     Expected (1)                              : 1
  tst_qcolumnview.cpp(1053) : failure location
  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: 64 seconds, exit code 1

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

  Tested changes (refs/builds/release_1394476554):
    http://codereview.qt-project.org/78351 [PS11] - Updated submodules.



More information about the Ci-reports mailing list