LUMIERA.clone/tests/core
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
..
application clean-up: mark subsystem implementations with noexcept and override 2016-12-12 01:18:19 +01:00
backend mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
proc SessionCommand: multithreaded stress test PASS (closes #1046) 2017-01-14 08:37:46 +01:00
DIR_INFO re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00