summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* Fix for issue #5041 - improve error messages that may occur during ctest_buil...David Cole2009-12-292-4/+21
* Fix issue #10060 - add APPEND arg to ctest_start command.David Cole2009-12-292-3/+29
* Preserve environment variables across calls to cmCTestScriptHandler::RunConfi...David Cole2009-12-231-0/+4
* Use human-readable Git commit times in Update.xmlBrad King2009-12-211-4/+18
* Fix size type conversion warning in RunTest.Zach Mullen2009-12-211-1/+1
* Fix segfault on Borland compiler resulting from divide by 0.Zach Mullen2009-12-181-16/+12
* Use literal quotes in Update.xml UpdateCommandBrad King2009-12-181-1/+2
* Submit Subversion directory path in Update.xmlBrad King2009-12-182-0/+10
* Submit global tree revision in Update.xmlBrad King2009-12-182-0/+16
* Fix output compression error messageZach Mullen2009-12-171-2/+1
* CTest output submitted to the dashboard is now compressed by default.Zach Mullen2009-12-174-3/+86
* Added an option to conditionally attach files to a test submission only if th...Zach Mullen2009-12-162-4/+24
* Changed XML formatting of files attached to test so that each file is archive...Zach Mullen2009-12-152-27/+18
* CTest-side changes to allow users to attach arbitrary files to test results t...Zach Mullen2009-12-152-2/+95
* Added a "-http1.0" option to ctest to make it submit using curl's http 1.0 op...Zach Mullen2009-12-112-4/+57
* Restore the "***Not Run" message to ctest command line output for tests which...Zach Mullen2009-12-101-0/+5
* Unfortunately, I noticed the comment on bug 8668 too late. This changes my l...Zach Mullen2009-12-103-88/+43
* [0008668: CTest Dev: Missing executables shown as failed tests when using MPI...Zach Mullen2009-12-104-18/+97
* Fix memory leak that occurred when a test executable could not be started. (...Zach Mullen2009-12-101-0/+1
* 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
* Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of runni...David Cole2009-12-046-13/+90
* Hanle the case where a test can not be run because it is a bad executable.Bill Hoffman2009-12-022-15/+14
* Align test output for timeout condition.Zach Mullen2009-11-301-1/+1
* Added the --timeout option to ctest command line. This sets a global timeout...Zach Mullen2009-11-301-0/+5
* CTest: Move initial checkout to ctest_start()Brad King2009-11-245-68/+60
* Handle multiple carriage return issue on windows VS9. Also make sure that ru...Zach Mullen2009-11-162-3/+9
* fix number of callers to work with newer versions of valgrindBill Hoffman2009-11-111-1/+1
* Change logic of ctest subdirs command to allow for absolute paths. Also adde...Zach Mullen2009-11-101-6/+9
* Fixed a bug where it was possible for a test to be started twice if a lower-i...Zach Mullen2009-11-091-0/+5
* Bug 9090: CTest does not handle absolute paths in CTestTestfile SUBDIR( ) ent...Zach Mullen2009-11-091-0/+6
* Fix style warning in cmsystemtools, cosmetic change to ctest codeZach Mullen2009-11-051-5/+2
* Fixed infinite loop condition when a test's dependent test executable could n...Zach Mullen2009-11-051-0/+2
* Added TARGET, CONFIGURATION, PROJECT_NAME, and FLAGS arguments to ctest_build...Zach Mullen2009-11-032-5/+22
* Added logic to check for cycles in the test dependency graph before any tests...Zach Mullen2009-11-022-1/+52
* Hook for scheduling tests in a random orderZach Mullen2009-10-293-3/+29
* Fix bug#9767 catch missing leak.Bill Hoffman2009-10-291-2/+10
* Fix working dir issue for ctest show only mode (-N)Zach Mullen2009-10-271-0/+5
* Add a ctest test to cover cmCTestBatchTestHandler. Since its behavior isn't ...Zach Mullen2009-10-261-4/+4
* Ctest was broken for subdirs. Restored working directory state for tests so ...Zach Mullen2009-10-201-0/+5
* Fix ctest output alignment for cases where total tests run is not the same wi...Zach Mullen2009-10-151-1/+1
* Fix floating point comparison warnings. Thanks to Alex Neundorf for the patch.David Cole2009-10-132-4/+4
* Fix issue #5668 - use CollapseFullPath when determining if covered file is wi...David Cole2009-10-121-91/+133
* BUG: #0009648 Change "The following tests FAILED" message to print on stdout ...Zach Mullen2009-10-051-1/+1
* Match width of ctest "Start xx: " line to line up with the end test lineZach Mullen2009-10-053-4/+6
* fix two more warnings from icpcAlexander Neundorf2009-10-041-3/+0
* Fix warnings in CMake source code.David Cole2009-10-022-7/+8
* Fix warnings in CMake source code. Suppress rampant warnings emanating from Q...David Cole2009-10-012-4/+4
* BUG: CTest should honor test timeouts.Zach Mullen2009-09-291-0/+2
* BUG: 0009612: --output-on-failure option doesn't work with the new parallel C...Zach Mullen2009-09-291-0/+10