Commit History

Author SHA1 Message Date
  Zach Mullen a0cc49a915 Support for relative paths to executables in MemCheck tests. Also fixed a bug causing memcheck args to be overwritten repetitively. 16 years ago
  Zach Mullen 3312e3d710 Fix size type conversion warning in RunTest. 16 years ago
  Zach Mullen 66f44f64d5 Fix segfault on Borland compiler resulting from divide by 0. 16 years ago
  Zach Mullen 1842d2eae0 Fix output compression error message 16 years ago
  Zach Mullen ff916b48bd CTest output submitted to the dashboard is now compressed by default. 16 years ago
  Zach Mullen 5e427677c3 Restore the "***Not Run" message to ctest command line output for tests which did not start due to missing/bad executables or missing required files. 16 years ago
  Zach Mullen 4de7cc3621 Unfortunately, I noticed the comment on bug 8668 too late. This changes my last implementation of the exe wrapper to something which makes much more sense: a REQUIRED_FILES property on tests. 16 years ago
  Zach Mullen 48b6133928 [0008668: CTest Dev: Missing executables shown as failed tests when using MPI.] Added a wrapping option to add_test so that exes built by the project can be safely wrapped in other exes and be listed as "not run" rather than "failed" if they are not built. 16 years ago
  Bill Hoffman 22c37b2b19 Hanle the case where a test can not be run because it is a bad executable. 16 years ago
  Zach Mullen c17ce46c73 Align test output for timeout condition. 16 years ago
  Zach Mullen 727fa7bcb6 Fix ctest output alignment for cases where total tests run is not the same width as max test index. 16 years ago
  David Cole 85feea2d0d Fix floating point comparison warnings. Thanks to Alex Neundorf for the patch. 16 years ago
  Zach Mullen b304186bc5 Match width of ctest "Start xx: " line to line up with the end test line 16 years ago
  Zach Mullen a5be445ca9 BUG: CTest should honor test timeouts. 16 years ago
  Zach Mullen 202bb45695 BUG: 0009612: --output-on-failure option doesn't work with the new parallel CTest handler 16 years ago
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
  Zach Mullen 5a2f24856e Output a message in ctest when each test is started 16 years ago
  Bill Hoffman 932dac93b7 Fix uninitialized errors. 16 years ago
  Zach Mullen 243bbae954 Removed fork-and-continue option from ctest generated batch script entries 16 years ago
  Brad King 6a7eae7184 Rewrite CTest child output handling 16 years ago
  Brad King b6c26cded2 Initialize cmCTestRunTest instances robustly 16 years ago
  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. 16 years ago
  Zach Mullen a02ef56401 BUG: Fixed issue where ctest would hang if a process terminated with output in its buffers but no newline 16 years ago
  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. 16 years ago
  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. 16 years ago
  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. 16 years ago
  Zach Mullen 659171d1f7 ENH: Added PARALLEL_LEVEL option for ctest_memcheck(). Added PROCESSORS option to set_tests_properties (implementation to come). 16 years ago
  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 16 years ago
  Zach Mullen 90cc5c5e04 ENH: Improved test reporting output 16 years ago
  Zach Mullen 5a5cc52230 Fixed conversion warning on 64 bit machines 16 years ago