mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
Merge topic 'ctest_test-ignore-skipped-tests'
851b6c15cmCTestTestHandler: indicate why a test did not run25a7f14fHelp: add release notesab8bbef9cmCTestTestHandler: count skipped tests as disabled202a44a4cmCTestRunTest: do not count skipped tests as failed Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Craig Scott <craig.scott@crascit.com> Merge-request: !741
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
ctest_test-ignore-skipped-tests
|
||||
-------------------------------
|
||||
|
||||
* When running tests, CTest learned to treat skipped tests (using the
|
||||
:prop_test:`SKIP_RETURN_CODE` property) the same as tests with the
|
||||
:prop_test:`DISABLED` property. Due to this change, CTest will not indicate
|
||||
failure when all tests are either skipped or pass.
|
||||
Reference in New Issue
Block a user