qt5base-lts/tests/auto/corelib/animation
Jan Arve Saether f7ca7ae50e Make the QEXPECT_FAIL agree with the QVERIFY2 condition below
Even if the system is not under high load, this test can generate 4
updates on Windows. This is seems to be because the timer actually
triggers before its supposed to (sometimes the second start() triggers
an update right before the animation is done (at timestamp 399 for
instance), forcing it to generate yet another timer event in order to
reach the end)).

Under high load conditions, too many things can break this test,
usually it finishes even before the pause(), causing the
QVERIFY(animation.state() == QAbstractAnimation::Paused);
to fail.

Change-Id: Id94c0d16656675bc6165b7795f3c41a30616a3ba
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
2014-01-24 09:15:47 +01:00
..
qabstractanimation Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qanimationgroup Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qparallelanimationgroup don't erroneously claim that gui support is needed 2013-10-16 17:10:15 +02:00
qpauseanimation Make the QEXPECT_FAIL agree with the QVERIFY2 condition below 2014-01-24 09:15:47 +01:00
qpropertyanimation Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qsequentialanimationgroup Merge remote-tracking branch 'origin/stable' into dev 2013-01-22 18:40:13 +01:00
qvariantanimation Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
animation.pro add and use qtHaveModule() function 2012-12-21 19:05:02 +01:00