Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable purify on unix, as it works differently and ctest can't use it. | Bill Hoffman | 2010-05-11 | 1 | -0/+8 |
| | |||||
* | Add CMAKE_TESTS_CDASH_SERVER variable and CTestSubmitLargeOutput test. | David Cole | 2010-03-08 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | If defined and non-empty, the value of CMAKE_TESTS_CDASH_SERVER should point to a CDash server willing to accept submissions for a project named PublicDashboard. On machines that also run a CDash dashboard, set this variable to "http://localhost/CDash-trunk-Testing" so that the CMake tests that submit dashboards do not have to send those submissions over the wire. The CTestSubmitLargeOutput test runs a dashboard that has a test that produces very large amount of output on stdout/stderr. Since we do not even want to attempt to send such large output over the wire, this test is off by default unless the CMAKE_TESTS_CDASH_SERVER server is localhost. This test is expected to cause a submission failure when sent to CDash. It passes if the submit results contain error output. It fails if the submit succeeds. CMAKE_TESTS_CDASH_SERVER: CDash server used by CMake/Tests. If not defined or "", this variable defaults to the server at http://www.cdash.org/CDash. If set explicitly to "NOTFOUND", curl tests and ctest tests that use the network are skipped. If set to something starting with "http://localhost/", the CDash is expected to be an instance of CDash used for CDash testing, pointing to a cdash4simpletest database. In these cases, the CDash dashboards should be run first. | ||||
* | Hook for scheduling tests in a random order | Zach Mullen | 2009-10-29 | 1 | -2/+2 |
| | | | | | This may help statistically detect implicit dependencies among unit tests while running in parallel. | ||||
* | ENH: Added PARALLEL_LEVEL option for ctest_memcheck(). Added PROCESSORS ↵ | Zach Mullen | 2009-09-03 | 1 | -2/+2 |
| | | | | option to set_tests_properties (implementation to come). | ||||
* | ENH: do not use svn until it is working again | Bill Hoffman | 2006-12-12 | 1 | -1/+2 |
| | |||||
* | BUG: Attempt to fix the test | Andy Cedilnik | 2006-10-25 | 1 | -2/+2 |
| | |||||
* | ENH: Several cleanups and make sure things get propagated where they should. ↵ | Andy Cedilnik | 2006-03-29 | 1 | -0/+2 |
| | | | | Also, allow to load CTest custom files to the actual ctest -S script | ||||
* | BUG: Fix the read custom files command and add a coverage test | Andy Cedilnik | 2006-03-28 | 1 | -0/+1 |
| | |||||
* | ENH: Add support for multi-string compiler name, and improve support for ↵ | Andy Cedilnik | 2005-07-26 | 1 | -44/+50 |
| | | | | subversion | ||||
* | ENH: Perform second test if subversion exists | Andy Cedilnik | 2005-06-23 | 1 | -2/+3 |
| | |||||
* | ENH: Skip svn test for now | Andy Cedilnik | 2005-06-20 | 1 | -1/+2 |
| | |||||
* | ENH: Make CVS one nightly | Andy Cedilnik | 2005-06-17 | 1 | -1/+1 |
| | |||||
* | ENH: Add subversion test | Andy Cedilnik | 2005-06-17 | 1 | -5/+60 |
| | |||||
* | ENH: Return error if there is an ERROR_MESSAGE. Also fix tag for the test | Andy Cedilnik | 2005-06-16 | 1 | -1/+1 |
| | |||||
* | ENH: Initial import | Andy Cedilnik | 2005-06-16 | 1 | -0/+40 |