Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Eliminate unnecessary files and variables. | David Cole | 2011-01-28 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | | 1: The CTestTestFailedSubmits tests do not need to run the CTEST_MEMCHECK command. It is covered by the CTestTest2 test. If more coverage *is* required, choose a test that runs by itself once to add it to... This one gets used several times in a loop to test submission failure via the various submission protocols. With memchecking on, each test here takes 1000 seconds or more on a "fast" build... 2: Other ctest tests do not need any of the CTEST_MEMORYCHECK_* variables defined. They don't even call CTEST_MEMCHECK, or -D NightlyMemCheck, or anything. So: remove the unnecessary set calls. 3: CTestTest3 has gone intentionally unused for months because it did not add any coverage and caused no ends of sporadic randomish failures when network connectivity was spotty. Remove its directory. Never add it again. | ||||
* | Parallel CTest hangs if serial test has depends | Zach Mullen | 2010-06-23 | 1 | -0/+2 |
| | |||||
* | Remove unnecessary configure time operations from CTestTest* tests | Zach Mullen | 2009-12-02 | 1 | -8/+0 |
| | |||||
* | Remove unused code from CTest test suite | Brad King | 2009-12-02 | 1 | -11/+1 |
| | | | | | We remove from Tests/CTestTest*/CMakeLists.txt some historical cruft that is no longer used by the test suite. | ||||
* | Remove ctest_submit from CTestTestParallel | Zach Mullen | 2009-09-29 | 1 | -1/+0 |
| | |||||
* | Make sure CTestTest scripts honor the CMAKE_TEST_GENERATOR so that if the ↵ | Bill Hoffman | 2009-09-24 | 1 | -7/+6 |
| | | | | generator to build cmake is different than the one used for tests (watcom) is used. | ||||
* | Make portable c for Parallel test | Zach Mullen | 2009-09-23 | 1 | -4/+4 |
| | |||||
* | Set new ctest tests to always run, whether CTEST_TEST_CTEST is enabled or ↵ | Zach Mullen | 2009-09-23 | 3 | -22/+21 |
| | | | | not. Changed parallel test to be portable. | ||||
* | CTestTestParallel now submits to public dashboard for easier debugging | Zach Mullen | 2009-09-23 | 1 | -0/+1 |
| | |||||
* | Added tests for ctest parallel options (PARALLEL_LEVEL, PROCESSORS, RUN_SERIAL) | Zach Mullen | 2009-09-22 | 4 | -0/+84 |