Zach Mullen
|
c87282ce52
Re-enabled Scheduler test and fixed the underlying problem.
|
há 16 anos atrás |
Zach Mullen
|
08ac33fe6a
Fix memory leak that occurred when a test executable could not be started. (See BadExe test)
|
há 16 anos atrás |
Zach Mullen
|
2921fa96ed
Handle multiple carriage return issue on windows VS9. Also make sure that running ctest in showonly mode does not kill our cost store, since many ctest tests do this and corrupt our cost data.
|
há 16 anos atrás |
Zach Mullen
|
f7899c7445
Fixed a bug where it was possible for a test to be started twice if a lower-indexed test depended on it.
|
há 16 anos atrás |
Zach Mullen
|
9f105a3f6d
Fix style warning in cmsystemtools, cosmetic change to ctest code
|
há 16 anos atrás |
Zach Mullen
|
9aa4e134b5
Fixed infinite loop condition when a test's dependent test executable could not be found.
|
há 16 anos atrás |
Zach Mullen
|
d47ada823a
Added logic to check for cycles in the test dependency graph before any tests are run. Previously a cycle resulted in a segfault from stack overflow.
|
há 16 anos atrás |
Zach Mullen
|
e2b63e473d
Fix working dir issue for ctest show only mode (-N)
|
há 16 anos atrás |
Zach Mullen
|
f2010871ba
Ctest was broken for subdirs. Restored working directory state for tests so that their executables could be found.
|
há 16 anos atrás |
Zach Mullen
|
b304186bc5
Match width of ctest "Start xx: " line to line up with the end test line
|
há 16 anos atrás |
David Cole
|
ccb0cf1306
Fix warnings in CMake source code.
|
há 16 anos atrás |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
há 16 anos atrás |
Zach Mullen
|
5e06f0a557
Fixed uninitialized memory issue in ctest show-only mode
|
há 16 anos atrás |
Zach Mullen
|
65c418e56f
Reformat ctest -N output. Removed the "Start processing tests" message as well.
|
há 16 anos atrás |
Zach Mullen
|
84f3f6cad6
Tests which are not run should be added to the failed test list.
|
há 16 anos atrás |
Brad King
|
6a7eae7184
Rewrite CTest child output handling
|
há 16 anos atrás |
Brad King
|
b6c26cded2
Initialize cmCTestRunTest instances robustly
|
há 16 anos atrás |
Zach Mullen
|
4b4e801eba
BUG: Fixed segfault and bad reporting if a ctest executable could not be found. Also added some batch testing code that is not yet complete.
|
há 16 anos atrás |
Zach Mullen
|
a516040579
ENH: ctest now writes time cost data to a file after a test set is run, and uses these time costs to schedule the processes the next time ctest is run in that build tree.
|
há 16 anos atrás |
Zach Mullen
|
6727834a8c
BUG: Fixed extraneous newlines from ctest process output
|
há 16 anos atrás |
Zach Mullen
|
39e5f9d963
ENH: Replaced the EXPENSIVE test property with a COST test property taking a floating point value. Tests are now started in descending order of their cost, which defaults to 0 if none is specified.
|
há 16 anos atrás |
Zach Mullen
|
5fb958fde9
ENH: Added ctest test options PROCESSORS and RUN_SERIAL. These allow specification of resource allocation for given tests running with the ctest -j N option. RUN_SERIAL ensures that a given test does not run in parallel with any other test. Also forced appending of "..." to the longest test name in ctest.
|
há 16 anos atrás |
Zach Mullen
|
c6e5dd21fd
Added the test property EXPENSIVE, which denotes that the given test(s) should be started prior to tests that are not marked as such. Also fixed test dependencies, and a few uninitialized variables in cmProcess.
|
há 16 anos atrás |
Zach Mullen
|
d4adde13d7
Allowed tests to pull more than one line of output in their quantum. Fixed uninitialized variables in the case that the test process could not start.
|
há 16 anos atrás |
Zach Mullen
|
20713ab89d
Fixed warnings
|
há 16 anos atrás |
Zach Mullen
|
659171d1f7
ENH: Added PARALLEL_LEVEL option for ctest_memcheck(). Added PROCESSORS option to set_tests_properties (implementation to come).
|
há 16 anos atrás |
Zach Mullen
|
c5cf9b0e5f
STYLE: line length
|
há 16 anos atrás |
Zach Mullen
|
69fd641adb
Fixed ctest output where max test index is not the same width as the total number of tests. Also some preliminary changes for batching ctest jobs
|
há 16 anos atrás |
Zach Mullen
|
b0b5ffcf5c
MemCheck should now work again in ctest
|
há 16 anos atrás |
Zach Mullen
|
b427d1985e
Added ctest -N test. Fixed ctest working directory bug. MemCheck fix coming soon...
|
há 16 anos atrás |