| Commit message (Expand) | Author | Age | Files | Lines |
* | allow to mark a test as "Not Run" with a specific return code (#8466) | Rolf Eike Beer | 2014-01-14 | 1 | -1/+7 |
|
|
* | CTest: create one output file per memcheck (#14303) | Rolf Eike Beer | 2013-08-07 | 1 | -4/+4 |
|
|
* | Merge topic 'MemChecker-improvements' | Brad King | 2013-05-16 | 1 | -6/+12 |
|\ |
|
| * | CTest: use an output file for Valgrind (#14110) | Rolf Eike Beer | 2013-05-09 | 1 | -6/+12 |
|
|
* | | CTest: break after first regex match on output | Rolf Eike Beer | 2013-05-11 | 1 | -0/+2 |
|/ |
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -26/+26 |
|
|
* | CTest: Simplify environment save/restore | Brad King | 2012-04-24 | 1 | -1/+1 |
|
|
* | CTest: Fix memory leaks on error | Thomas Jarosch | 2011-09-02 | 1 | -0/+2 |
|
|
* | CTest: Report tests not run due to unknown configuration | Brad King | 2011-06-10 | 1 | -0/+24 |
|
|
* | We will actually compress memcheck output if the server supports it. | Zach Mullen | 2011-05-26 | 1 | -6/+9 |
|
|
* | Dynamic analysis test output should not be compressed. | Zach Mullen | 2011-04-29 | 1 | -2/+3 |
|
|
* | Test TIMEOUT property explicitly set to zero should be honored | Zach Mullen | 2011-01-03 | 1 | -3/+8 |
|
|
* | When processing DartMeasurements use the tests working directory. | Bill Hoffman | 2010-10-19 | 1 | -0/+10 |
|
|
* | CTest: Avoid use of old EscapeSpaces method | Brad King | 2010-08-18 | 1 | -7/+9 |
|
|
* | Eliminate -Wconversion warnings. | David Cole | 2010-06-27 | 1 | -5/+7 |
|
|
* | Merge branch 'fix_ctest_failure_code' | Brad King | 2010-06-24 | 1 | -1/+1 |
|\ |
|
| * | Fix for bug #10859, ctest exit exception incorrectly reported. | Bill Hoffman | 2010-06-22 | 1 | -1/+1 |
|
|
* | | Do not exit if stoptime is passed. | Zach Mullen | 2010-06-15 | 1 | -4/+11 |
|/ |
|
* | Fix intermingling of test environments when tests run in parallel. | David Cole | 2010-03-30 | 1 | -11/+6 |
|
|
* | Better detection of stop_time being passed. | Zach Mullen | 2010-03-19 | 1 | -3/+3 |
|
|
* | Fix StopTime to also account for localtime being a day ahead of gmtime | Zach Mullen | 2010-03-18 | 1 | -4/+5 |
|
|
* | Fix for StopTime for cases when gmtime is a day ahead of localtime | Zach Mullen | 2010-03-18 | 1 | -6/+17 |
|
|
* | More debugging of StopTime test | Zach Mullen | 2010-03-18 | 1 | -0/+2 |
|
|
* | Test using std::min | Zach Mullen | 2010-03-17 | 1 | -2/+2 |
|
|
* | Replace min() call with its literal definition | Zach Mullen | 2010-03-17 | 1 | -1/+2 |
|
|
* | Add the --stop-time argument | Zach Mullen | 2010-03-17 | 1 | -2/+52 |
|
|
* | Added RESOURCE_LOCK test property. | Zach Mullen | 2010-03-02 | 1 | -2/+2 |
|
|
* | Use historical average of test times to schedule tests. | Zach Mullen | 2010-02-26 | 1 | -1/+17 |
|
|
* | Support for relative paths to executables in MemCheck tests. Also fixed a bu... | Zach Mullen | 2010-02-04 | 1 | -1/+3 |
|
|
* | 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 |
|
|
* | 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 | 1 | -2/+76 |
|
|
* | 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 | 1 | -58/+35 |
|
|
* | [0008668: CTest Dev: Missing executables shown as failed tests when using MPI... | Zach Mullen | 2009-12-10 | 1 | -15/+60 |
|
|
* | Hanle the case where a test can not be run because it is a bad executable. | Bill Hoffman | 2009-12-02 | 1 | -11/+11 |
|
|
* | Align test output for timeout condition. | Zach Mullen | 2009-11-30 | 1 | -1/+1 |
|
|
* | 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 | 1 | -2/+2 |
|
|
* | Match width of ctest "Start xx: " line to line up with the end test line | Zach Mullen | 2009-10-05 | 1 | -2/+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 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | Output a message in ctest when each test is started | Zach Mullen | 2009-09-24 | 1 | -0/+3 |
|
|
* | Fix uninitialized errors. | Bill Hoffman | 2009-09-16 | 1 | -0/+7 |
|
|
* | Removed fork-and-continue option from ctest generated batch script entries | Zach Mullen | 2009-09-14 | 1 | -1/+0 |
|
|
* | Rewrite CTest child output handling | Brad King | 2009-09-11 | 1 | -43/+22 |
|
|
* | Initialize cmCTestRunTest instances robustly | Brad King | 2009-09-11 | 1 | -7/+3 |
|
|
* | BUG: Fixed segfault and bad reporting if a ctest executable could not be foun... | Zach Mullen | 2009-09-10 | 1 | -17/+14 |
|
|