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
/
cmCTestMultiProcessHandler.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-7/+7
*
Use stable_sort to preserve test order (#11877)
David Cole
2011-02-18
1
-1/+1
*
Support explicitly set test costs in non-parallel testing.
Zach Mullen
2011-01-03
1
-11/+13
*
CTest: Fix line-too-long style in DEPEND cycle error
Brad King
2010-12-16
1
-4/+4
*
CTest: Fix test DEPEND cycle detection
Brad King
2010-12-15
1
-16/+21
*
Remove debugging message from parallel ctest
Zach Mullen
2010-12-01
1
-6/+0
*
Added CTest command --print-labels
Zach Mullen
2010-08-31
1
-0/+42
*
Merge branch 'improve-test-cost-sorting'
Brad King
2010-07-06
1
-57/+57
|
\
|
*
More robust cost-based scheduling impl
Zach Mullen
2010-07-01
1
-57/+57
*
|
Fix cycle detection for test dependencies
Zach Mullen
2010-06-30
1
-17/+12
|
/
*
Eliminate -Wconversion warnings.
David Cole
2010-06-27
1
-2/+3
*
Parallel CTest hangs if serial test has depends
Zach Mullen
2010-06-23
1
-1/+1
*
Do not exit if stoptime is passed.
Zach Mullen
2010-06-15
1
-0/+15
*
Cost-based test scheduling should only be done in parallel mode.
Zach Mullen
2010-05-19
1
-6/+15
*
Add unit test for RESOURCE_LOCK test property
Zach Mullen
2010-03-03
1
-3/+6
*
Added RESOURCE_LOCK test property.
Zach Mullen
2010-03-02
1
-1/+35
*
Close ifstream.
Zach Mullen
2010-03-01
1
-1/+5
*
If tests failed on the last run, have them run first next time
Zach Mullen
2010-03-01
1
-2/+31
*
Configurable path to CTest cost data file
Zach Mullen
2010-03-01
1
-5/+3
*
Use historical average of test times to schedule tests.
Zach Mullen
2010-02-26
1
-21/+89
*
Re-enabled Scheduler test and fixed the underlying problem.
Zach Mullen
2010-02-03
1
-1/+1
*
Fix memory leak that occurred when a test executable could not be started. (...
Zach Mullen
2009-12-10
1
-0/+1
*
Handle multiple carriage return issue on windows VS9. Also make sure that ru...
Zach Mullen
2009-11-16
1
-2/+5
*
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
*
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 logic to check for cycles in the test dependency graph before any tests...
Zach Mullen
2009-11-02
1
-1/+50
*
Fix working dir issue for ctest show only mode (-N)
Zach Mullen
2009-10-27
1
-0/+5
*
Ctest was broken for subdirs. Restored working directory state for tests so ...
Zach Mullen
2009-10-20
1
-0/+5
*
Match width of ctest "Start xx: " line to line up with the end test line
Zach Mullen
2009-10-05
1
-1/+1
*
Fix warnings in CMake source code.
David Cole
2009-10-02
1
-2/+3
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
Fixed uninitialized memory issue in ctest show-only mode
Zach Mullen
2009-09-25
1
-0/+1
*
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
*
Rewrite CTest child output handling
Brad King
2009-09-11
1
-3/+1
*
Initialize cmCTestRunTest instances robustly
Brad King
2009-09-11
1
-6/+2
*
BUG: Fixed segfault and bad reporting if a ctest executable could not be foun...
Zach Mullen
2009-09-10
1
-17/+5
*
ENH: ctest now writes time cost data to a file after a test set is run, and u...
Zach Mullen
2009-09-08
1
-4/+56
*
BUG: Fixed extraneous newlines from ctest process output
Zach Mullen
2009-09-08
1
-1/+1
*
ENH: Replaced the EXPENSIVE test property with a COST test property taking a ...
Zach Mullen
2009-09-08
1
-49/+60
*
ENH: Added ctest test options PROCESSORS and RUN_SERIAL. These allow specifi...
Zach Mullen
2009-09-07
1
-6/+27
*
Added the test property EXPENSIVE, which denotes that the given test(s) shoul...
Zach Mullen
2009-09-04
1
-11/+26
*
Allowed tests to pull more than one line of output in their quantum. Fixed u...
Zach Mullen
2009-09-03
1
-2/+3
*
Fixed warnings
Zach Mullen
2009-09-03
1
-1/+1
*
ENH: Added PARALLEL_LEVEL option for ctest_memcheck(). Added PROCESSORS opti...
Zach Mullen
2009-09-03
1
-3/+6
*
STYLE: line length
Zach Mullen
2009-09-02
1
-2/+5
*
Fixed ctest output where max test index is not the same width as the total nu...
Zach Mullen
2009-09-02
1
-0/+28
*
MemCheck should now work again in ctest
Zach Mullen
2009-08-28
1
-2/+2
*
Added ctest -N test. Fixed ctest working directory bug. MemCheck fix coming...
Zach Mullen
2009-08-28
1
-55/+40
[next]