lumiera_/tests/vault
Ichthyostega cb2ee9466b Block-Flow: add diagnostics and define further expectations
- fix a bug in IterExplorer: when iterating a »state core« directly,
  the helper CoreYield passed the detected type through ValueTypeBindings.
  This is logically wrong, because we never want to pick up some typedefs,
  rather we always want to use the type directly returned from CORE::yield()
  Here the iterator returns an Epoch&, which itself is again iterable
  (it inherits from std::array<Activity, N>). However, it is clear
  that we must not descent into such a "flatMap" style recursive expansion

- draft a simple scheme how to regulate Epoch lengths dynamically

- add diagnostics to pinpoint a given Activity and find out into which
  Epoch it has been allocated; used to cover the allocator behaviour
2023-07-15 18:54:59 +02:00
..
gear Block-Flow: add diagnostics and define further expectations 2023-07-15 18:54:59 +02:00
mem Block-Flow: rationalise iterator usage 2023-07-13 18:35:10 +02:00
DIR_INFO Scheduler: investigate modes of operation 2023-07-03 18:40:37 +02:00
sync-classlock-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
sync-locking-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
sync-timedwait-test.cpp Global-Layer-Renaming: rearrange directories 2018-11-15 23:28:03 +01:00
sync-waiting-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
test-filedescriptors.c Global-Layer-Renaming: adjust header includes 2018-11-15 23:42:43 +01:00
test-filehandles.c Global-Layer-Renaming: adjust header includes 2018-11-15 23:42:43 +01:00
test-fileheader.c Global-Layer-Renaming: adjust header includes 2018-11-15 23:42:43 +01:00
test-filemmap.c Global-Layer-Renaming: adjust header includes 2018-11-15 23:42:43 +01:00
test-resourcecollector.c Global-Layer-Renaming: fix remaining textual usages and IDs in the code 2018-12-10 00:09:56 +01:00
test-threadpool.c Global-Layer-Renaming: adjust header includes 2018-11-15 23:42:43 +01:00
test-threads.c Global-Layer-Renaming: adjust header includes 2018-11-15 23:42:43 +01:00
thread-wrapper-join-test.cpp Global-Layer-Renaming: fix remaining textual usages and IDs in the code 2018-12-10 00:09:56 +01:00
thread-wrapper-self-recognition-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
thread-wrapper-test.cpp Global-Layer-Renaming: fix remaining textual usages and IDs in the code 2018-12-10 00:09:56 +01:00