LUMIERA.clone/tests/library/time
Ichthyostega 62ae422fcc bugfix: occasional wrap-around on 32bit FSecs value in test code
this is rather a workaround.
The problem is a wraparound while calculating the common denominator in

Time rawTime (dirt + frames*F25);

Currently we're using boost_rational<long>, and long is only 32bit
on 32bit platforms. The workaround commited here just avoids
the calculation of the fractional value, and adds 64bit time values
instead. But the real solution would be to use a consistent
approach for dealing with frame counts and frame rates, all
based on 64bit values. See Ticket #939
2013-11-10 04:17:53 +01:00
..
digxel-configurations-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
digxel-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
format-support-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
quantiser-basics-test.cpp bugfix: occasional wrap-around on 32bit FSecs value in test code 2013-11-10 04:17:53 +01:00
time-basics-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
time-control-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
time-formats-test.cpp partial fix: use 64 framecounts (Ticket #882) 2013-11-10 04:14:39 +01:00
time-mutation-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
time-parsing-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
time-quantisation-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
time-value-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00