Autotests `tst_qpauseanimation' and `tst_qpropertyanimation' failed :(

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_QPropertyAnimation
  FAIL!  : tst_QPropertyAnimation::statesAndSignals(normal animation) Compared 
values are not the same
     Actual   (currentLoopSpy.count()): 6
     Expected (7): 7
     Loc: [tst_qpropertyanimation.cpp(298)]
  FAIL!  : tst_QPropertyAnimation::noStartValue() Compared values are not the 
same
     Actual   (o.values.last()): 227
     Expected (420): 420
     Loc: [tst_qpropertyanimation.cpp(459)]
  Totals: 65 passed, 2 failed, 1 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QPropertyAnimation *********
  Config: Using QtTest library 5.1.2, Qt 5.1.2
  PASS   : tst_QPropertyAnimation::initTestCase()
  PASS   : tst_QPropertyAnimation::construction()
  PASS   : tst_QPropertyAnimation::setCurrentTime(-1)
  PASS   : tst_QPropertyAnimation::setCurrentTime(0)
  PASS   : tst_QPropertyAnimation::setCurrentTime(1)
  PASS   : tst_QPropertyAnimation::setCurrentTime(2)
  PASS   : tst_QPropertyAnimation::setCurrentTime(3)
  PASS   : tst_QPropertyAnimation::setCurrentTime(4)
  PASS   : tst_QPropertyAnimation::setCurrentTime(5)
  PASS   : tst_QPropertyAnimation::setCurrentTime(6)
  PASS   : tst_QPropertyAnimation::setCurrentTime(7)
  PASS   : tst_QPropertyAnimation::setCurrentTime(8)
  PASS   : tst_QPropertyAnimation::setCurrentTime(9)
  PASS   : tst_QPropertyAnimation::setCurrentTime(a)
  PASS   : tst_QPropertyAnimation::setCurrentTime(b)
  PASS   : tst_QPropertyAnimation::setCurrentTime(c)
  PASS   : tst_QPropertyAnimation::setCurrentTime(d)
  PASS   : tst_QPropertyAnimation::setCurrentTime(e)
  PASS   : tst_QPropertyAnimation::setCurrentTime(f)
  PASS   : tst_QPropertyAnimation::setCurrentTime(g)
  PASS   : tst_QPropertyAnimation::setCurrentTime(negloop 0)
  PASS   : tst_QPropertyAnimation::setCurrentTime(negloop 1)
  PASS   : tst_QPropertyAnimation::setCurrentTime(negloop 2)
  PASS   : tst_QPropertyAnimation::setCurrentTime(negloop 3)
  PASS   : tst_QPropertyAnimation::setCurrentTime(negloop 4)
  PASS   : tst_QPropertyAnimation::statesAndSignals(normal animation)
  SKIP   : tst_QPropertyAnimation::statesAndSignals(animation with undefined 
duration) Uncontrolled animations don't handle looping
     Loc: [tst_qpropertyanimation.cpp(252)]
  PASS   : tst_QPropertyAnimation::deletion1()
  PASS   : tst_QPropertyAnimation::deletion2()
  PASS   : tst_QPropertyAnimation::deletion3()
  PASS   : tst_QPropertyAnimation::duration0()
  PASS   : tst_QPropertyAnimation::noStartValue()
  PASS   : tst_QPropertyAnimation::noStartValueWithLoop()
  PASS   : tst_QPropertyAnimation::startWhenAnotherIsRunning()
  PASS   : tst_QPropertyAnimation::easingcurve(interpolation1)
  PASS   : tst_QPropertyAnimation::easingcurve(interpolation2)
  PASS   : tst_QPropertyAnimation::easingcurve(extrapolationbelow)
  PASS   : tst_QPropertyAnimation::easingcurve(extrapolationabove)
  PASS   : tst_QPropertyAnimation::startWithoutStartValue()
  FAIL!  : tst_QPropertyAnimation::startBackwardWithoutEndValue() 'current > 
