Actions
Feature #1029
openConsistent handling of tests that are not run
Status:
New
Priority:
Normal
Assignee:
-
Category:
Testing
Target version:
-
Start date:
2022-07-13
Due date:
% Done:
0%
Estimated time:
Module:
Operating System:
Compiler:
Description
Some tests might not be run, for example since third party libraries like OpenSSL or specific test data (like large datasets) are not available.
Right now, this is handled differently by implemented tests: For instance, some affected test cases are logging something to the DEBUG logger, others will silently be skipped.
One solution could be to extend the current test framework to not only report executed tests as succeeded or failed, but also report skipped tests as "not run" or "skipped". The obvious way is to extend the existing OFTest (oftest.h) macros and classes correspondingly.
No data to display
Actions