mirror of
https://github.com/boostorg/test.git
synced 2026-01-30 08:22:12 +00:00
the status (enabled/disabled) is split on default and run status. Default is deduced once at the end of setup phase. Run state is deduced before each test tree execution based on default and supplied filters disabled nodes are not removed from tree and can be reenabled dynamically dependency filtering is moved completely to execution phase into a precondition check step dependency tree is validated for loops dependency rank is respected in order of node execution now dependency works properly with random test execution added support for selected vs. enabler filters properly time test suites now split initialization ans setup phase finalization into separate methods --list_content parameter is now accepts optional string format name. Default is HRF. We now also support DOT output HRF output format is improved to include some test unit attributes (including description) test suite is considered failing now if it has skipped test case some messages produced changes to be syntactically correct: failed => has failed for example properly report precondition failures in log messages number of spelling errors fixed small bug in random.hpp is fixed