This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  53cbf3a06bca2772947ccfa960523d09caa59285 (commit)
       via  98d240d859f0c462bed41edfdf19507043e10c04 (commit)
       via  7d6bb488e1754288574dccbb447b49388929af8b (commit)
      from  ee0d5f1e984acfed8220bf474c5b32f583a584a8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=53cbf3a06bca2772947ccfa960523d09caa59285
commit 53cbf3a06bca2772947ccfa960523d09caa59285
Merge: ee0d5f1 98d240d
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Tue Mar 17 11:40:27 2015 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Tue Mar 17 11:40:27 2015 -0400

    Merge topic 'ctest-repeat-until-fail' into next
    
    98d240d8 Help: Add notes for topic 'ctest-repeat-until-fail'
    7d6bb488 ctest: Refine --repeat-until-fail documentation


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=98d240d859f0c462bed41edfdf19507043e10c04
commit 98d240d859f0c462bed41edfdf19507043e10c04
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Tue Mar 17 11:39:43 2015 -0400
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Tue Mar 17 11:39:43 2015 -0400

    Help: Add notes for topic 'ctest-repeat-until-fail'

diff --git a/Help/release/dev/ctest-repeat-until-fail.rst 
b/Help/release/dev/ctest-repeat-until-fail.rst
new file mode 100644
index 0000000..8a679c6
--- /dev/null
+++ b/Help/release/dev/ctest-repeat-until-fail.rst
@@ -0,0 +1,5 @@
+ctest-repeat-until-fail
+-----------------------
+
+* The :manual:`ctest(1)` tool learned a new ``--repeat-until-fail <n>``
+  option to help find sporadic test failures.

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7d6bb488e1754288574dccbb447b49388929af8b
commit 7d6bb488e1754288574dccbb447b49388929af8b
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Tue Mar 17 11:38:33 2015 -0400
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Tue Mar 17 11:38:33 2015 -0400

    ctest: Refine --repeat-until-fail documentation

diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst
index 99d33e7..dd3bcfb 100644
--- a/Help/manual/ctest.1.rst
+++ b/Help/manual/ctest.1.rst
@@ -194,11 +194,10 @@ Options
  subsequent calls to ctest with the --rerun-failed option will run
  the set of tests that most recently failed (if any).
 
-``--repeat-until-fail N``
- Run each test N times until N runs or a test fails.
+``--repeat-until-fail <n>``
+ Require each test to run ``<n>`` times without failing in order to pass.
 
- This option allows you to run each test multiple times until a test failes.
- This is useful in finding random failures in test cases.
+ This is useful in finding sporadic failures in test cases.
 
 ``--max-width <width>``
  Set the max width for a test name to output
diff --git a/Source/ctest.cxx b/Source/ctest.cxx
index 069c45e..0fc47b7 100644
--- a/Source/ctest.cxx
+++ b/Source/ctest.cxx
@@ -75,8 +75,8 @@ static const char * cmDocumentationOptions[][2] =
    "Run a specific number of tests by number."},
   {"-U, --union", "Take the Union of -I and -R"},
   {"--rerun-failed", "Run only the tests that failed previously"},
-  {"--repeat-until-fail N", "Run each test N times"
-   " until the test runs N times or the test fails."},
+  {"--repeat-until-fail <n>", "Require each test to run <n> "
+   "times without failing in order to pass"},
   {"--max-width <width>", "Set the max width for a test name to output"},
   {"--interactive-debug-mode [0|1]", "Set the interactive mode to 0 or 1."},
   {"--no-label-summary", "Disable timing summary information for labels."},

-----------------------------------------------------------------------

Summary of changes:
 Help/manual/ctest.1.rst                      |    7 +++----
 Help/release/dev/ctest-repeat-until-fail.rst |    5 +++++
 Source/ctest.cxx                             |    4 ++--
 3 files changed, 10 insertions(+), 6 deletions(-)
 create mode 100644 Help/release/dev/ctest-repeat-until-fail.rst


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to