summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CTestSubmit
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename RunCMake.{CTestSubmit => ctest_submit}Brad King2015-02-1946-141/+0
| | | | Follow the convention of naming tests after the command they test.
* Tests: Split RunCTest helper out of RunCMake.CTest(Submit|Memcheck)Brad King2015-02-191-17/+1
| | | | | Provide the "run_ctest" macro for use in other tests that also want to cover running "ctest" scripts.
* Merge topic 'cdash_upload_file_mode'Brad King2015-01-2217-0/+35
|\ | | | | | | | | | | | | f3e0b6f1 CTestCoverageCollectGCOV: Add module to run gcov 6dd980e0 ctest_submit: Make CDASH_UPLOAD mode arguments more strict 5dc33f89 ctest_submit: Add CDASH_UPLOAD mode to upload files to CDash
| * ctest_submit: Make CDASH_UPLOAD mode arguments more strictBrad King2015-01-2017-0/+35
| | | | | | | | | | Disallow mixing of arguments from different command signatures. Extend the RunCMake.CTestSubmit test to cover such error cases.
* | Tests: Fix obscure RunCMake.CTestSubmit 'drop' case failuresBrad King2015-01-212-0/+2
| | | | | | | | | | | | | | | | | | When curl is given a URL of the form '<something>://' it tries to resolve '<something>' as a host name. If the host happens to exist and have a server then the drop might actually appear to work. Instead use an explicit '-no-site-' host to ensure it cannot connect. Reported-by: Gilles Khouzam <Gilles.Khouzam@microsoft.com>
* | Tests: Extend RunCMake.CTestSubmit test to cover 'drop' failuresBrad King2015-01-1919-1/+41
|/ | | | | | Replace the TODO comment with calls to run_ctest_submit_FailDrop. For now leave curl errors out of expected stderr. They can be ported over from CTestTestFailedSubmit-* tests later.
* Tests: Add RunCMake.CTestSubmit cases covering ctest_submit failuresBrad King2015-01-1912-0/+80
Cover command invocation argument errors. Prepare infrastructure to cover failed 'drop' cases, but do not cover them yet because we need to collect error messages from each platform.