| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for issue #5041 - improve error messages that may occur during ctest_buil... | David Cole | 2009-12-29 | 2 | -4/+21 |
|
|
* | Fix issue #10060 - add APPEND arg to ctest_start command. | David Cole | 2009-12-29 | 2 | -3/+29 |
|
|
* | Preserve environment variables across calls to cmCTestScriptHandler::RunConfi... | David Cole | 2009-12-23 | 1 | -0/+4 |
|
|
* | Use human-readable Git commit times in Update.xml | Brad King | 2009-12-21 | 1 | -4/+18 |
|
|
* | Fix size type conversion warning in RunTest. | Zach Mullen | 2009-12-21 | 1 | -1/+1 |
|
|
* | Fix segfault on Borland compiler resulting from divide by 0. | Zach Mullen | 2009-12-18 | 1 | -16/+12 |
|
|
* | Use literal quotes in Update.xml UpdateCommand | Brad King | 2009-12-18 | 1 | -1/+2 |
|
|
* | Submit Subversion directory path in Update.xml | Brad King | 2009-12-18 | 2 | -0/+10 |
|
|
* | Submit global tree revision in Update.xml | Brad King | 2009-12-18 | 2 | -0/+16 |
|
|
* | Fix output compression error message | Zach Mullen | 2009-12-17 | 1 | -2/+1 |
|
|
* | CTest output submitted to the dashboard is now compressed by default. | Zach Mullen | 2009-12-17 | 4 | -3/+86 |
|
|
* | Added an option to conditionally attach files to a test submission only if th... | Zach Mullen | 2009-12-16 | 2 | -4/+24 |
|
|
* | Changed XML formatting of files attached to test so that each file is archive... | Zach Mullen | 2009-12-15 | 2 | -27/+18 |
|
|
* | CTest-side changes to allow users to attach arbitrary files to test results t... | Zach Mullen | 2009-12-15 | 2 | -2/+95 |
|
|
* | Added a "-http1.0" option to ctest to make it submit using curl's http 1.0 op... | Zach Mullen | 2009-12-11 | 2 | -4/+57 |
|
|
* | Restore the "***Not Run" message to ctest command line output for tests which... | Zach Mullen | 2009-12-10 | 1 | -0/+5 |
|
|
* | Unfortunately, I noticed the comment on bug 8668 too late. This changes my l... | Zach Mullen | 2009-12-10 | 3 | -88/+43 |
|
|
* | [0008668: CTest Dev: Missing executables shown as failed tests when using MPI... | Zach Mullen | 2009-12-10 | 4 | -18/+97 |
|
|
* | Fix memory leak that occurred when a test executable could not be started. (... | Zach Mullen | 2009-12-10 | 1 | -0/+1 |
|
|
* | Local test timeouts will now always take precedence over the global --timeout... | Zach Mullen | 2009-12-08 | 1 | -2/+1 |
|
|
* | CMake global timeout (--timeout option) should prevail over individual test t... | Zach Mullen | 2009-12-07 | 1 | -1/+2 |
|
|
* | Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of runni... | David Cole | 2009-12-04 | 6 | -13/+90 |
|
|
* | Hanle the case where a test can not be run because it is a bad executable. | Bill Hoffman | 2009-12-02 | 2 | -15/+14 |
|
|
* | Align test output for timeout condition. | Zach Mullen | 2009-11-30 | 1 | -1/+1 |
|
|
* | Added the --timeout option to ctest command line. This sets a global timeout... | Zach Mullen | 2009-11-30 | 1 | -0/+5 |
|
|
* | CTest: Move initial checkout to ctest_start() | Brad King | 2009-11-24 | 5 | -68/+60 |
|
|
* | Handle multiple carriage return issue on windows VS9. Also make sure that ru... | Zach Mullen | 2009-11-16 | 2 | -3/+9 |
|
|
* | fix number of callers to work with newer versions of valgrind | Bill Hoffman | 2009-11-11 | 1 | -1/+1 |
|
|
* | Change logic of ctest subdirs command to allow for absolute paths. Also adde... | Zach Mullen | 2009-11-10 | 1 | -6/+9 |
|
|
* | Fixed a bug where it was possible for a test to be started twice if a lower-i... | Zach Mullen | 2009-11-09 | 1 | -0/+5 |
|
|
* | Bug 9090: CTest does not handle absolute paths in CTestTestfile SUBDIR( ) ent... | Zach Mullen | 2009-11-09 | 1 | -0/+6 |
|
|
* | Fix style warning in cmsystemtools, cosmetic change to ctest code | Zach Mullen | 2009-11-05 | 1 | -5/+2 |
|
|
* | Fixed infinite loop condition when a test's dependent test executable could n... | Zach Mullen | 2009-11-05 | 1 | -0/+2 |
|
|
* | Added TARGET, CONFIGURATION, PROJECT_NAME, and FLAGS arguments to ctest_build... | Zach Mullen | 2009-11-03 | 2 | -5/+22 |
|
|
* | Added logic to check for cycles in the test dependency graph before any tests... | Zach Mullen | 2009-11-02 | 2 | -1/+52 |
|
|
* | Hook for scheduling tests in a random order | Zach Mullen | 2009-10-29 | 3 | -3/+29 |
|
|
* | Fix bug#9767 catch missing leak. | Bill Hoffman | 2009-10-29 | 1 | -2/+10 |
|
|
* | Fix working dir issue for ctest show only mode (-N) | Zach Mullen | 2009-10-27 | 1 | -0/+5 |
|
|
* | Add a ctest test to cover cmCTestBatchTestHandler. Since its behavior isn't ... | Zach Mullen | 2009-10-26 | 1 | -4/+4 |
|
|
* | Ctest was broken for subdirs. Restored working directory state for tests so ... | Zach Mullen | 2009-10-20 | 1 | -0/+5 |
|
|
* | Fix ctest output alignment for cases where total tests run is not the same wi... | Zach Mullen | 2009-10-15 | 1 | -1/+1 |
|
|
* | Fix floating point comparison warnings. Thanks to Alex Neundorf for the patch. | David Cole | 2009-10-13 | 2 | -4/+4 |
|
|
* | Fix issue #5668 - use CollapseFullPath when determining if covered file is wi... | David Cole | 2009-10-12 | 1 | -91/+133 |
|
|
* | BUG: #0009648 Change "The following tests FAILED" message to print on stdout ... | Zach Mullen | 2009-10-05 | 1 | -1/+1 |
|
|
* | Match width of ctest "Start xx: " line to line up with the end test line | Zach Mullen | 2009-10-05 | 3 | -4/+6 |
|
|
* | fix two more warnings from icpc | Alexander Neundorf | 2009-10-04 | 1 | -3/+0 |
|
|
* | Fix warnings in CMake source code. | David Cole | 2009-10-02 | 2 | -7/+8 |
|
|
* | Fix warnings in CMake source code. Suppress rampant warnings emanating from Q... | David Cole | 2009-10-01 | 2 | -4/+4 |
|
|
* | BUG: CTest should honor test timeouts. | Zach Mullen | 2009-09-29 | 1 | -0/+2 |
|
|
* | BUG: 0009612: --output-on-failure option doesn't work with the new parallel C... | Zach Mullen | 2009-09-29 | 1 | -0/+10 |
|
|