index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
CTest
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
71
-994/+639
*
Fixed uninitialized memory issue in ctest show-only mode
Zach Mullen
2009-09-25
1
-0/+1
*
Output a message in ctest when each test is started
Zach Mullen
2009-09-24
1
-0/+3
*
Reformat ctest -N output. Removed the "Start processing tests" message as well.
Zach Mullen
2009-09-24
1
-6/+9
*
Tests which are not run should be added to the failed test list.
Zach Mullen
2009-09-23
1
-0/+1
*
More SLURM experimentation (ctest batch mode)
Zach Mullen
2009-09-21
1
-5/+17
*
Fixed a slurm batch argument identifier.
Zach Mullen
2009-09-21
1
-1/+1
*
Need to quote args when generating batch scripts from ctest
Zach Mullen
2009-09-21
2
-2/+36
*
Re-enabled failing tests; fixed ctest_build output to be consistent in the er...
Zach Mullen
2009-09-21
1
-5/+6
*
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
2
-2/+1
*
Avoid shadowing std::vector member
Brad King
2009-09-12
1
-3/+3
*
Fix for bug#9442, ctest crash if CTEST_SOURCE_DIRECTORY was not set.
Bill Hoffman
2009-09-11
1
-1/+1
*
Fix new CTest output handling for no newline
Brad King
2009-09-11
1
-0/+1
*
Add label summary times to ctest default output. Also, remove parallel time ...
Bill Hoffman
2009-09-11
1
-20/+32
*
Rewrite CTest child output handling
Brad King
2009-09-11
5
-203/+132
*
Initialize cmCTestRunTest instances robustly
Brad King
2009-09-11
3
-18/+6
*
Add parentheses around '&&' between '||' for gcc
Brad King
2009-09-11
1
-4/+4
*
Added some ctest batch capabilities
Zach Mullen
2009-09-10
2
-0/+148
*
BUG: Fixed segfault and bad reporting if a ctest executable could not be foun...
Zach Mullen
2009-09-10
5
-48/+37
*
ENH: ctest now writes time cost data to a file after a test set is run, and u...
Zach Mullen
2009-09-08
3
-9/+61
*
BUG: Fixed extraneous newlines from ctest process output
Zach Mullen
2009-09-08
2
-21/+26
*
ENH: Replaced the EXPENSIVE test property with a COST test property taking a ...
Zach Mullen
2009-09-08
4
-64/+72
*
BUG: Fixed issue where ctest would hang if a process terminated with output i...
Zach Mullen
2009-09-08
3
-12/+39
*
Fixed warning
Zach Mullen
2009-09-08
1
-1/+1
*
ENH: Added ctest test options PROCESSORS and RUN_SERIAL. These allow specifi...
Zach Mullen
2009-09-07
5
-7/+36
[next]