summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* Implement extra coverage globbingZach Mullen2010-04-232-1/+87
* Fix intermingling of test environments when tests run in parallel.David Cole2010-03-302-16/+6
* Better detection of stop_time being passed.Zach Mullen2010-03-191-3/+3
* Fix StopTime to also account for localtime being a day ahead of gmtimeZach Mullen2010-03-181-4/+5
* Fix for StopTime for cases when gmtime is a day ahead of localtimeZach Mullen2010-03-181-6/+17
* More debugging of StopTime testZach Mullen2010-03-181-0/+2
* Test using std::minZach Mullen2010-03-171-2/+2
* Replace min() call with its literal definitionZach Mullen2010-03-171-1/+2
* Add the --stop-time argumentZach Mullen2010-03-174-5/+65
* Add unit test for RESOURCE_LOCK test propertyZach Mullen2010-03-031-3/+6
* Added RESOURCE_LOCK test property.Zach Mullen2010-03-025-4/+54
* Close ifstream.Zach Mullen2010-03-011-1/+5
* If tests failed on the last run, have them run first next timeZach Mullen2010-03-012-3/+33
* Configurable path to CTest cost data fileZach Mullen2010-03-011-5/+3
* Use historical average of test times to schedule tests.Zach Mullen2010-02-266-23/+115
* BUG: We shouldn't be setting the HideWindow option on the test processes we c...Zach Mullen2010-02-191-1/+0
* Fix for fix for issue #2336 - do not specify CMAKE_BUILD_TYPE when the ctest ...David Cole2010-02-101-1/+2
* cmCTestGIT: Refresh index for local modificationsBrad King2010-02-091-2/+8
* cmCTestBZR: Strip trailing slashes from pathsBrad King2010-02-091-2/+6
* Support for relative paths to executables in MemCheck tests. Also fixed a bu...Zach Mullen2010-02-041-1/+3
* Re-enabled Scheduler test and fixed the underlying problem.Zach Mullen2010-02-031-1/+1
* 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