summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestTestHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-1/+1
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-15/+15
* CTest: Fix combined inclusive/exclusive label regular expressionsNils Gladitz2014-06-061-2/+2
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-7/+7
* Remove some c_str() calls.Stephen Kelly2014-03-111-15/+15
* stringapi: Command namesBen Boeckel2014-03-081-4/+4
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-15/+15
* allow to mark a test as "Not Run" with a specific return code (#8466)Rolf Eike Beer2014-01-141-0/+9
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-8/+9
* Drop builtin command documentationBrad King2013-10-161-16/+0
* Merge topic 'ctest_rerun_failed'Brad King2013-10-081-2/+134
|\
| * ctest: Add --rerun-failed optionZack Galbreath2013-10-081-2/+134
* | Generate modern-style cmake code.Stephen Kelly2013-08-221-2/+2
|/
* CTest: create one output file per memcheck (#14303)Rolf Eike Beer2013-08-071-1/+1
* Revert "CTest: fix pre and post test commands with spaces" (#13887)Rolf Eike Beer2013-07-271-3/+2
* Merge topic 'CTest-less-cd'Brad King2013-05-161-2/+1
|\
| * CTest: avoid useless changing of directoryRolf Eike Beer2013-05-151-2/+1
* | Fix spelling and typos (non-binary)Andreas Mohr2013-05-071-2/+2
|/
* Always use the auto_ptr from cmsys.Stephen Kelly2012-11-201-2/+1
* CTest: fix pre and post test commands with spacesRolf Eike Beer2012-10-011-2/+3
* Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-12/+12
* Fix line too long style violationDavid Cole2011-08-031-1/+2
* CTest: print failed tests in index order (#11746)David Cole2011-08-031-3/+7
* RunSingleCommand: Replace verbose boolean with enumJohan Björk2011-07-281-1/+2
* CTest: Report tests not run due to unknown configurationBrad King2011-06-101-0/+4
* Fix a memory leak.Bill Hoffman2011-06-061-0/+1
* Implement ctest_upload commandZach Mullen2011-03-151-43/+1
* Remove trailing whitespaceBrad King2011-03-111-35/+35
* Merge topic 'fix-test-output-truncation'Brad King2011-01-111-47/+28
|\
| * CTest: Do not truncate UTF-8 test output too early (#10656)Brad King2011-01-041-47/+28
* | Test TIMEOUT property explicitly set to zero should be honoredZach Mullen2011-01-031-0/+2
|/
* Merge topic 'dev/add_test-working-directory'Brad King2010-12-281-1/+4
|\
| * Add the WORKING_DIRECTORY property to testsRolf Eike Beer2010-12-161-1/+4
* | CTest: multiple ctest_test calls w/LABEL regexs (#11487)Clinton Stimpson2010-12-171-0/+2
|/
* Added CTest command --print-labelsZach Mullen2010-08-311-2/+7
* Eliminate -Wconversion warnings.David Cole2010-06-271-3/+5
* Do not exit if stoptime is passed.Zach Mullen2010-06-151-2/+2
* Added RESOURCE_LOCK test property.Zach Mullen2010-03-021-0/+11
* Use historical average of test times to schedule tests.Zach Mullen2010-02-261-0/+1
* CTest output submitted to the dashboard is now compressed by default.Zach Mullen2009-12-171-1/+4
* Added an option to conditionally attach files to a test submission only if th...Zach Mullen2009-12-161-4/+23
* Changed XML formatting of files attached to test so that each file is archive...Zach Mullen2009-12-151-26/+17
* CTest-side changes to allow users to attach arbitrary files to test results t...Zach Mullen2009-12-151-2/+90
* Unfortunately, I noticed the comment on bug 8668 too late. This changes my l...Zach Mullen2009-12-101-27/+6
* [0008668: CTest Dev: Missing executables shown as failed tests when using MPI...Zach Mullen2009-12-101-2/+28
* Local test timeouts will now always take precedence over the global --timeout...Zach Mullen2009-12-081-2/+1
* CMake global timeout (--timeout option) should prevail over individual test t...Zach Mullen2009-12-071-1/+2
* Hanle the case where a test can not be run because it is a bad executable.Bill Hoffman2009-12-021-4/+3
* Added the --timeout option to ctest command line. This sets a global timeout...Zach Mullen2009-11-301-0/+5
* Change logic of ctest subdirs command to allow for absolute paths. Also adde...Zach Mullen2009-11-101-6/+9