LUMIERA.clone/tests
Ichthyostega 0b9e184fa3 Library: replace usages of rand() in the whole code base
* most usages are drop-in replacements
 * occasionally the other convenience functions can be used
 * verify call-paths from core code to identify usages
 * ensure reseeding for all tests involving some kind of randomness...

__Note__: some tests were not yet converted,
since their usage of randomness is actually not thread-safe.
This problem existed previously, since also `rand()` is not thread safe,
albeit in most cases it is possible to ignore this problem, as
''garbled internal state'' is also somehow „random“
2024-11-13 04:23:46 +01:00
..
basics Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
core Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
include
library Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
operation
plugin
stage Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
tool
vault Library: replace usages of rand() in the whole code base 2024-11-13 04:23:46 +01:00
00helloworld.tests
00support.tests Library: option to provide an explicit random seed for tests 2024-11-12 15:49:15 +01:00
00test.tests
10errorhandling.tests
10exception.tests
11concurrency.tests
11list.tests
11locking.tests
11luid.tests
11safeclib.tests
11time.tests
11vault-memory.tests
12metaprogramming.tests Library: clarify name of index-based iterator 2024-11-09 22:43:05 +01:00
15library.tests Invocation: consider storage and allocation of fan-in/fan-out 2024-05-13 18:34:42 +02:00
16calculation.tests Library: complete coverage of CSV data table including storage 2024-03-15 02:45:45 +01:00
20config_lowlevel.tests
20threads.tests
22config_highlevel.tests
25fundamental.tests
30backend-file.tests
30interfaces.tests
31plugin.tests
32scheduler.tests Scheduler-test: complete and document stress testing effort (closes #1344) 2024-04-20 01:56:54 +02:00
40core.tests
41asset.tests
42query.tests
43session.tests
44controller.tests
45builder.tests
46fixture.tests
46node.tests Invocation: forge a path for integration 2024-04-23 01:13:40 +02:00
47engine.tests Invocation: start with some rename-refactorings 2024-05-11 16:39:58 +02:00
48playout.tests
49core-integration.tests
51-gui-model.tests
52-gui-control.tests
80-regression.tests
DIR_INFO
SConscript
test.conf
test.sh
testrunner.cpp Library: option to provide an explicit random seed for tests 2024-11-12 15:49:15 +01:00