LUMIERA.clone/tests
Ichthyostega 2045132d3e SessionCommand: multithreaded stress test PASS (closes #1046)
Writing and debugging such tests is always an interesting challenge...

Fortunately this exercise didn't unveil any problem in the newly written
code, only some insidious problems in the test fixture itself. Which
again highlights the necessity, that each *command instance* needs
to be an independent clone from the original *command prototype*,
since argument binding messages and trigger messages can appear
in arbitrary order.
2017-01-14 08:37:46 +01:00
..
backend Library: thread self recognition implemented and tested (closes #1054) 2017-01-07 01:01:39 +01:00
basics Library: helper to produce threadsafe member-IDs for a family of objects 2017-01-14 03:07:48 +01:00
core SessionCommand: multithreaded stress test PASS (closes #1046) 2017-01-14 08:37:46 +01:00
gui SessionCommand: draft the idea of a function(integration) test 2017-01-11 04:19:43 +01:00
include
library Library: finish adapter to snapshot non-assignable values 2017-01-12 23:41:20 +01:00
operation
plugin
tool
00helloworld.tests
00support.tests test-suite: fix lots of missing return value checks 2016-01-28 22:30:24 +01:00
00test.tests
10errorhandling.tests
10exception.tests test-suite: fix lots of missing return value checks 2016-01-28 22:30:24 +01:00
11list.tests
11locking.tests
11luid.tests
11mpool.tests
11priqueue.tests
11safeclib.tests
11slist.tests
11time.tests test-suite: fix lots of missing return value checks 2016-01-28 22:30:24 +01:00
12metaprogramming.tests Library: helper to produce threadsafe member-IDs for a family of objects 2017-01-14 03:07:48 +01:00
15library.tests Library: finish adapter to snapshot non-assignable values 2017-01-12 23:41:20 +01:00
20config_lowlevel.tests
20filedescriptor.tests
20filehandle.tests
20threads.tests
22config_highlevel.tests
25fundamental.tests Library: thread self recognition implemented and tested (closes #1054) 2017-01-07 01:01:39 +01:00
30backend-file.tests
30backend-scheduler.tests
30backend-threadpool.tests
30interfaces.tests
30mmap.tests
30resourcecollector.tests
31fileheader.tests
31plugin.tests
40core.tests
41asset.tests
42query.tests test-suite: fix lots of missing return value checks 2016-01-28 22:30:24 +01:00
43session.tests define the plan for some scaffolding to drive the UI-Session connection (#1042) 2016-12-10 01:21:08 +01:00
44builder.tests test-suite: fix lots of missing return value checks 2016-01-28 22:30:24 +01:00
45controller.tests start and stop the Dispatcher for running the function(integration) test 2017-01-11 05:01:47 +01:00
46engine.tests test-suite: fix lots of missing return value checks 2016-01-28 22:30:24 +01:00
47playout.tests
48proc-operate.tests test-suite: fix lots of missing return value checks 2016-01-28 22:30:24 +01:00
51-gui-model.tests Finish AbstractTangible_test and the basic UI-Element protocol 2016-10-04 03:50:44 +02:00
80-regression.tests test-suite: fix lots of missing return value checks 2016-01-28 22:30:24 +01:00
DIR_INFO
SConscript
test.conf
test.sh
testrunner.cpp