42' returned FALSE. ()
     Loc: [tst_qpropertyanimation.cpp(628)]
  PASS   : tst_QPropertyAnimation::playForwardBackward()
  PASS   : tst_QPropertyAnimation::interpolated()
  PASS   : tst_QPropertyAnimation::setStartEndValues(dynamic property)
  PASS   : tst_QPropertyAnimation::setStartEndValues(real property, with 
unmatching types)
  PASS   : tst_QPropertyAnimation::zeroDurationStart()
  PASS   : tst_QPropertyAnimation::zeroDurationForwardBackward()
  PASS   : tst_QPropertyAnimation::operationsInStates(S-pause)
  PASS   : tst_QPropertyAnimation::operationsInStates(S-start)
  PASS   : tst_QPropertyAnimation::operationsInStates(S-resume)
  PASS   : tst_QPropertyAnimation::operationsInStates(S-stop)
  PASS   : tst_QPropertyAnimation::operationsInStates(P-pause)
  PASS   : tst_QPropertyAnimation::operationsInStates(P-start)
  PASS   : tst_QPropertyAnimation::operationsInStates(P-resume)
  PASS   : tst_QPropertyAnimation::operationsInStates(P-stop)
  PASS   : tst_QPropertyAnimation::operationsInStates(R-pause)
  PASS   : tst_QPropertyAnimation::operationsInStates(R-start)
  PASS   : tst_QPropertyAnimation::operationsInStates(R-resume)
  PASS   : tst_QPropertyAnimation::operationsInStates(R-stop)
  PASS   : tst_QPropertyAnimation::oneKeyValue()
  PASS   : tst_QPropertyAnimation::updateOnSetKeyValues()
  PASS   : tst_QPropertyAnimation::restart()
  PASS   : tst_QPropertyAnimation::valueChanged()
  PASS   : tst_QPropertyAnimation::twoAnimations()
  PASS   : tst_QPropertyAnimation::deletedInUpdateCurrentTime()
  PASS   : tst_QPropertyAnimation::totalDuration()
  PASS   : tst_QPropertyAnimation::zeroLoopCount()
  PASS   : tst_QPropertyAnimation::recursiveAnimations()
  PASS   : tst_QPropertyAnimation::cleanupTestCase()
  Totals: 66 passed, 1 failed, 1 skipped
  ********* Finished testing of tst_QPropertyAnimation *********
  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_qpropertyanimation: 18 seconds, exit code 1
  
  Testing tst_QPauseAnimation
  FAIL!  : tst_QPauseAnimation::noTimerUpdates(3) 'animation.state() == 
QAbstractAnimation::Stopped' returned FALSE. ()
     Loc: [tst_qpauseanimation.cpp(156)]
  Totals: 13 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QPauseAnimation *********
  Config: Using QtTest library 5.1.2, Qt 5.1.2
  PASS   : tst_QPauseAnimation::initTestCase()
  PASS   : tst_QPauseAnimation::changeDirectionWhileRunning()
  PASS   : tst_QPauseAnimation::noTimerUpdates(0)
  PASS   : tst_QPauseAnimation::noTimerUpdates(1)
  FAIL!  : tst_QPauseAnimation::noTimerUpdates(2) 'animation.state() == 
QAbstractAnimation::Stopped' returned FALSE. ()
     Loc: [tst_qpauseanimation.cpp(156)]
  PASS   : tst_QPauseAnimation::noTimerUpdates(3)
  PASS   : tst_QPauseAnimation::multiplePauseAnimations()
  FAIL!  : tst_QPauseAnimation::pauseAndPropertyAnimations() 'animation.state() 
== QAbstractAnimation::Stopped' returned FALSE. ()
     Loc: [tst_qpauseanimation.cpp(247)]
  PASS   : tst_QPauseAnimation::pauseResume()
  PASS   : tst_QPauseAnimation::sequentialPauseGroup()
  PASS   : tst_QPauseAnimation::sequentialGroupWithPause()
  PASS   : tst_QPauseAnimation::multipleSequentialGroups()
  PASS   : tst_QPauseAnimation::zeroDuration()
  PASS   : tst_QPauseAnimation::cleanupTestCase()
  Totals: 12 passed, 2 failed, 0 skipped
  ********* Finished testing of tst_QPauseAnimation *********
  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_qpauseanimation: 15 seconds, exit code 2

  Build log: 
http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_01777/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz

  Tested changes (refs/builds/stable_1375880592):
    http://codereview.qt-project.org/59849 [PS4] - Doc: preliminary review of 
qdoc-manual.qdoc
    http://codereview.qt-project.org/62441 [PS1] - Expect fail font family 
mismatch in the right place
_______________________________________________
Ci-reports mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/ci-reports

Reply via email to