summaryrefslogtreecommitdiffstats
path: root/Tests/CTestTestFailedSubmits
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue #10060 - add APPEND arg to ctest_start command.David Cole2009-12-291-0/+4
| | | | If APPEND is given to ctest_start, it will read the tag from the current existing Testing/TAG file rather than creating a new one based on the current time stamp. This allows a developer to run several dashboard scripts in a row, all of which will share the same tag/stamp/buildid when they finally get submitted to CDash. Now you can split the running of build phases and test phases for the same dashboard row into multiple scripts.
* Increase ctest coverage. Introduce optionally on intentional compile errors ↵David Cole2009-10-151-1/+4
| | | | and warnings to the SmallAndFast project. Turn them on for the FailedSubmit tests to cover analyzing LABELS-related errors and warnings.
* Use LABELS in some ctest_coverage calls to increase coverage in ↵David Cole2009-10-151-1/+1
| | | | cmCTestCoverageHandler.cxx.
* Increase ctest coverage. Add tests that intentionally call ctest_submit ↵David Cole2009-10-141-0/+44
without any drop location so that the submits fail. Call for each possible type of submit. Also use the launchers from these scripts.