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

Qt Continuous Integration System ci-noreply at qt-project.org
Mon Dec 17 16:20:56 CET 2012


Autotests `tst_qpauseanimationjob', `tst_qqmltimer', and `tst_qquickanimations' 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_qquickanimations
  FAIL!  : tst_qquickanimations::badTypes() Compared doubles are not the same (fuzzy compare)
     Actual   (myRect->x()): 167.2
     Expected (qreal(200)): 200
     Loc: [tst_qquickanimations.cpp(727)]
  FAIL!  : tst_qquickanimations::properties() Compared doubles are not the same (fuzzy compare)
     Actual   (myRect->y()): 189.6
     Expected (qreal(200)): 200
     Loc: [tst_qquickanimations.cpp(840)]
  Totals: 40 passed, 2 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_qquickanimations *********
  Config: Using QTest library 5.0.0, Qt 5.0.0
  PASS   : tst_qquickanimations::initTestCase()
  PASS   : tst_qquickanimations::simpleProperty()
  PASS   : tst_qquickanimations::simpleNumber()
  PASS   : tst_qquickanimations::simpleColor()
  PASS   : tst_qquickanimations::simpleRotation()
  PASS   : tst_qquickanimations::simplePath()
  PASS   : tst_qquickanimations::simpleAnchor()
  PASS   : tst_qquickanimations::reparent()
  PASS   : tst_qquickanimations::pathInterpolator()
  PASS   : tst_qquickanimations::pathInterpolatorBackwardJump()
  PASS   : tst_qquickanimations::pathWithNoStart()
  PASS   : tst_qquickanimations::alwaysRunToEnd()
  PASS   : tst_qquickanimations::complete()
  PASS   : tst_qquickanimations::resume()
  PASS   : tst_qquickanimations::dotProperty()
  FAIL!  : tst_qquickanimations::badTypes() Compared doubles are not the same (fuzzy compare)
     Actual   (myRect->x()): 116
     Expected (qreal(200)): 200
     Loc: [tst_qquickanimations.cpp(727)]
  PASS   : tst_qquickanimations::badProperties()
  PASS   : tst_qquickanimations::mixedTypes()
  PASS   : tst_qquickanimations::properties()
  PASS   : tst_qquickanimations::propertiesTransition()
  PASS   : tst_qquickanimations::pathTransition()
  PASS   : tst_qquickanimations::disabledTransition()
  PASS   : tst_qquickanimations::invalidDuration()
  PASS   : tst_qquickanimations::attached()
  PASS   : tst_qquickanimations::propertyValueSourceDefaultStart()
  PASS   : tst_qquickanimations::dontStart()
  PASS   : tst_qquickanimations::easingProperties()
  PASS   : tst_qquickanimations::rotation()
  PASS   : tst_qquickanimations::startStopSignals()
  PASS   : tst_qquickanimations::runningTrueBug()
  PASS   : tst_qquickanimations::nonTransitionBug()
  PASS   : tst_qquickanimations::registrationBug()
  PASS   : tst_qquickanimations::doubleRegistrationBug()
  PASS   : tst_qquickanimations::alwaysRunToEndRestartBug()
  PASS   : tst_qquickanimations::transitionAssignmentBug()
  PASS   : tst_qquickanimations::pauseBindingBug()
  PASS   : tst_qquickanimations::pauseBug()
  PASS   : tst_qquickanimations::loopingBug()
  PASS   : tst_qquickanimations::anchorBug()
  PASS   : tst_qquickanimations::pathAnimationInOutBackBug()
  PASS   : tst_qquickanimations::scriptActionBug()
  PASS   : tst_qquickanimations::cleanupTestCase()
  Totals: 41 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_qquickanimations *********
  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_qquickanimations: 46 seconds, exit code 1
  
  Testing tst_qqmltimer
  FAIL!  : tst_qqmltimer::restart() Compared values are not the same
     Actual   (helper.count): 3
     Expected (2): 2
     Loc: [tst_qqmltimer.cpp(329)]
  Totals: 12 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_qqmltimer *********
  Config: Using QTest library 5.0.0, Qt 5.0.0
  PASS   : tst_qqmltimer::initTestCase()
  PASS   : tst_qqmltimer::notRepeating()
  PASS   : tst_qqmltimer::notRepeatingStart()
  PASS   : tst_qqmltimer::repeat()
  PASS   : tst_qqmltimer::noTriggerIfNotRunning()
  PASS   : tst_qqmltimer::triggeredOnStart()
  PASS   : tst_qqmltimer::triggeredOnStartRepeat()
  PASS   : tst_qqmltimer::changeDuration()
  FAIL!  : tst_qqmltimer::restart() Compared values are not the same
     Actual   (helper.count): 3
     Expected (2): 2
     Loc: [tst_qqmltimer.cpp(329)]
  FAIL!  : tst_qqmltimer::restartFromTriggered() Compared values are not the same
     Actual   (helper.count): 2
     Expected (1): 1
     Loc: [tst_qqmltimer.cpp(354)]
  PASS   : tst_qqmltimer::runningFromTriggered()
  PASS   : tst_qqmltimer::parentProperty()
  PASS   : tst_qqmltimer::cleanupTestCase()
  Totals: 11 passed, 2 failed, 0 skipped
  ********* Finished testing of tst_qqmltimer *********
  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_qqmltimer: 20 seconds, exit code 2
  
  Testing tst_QPauseAnimationJob
  FAIL!  : tst_QPauseAnimationJob::multiplePauseAnimations() 'animation2.state() == QAbstractAnimationJob::Stopped' returned FALSE. ()
     Loc: [tst_qpauseanimationjob.cpp(220)]
  FAIL!  : tst_QPauseAnimationJob::multipleSequentialGroups() 'group.state() == QAbstractAnimationJob::Stopped' returned FALSE. ()
     Loc: [tst_qpauseanimationjob.cpp(426)]
  Totals: 12 passed, 2 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QPauseAnimationJob *********
  Config: Using QTest library 5.0.0, Qt 5.0.0
  PASS   : tst_QPauseAnimationJob::initTestCase()
  PASS   : tst_QPauseAnimationJob::changeDirectionWhileRunning()
  PASS   : tst_QPauseAnimationJob::noTimerUpdates(0)
  PASS   : tst_QPauseAnimationJob::noTimerUpdates(1)
  PASS   : tst_QPauseAnimationJob::noTimerUpdates(2)
  PASS   : tst_QPauseAnimationJob::noTimerUpdates(3)
  PASS   : tst_QPauseAnimationJob::multiplePauseAnimations()
  FAIL!  : tst_QPauseAnimationJob::pauseAndPropertyAnimations() 'animation.state() == QAbstractAnimationJob::Stopped' returned FALSE. ()
     Loc: [tst_qpauseanimationjob.cpp(253)]
  PASS   : tst_QPauseAnimationJob::pauseResume()
  PASS   : tst_QPauseAnimationJob::sequentialPauseGroup()
  PASS   : tst_QPauseAnimationJob::sequentialGroupWithPause()
  FAIL!  : tst_QPauseAnimationJob::multipleSequentialGroups() 'group.state() == QAbstractAnimationJob::Stopped' returned FALSE. ()
     Loc: [tst_qpauseanimationjob.cpp(426)]
  PASS   : tst_QPauseAnimationJob::zeroDuration()
  PASS   : tst_QPauseAnimationJob::cleanupTestCase()
  Totals: 12 passed, 2 failed, 0 skipped
  ********* Finished testing of tst_QPauseAnimationJob *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qpauseanimationjob: 19 seconds, exit code 2

  Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00056/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz

  Tested changes (refs/builds/stable_1355751422):
    http://codereview.qt-project.org/42567 [PS2] - Compile with QT_NO_WHEELEVENT.



More information about the Ci-reports mailing list