LUMIERA.clone/tests/library
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
..
advice fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
c-lib integrate priority queue: lumiera namespace prefix; unit test pass 2013-09-13 05:44:58 +02:00
meta fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
query fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
test fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
time bugfix: occasional wrap-around on 32bit FSecs value in test code 2013-11-10 04:17:53 +01:00
allocation-cluster-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
app-config-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
bool-checkable-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
cmdline-wrapper-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
custom-shared-ptr-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
del-stash-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
dependency-factory-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
diagnostic-context-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
DIR_INFO re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
exceptionerrortest.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
format-helper-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
format-string-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
functor-util-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
hash-generator-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
hash-indexed-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
helloworldtest.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
hierarchy-orientation-indicator-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
item-wrapper-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
iter-adapter-stl-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
iter-adapter-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
iter-explorer-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
iter-queue-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
iter-source-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
iter-stack-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
itertools-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
lifecycletest.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
linked-elements-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
maybe-value-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
multifact-argument-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
multifact-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
null-value-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
opaque-holder-test.cpp DOC: reorganise the Doxygen configuration and structure 2013-10-25 06:34:38 +02:00
opaque-unchecked-buffer-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
optional-ref-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
polymorphic-value-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
query-text-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
ref-array-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
removefromsettest.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
sanitised-identifier-test.cpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
scoped-collection-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
scoped-holder-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
scoped-holder-transfer-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
scoped-ptrvect-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
search-path-splitter-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
simple-allocator-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
singleton-subclass-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
singleton-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
singleton-testmock-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
streamtypebasicstest.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
streamtypelifecycletest.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
sub-id-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
subsystem-runner-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
symbol-hashtable-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
symbol-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
sync-classlock-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
sync-locking-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
sync-timedwait-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
sync-waiting-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
test-target-obj.hpp WIP: stubbed factory functions 2013-10-18 02:49:37 +02:00
teststreamtypes.hpp re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00
thread-local-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
thread-wrapper-join-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
thread-wrapper-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
typed-allocation-manager-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
typed-counter-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
util-collection-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
util-floordiv-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
util-floorwrap-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
util-foreach-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
vector-transfer-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
visitingtoolconcept.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
visitingtoolextendedtest.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
visitingtooltest.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00