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

Qt Continuous Integration System ci-noreply at qt-project.org
Wed Aug 28 14:58:04 CEST 2013


Autotests `tst_qsequentialanimationgroup' and `tst_qthreadpool' 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_QThreadPool
  FAIL!  : tst_QThreadPool::reserveAndStart() Compared values are not the same
     Actual   (threadpool->activeThreadCount()): 1
     Expected (2)                              : 2
     Loc: [tst_qthreadpool.cpp(664)]
  Totals: 58 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QThreadPool *********
  Config: Using QtTest library 5.2.0, Qt 5.2.0
  PASS   : tst_QThreadPool::initTestCase()
  PASS   : tst_QThreadPool::runFunction()
  PASS   : tst_QThreadPool::createThreadRunFunction()
  PASS   : tst_QThreadPool::runMultiple()
  PASS   : tst_QThreadPool::waitcomplete()
  PASS   : tst_QThreadPool::runTask()
  PASS   : tst_QThreadPool::singleton()
  PASS   : tst_QThreadPool::destruction()
  PASS   : tst_QThreadPool::threadRecycling()
  PASS   : tst_QThreadPool::expiryTimeout()
  PASS   : tst_QThreadPool::exceptions()
  PASS   : tst_QThreadPool::setMaxThreadCount(1)
  PASS   : tst_QThreadPool::setMaxThreadCount(-1)
  PASS   : tst_QThreadPool::setMaxThreadCount(2)
  PASS   : tst_QThreadPool::setMaxThreadCount(-2)
  PASS   : tst_QThreadPool::setMaxThreadCount(4)
  PASS   : tst_QThreadPool::setMaxThreadCount(-4)
  PASS   : tst_QThreadPool::setMaxThreadCount(0)
  PASS   : tst_QThreadPool::setMaxThreadCount(12345)
  PASS   : tst_QThreadPool::setMaxThreadCount(-6789)
  PASS   : tst_QThreadPool::setMaxThreadCount(42)
  PASS   : tst_QThreadPool::setMaxThreadCount(-666)
  PASS   : tst_QThreadPool::setMaxThreadCountStartsAndStopsThreads()
  PASS   : tst_QThreadPool::reserveThread(1)
  PASS   : tst_QThreadPool::reserveThread(-1)
  PASS   : tst_QThreadPool::reserveThread(2)
  PASS   : tst_QThreadPool::reserveThread(-2)
  PASS   : tst_QThreadPool::reserveThread(4)
  PASS   : tst_QThreadPool::reserveThread(-4)
  PASS   : tst_QThreadPool::reserveThread(0)
  PASS   : tst_QThreadPool::reserveThread(12345)
  PASS   : tst_QThreadPool::reserveThread(-6789)
  PASS   : tst_QThreadPool::reserveThread(42)
  PASS   : tst_QThreadPool::reserveThread(-666)
  PASS   : tst_QThreadPool::releaseThread(1)
  PASS   : tst_QThreadPool::releaseThread(-1)
  PASS   : tst_QThreadPool::releaseThread(2)
  PASS   : tst_QThreadPool::releaseThread(-2)
  PASS   : tst_QThreadPool::releaseThread(4)
  PASS   : tst_QThreadPool::releaseThread(-4)
  PASS   : tst_QThreadPool::releaseThread(0)
  PASS   : tst_QThreadPool::releaseThread(12345)
  PASS   : tst_QThreadPool::releaseThread(-6789)
  PASS   : tst_QThreadPool::releaseThread(42)
  PASS   : tst_QThreadPool::releaseThread(-666)
  FAIL!  : tst_QThreadPool::reserveAndStart() Compared values are not the same
     Actual   (threadpool->activeThreadCount()): 1
     Expected (2)                              : 2
     Loc: [tst_qthreadpool.cpp(676)]
  PASS   : tst_QThreadPool::start()
  PASS   : tst_QThreadPool::tryStart()
  PASS   : tst_QThreadPool::tryStartPeakThreadCount()
  PASS   : tst_QThreadPool::tryStartCount()
  PASS   : tst_QThreadPool::priorityStart(0)
  PASS   : tst_QThreadPool::priorityStart(1)
  PASS   : tst_QThreadPool::priorityStart(2)
  PASS   : tst_QThreadPool::waitForDone()
  PASS   : tst_QThreadPool::clear()
  PASS   : tst_QThreadPool::waitForDoneTimeout()
  PASS   : tst_QThreadPool::destroyingWaitsForTasksToFinish()
  PASS   : tst_QThreadPool::stressTest()
  PASS   : tst_QThreadPool::cleanupTestCase()
  Totals: 58 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QThreadPool *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qthreadpool: 128 seconds, exit code 1
  
  Testing tst_QSequentialAnimationGroup
  FAIL!  : tst_QSequentialAnimationGroup::clear() 'anim1 == 0' returned FALSE. ()
     Loc: [tst_qsequentialanimationgroup.cpp(1631)]
  Totals: 27 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QSequentialAnimationGroup *********
  Config: Using QtTest library 5.2.0, Qt 5.2.0
  PASS   : tst_QSequentialAnimationGroup::initTestCase()
  PASS   : tst_QSequentialAnimationGroup::construction()
  PASS   : tst_QSequentialAnimationGroup::setCurrentTime()
  PASS   : tst_QSequentialAnimationGroup::setCurrentTimeWithUncontrolledAnimation()
  PASS   : tst_QSequentialAnimationGroup::seekingForwards()
  XFAIL  : tst_QSequentialAnimationGroup::seekingBackwards() rewinding in nested groups is considered as a restart from the children,hence they don't reset from their current animation
     Loc: [tst_qsequentialanimationgroup.cpp(541)]
  XFAIL  : tst_QSequentialAnimationGroup::seekingBackwards() rewinding in nested groups is considered as a restart from the children,hence they don't reset from their current animation
     Loc: [tst_qsequentialanimationgroup.cpp(544)]
  XFAIL  : tst_QSequentialAnimationGroup::seekingBackwards() rewinding in nested groups is considered as a restart from the children,hence they don't reset from their current animation
     Loc: [tst_qsequentialanimationgroup.cpp(547)]
  PASS   : tst_QSequentialAnimationGroup::seekingBackwards()
  PASS   : tst_QSequentialAnimationGroup::pauseAndResume()
  PASS   : tst_QSequentialAnimationGroup::restart()
  PASS   : tst_QSequentialAnimationGroup::looping()
  PASS   : tst_QSequentialAnimationGroup::startDelay()
  PASS   : tst_QSequentialAnimationGroup::clearGroup()
  FAIL!  : tst_QSequentialAnimationGroup::groupWithZeroDurationAnimations() Compared values are not the same
     Actual   (o2.property("myProperty").toInt()): 12
     Expected (42)                               : 42
     Loc: [tst_qsequentialanimationgroup.cpp(1022)]
  PASS   : tst_QSequentialAnimationGroup::propagateGroupUpdateToChildren()
  PASS   : tst_QSequentialAnimationGroup::updateChildrenWithRunningGroup()
  PASS   : tst_QSequentialAnimationGroup::deleteChildrenWithRunningGroup()
  PASS   : tst_QSequentialAnimationGroup::startChildrenWithStoppedGroup()
  PASS   : tst_QSequentialAnimationGroup::stopGroupWithRunningChild()
  FAIL!  : tst_QSequentialAnimationGroup::startGroupWithRunningChild() Compared values are not the same
     Loc: [tst_qsequentialanimationgroup.cpp(1314)]
  PASS   : tst_QSequentialAnimationGroup::zeroDurationAnimation()
  PASS   : tst_QSequentialAnimationGroup::stopUncontrolledAnimations()
  PASS   : tst_QSequentialAnimationGroup::finishWithUncontrolledAnimation()
  PASS   : tst_QSequentialAnimationGroup::addRemoveAnimation()
  PASS   : tst_QSequentialAnimationGroup::currentAnimation()
  PASS   : tst_QSequentialAnimationGroup::currentAnimationWithZeroDuration()
  QWARN  : tst_QSequentialAnimationGroup::insertAnimation() QSequentialGroup::insertAnimation only supports to add animations after the current one.
  PASS   : tst_QSequentialAnimationGroup::insertAnimation()
  PASS   : tst_QSequentialAnimationGroup::clear()
  PASS   : tst_QSequentialAnimationGroup::pauseResume()
  PASS   : tst_QSequentialAnimationGroup::cleanupTestCase()
  Totals: 26 passed, 2 failed, 0 skipped
  ********* Finished testing of tst_QSequentialAnimationGroup *********
  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 1
  QtQA::App::TestRunner:   second attempt: exited with exit code 2
  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_qsequentialanimationgroup: 10 seconds, exit code 2

  Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_01594/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz

  Tested changes (refs/builds/dev_1377693022):
    http://codereview.qt-project.org/63534 [PS4] - Fix layouts with expanding items with maximum size
    http://codereview.qt-project.org/63573 [PS2] - Add qdoc ignore tag for new QtPositioning API.
    http://codereview.qt-project.org/61662 [PS11] - Add QPA session manager
    http://codereview.qt-project.org/63922 [PS1] - Merge remote-tracking branch 'origin/stable' into dev



More information about the Ci-reports mailing list