Zach Mullen
|
243bbae954
Removed fork-and-continue option from ctest generated batch script entries
|
hace 16 años |
Brad King
|
6a7eae7184
Rewrite CTest child output handling
|
hace 16 años |
Brad King
|
b6c26cded2
Initialize cmCTestRunTest instances robustly
|
hace 16 años |
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.
|
hace 16 años |
Zach Mullen
|
a02ef56401
BUG: Fixed issue where ctest would hang if a process terminated with output in its buffers but no newline
|
hace 16 años |
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.
|
hace 16 años |
Zach Mullen
|
5517e17bf9
Fixed ctest output processing. Should now display output as it occurs, as well as be able to consume multiple lines if they exist within the timeout.
|
hace 16 años |
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.
|
hace 16 años |
Zach Mullen
|
659171d1f7
ENH: Added PARALLEL_LEVEL option for ctest_memcheck(). Added PROCESSORS option to set_tests_properties (implementation to come).
|
hace 16 años |
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
|
hace 16 años |
Zach Mullen
|
90cc5c5e04
ENH: Improved test reporting output
|
hace 16 años |
Zach Mullen
|
5a5cc52230
Fixed conversion warning on 64 bit machines
|
hace 16 años |
Zach Mullen
|
387ba0c646
Fixed line length issue
|
hace 16 años |
Zach Mullen
|
b0b5ffcf5c
MemCheck should now work again in ctest
|
hace 16 años |
Zach Mullen
|
996bb51a1d
Replaced std::stringstream with cmOStringStream
|
hace 16 años |
Zach Mullen
|
b427d1985e
Added ctest -N test. Fixed ctest working directory bug. MemCheck fix coming soon...
|
hace 16 años |
Zach Mullen
|
177edc5ed1
Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover for ctest
|
hace 16 años |
Zach Mullen
|
8ffd8d0a03
ENH: refactored ctest. All testing is now parallel. If no -j option is specified, defaults to a MP level of 1 (non parallel)
|
hace 16 años |
Zach Mullen
|
8c6aa445a2
Fixed line length over 80
|
hace 16 años |
Zach Mullen
|
b9daa192af
ENH: Refactored CTest test execution code into an object
|
hace 16 años |