Răsfoiți Sursa

Help: add release notes

Ben Boeckel 8 ani în urmă
părinte
comite
25a7f14fe2
1 a modificat fișierele cu 7 adăugiri și 0 ștergeri
  1. 7 0
      Help/release/dev/ctest_test-ignore-skipped-tests.rst

+ 7 - 0
Help/release/dev/ctest_test-ignore-skipped-tests.rst

@@ -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.