David Cole
|
ba4886b717
CTest: print failed tests in index order (#11746)
|
14 years ago |
Zach Mullen
|
350546db3a
Implement ctest_upload command
|
15 years ago |
Brad King
|
a1711f1c6b
Remove trailing whitespace
|
14 years ago |
Zach Mullen
|
51bb493574
Test TIMEOUT property explicitly set to zero should be honored
|
15 years ago |
Zach Mullen
|
767ffba8ff
Added RESOURCE_LOCK test property.
|
15 years ago |
Zach Mullen
|
b4d27dc041
Use historical average of test times to schedule tests.
|
15 years ago |
Zach Mullen
|
ff916b48bd
CTest output submitted to the dashboard is now compressed by default.
|
16 years ago |
Zach Mullen
|
9add940eb6
Added an option to conditionally attach files to a test submission only if the test does not pass. Also some preliminary changes for test output compression.
|
16 years ago |
Zach Mullen
|
5bfe1a1962
Changed XML formatting of files attached to test so that each file is archived and marked up individually, in order to make things easier on the CDash side. Also switched to using the NamedMeasurement tag instead of a new tag.
|
16 years ago |
Zach Mullen
|
dc66139f7c
CTest-side changes to allow users to attach arbitrary files to test results that will be submitted to cdash using the ATTACHED_FILES test property.
|
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 |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
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
|
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.
|
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
|
20713ab89d
Fixed warnings
|
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
|
b0b5ffcf5c
MemCheck should now work again in ctest
|
16 years ago |
Zach Mullen
|
b427d1985e
Added ctest -N test. Fixed ctest working directory bug. MemCheck fix coming soon...
|
16 years ago |
Zach Mullen
|
177edc5ed1
Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover for ctest
|
16 years ago |
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)
|
16 years ago |
Zach Mullen
|
a2ef34d344
Fixed overwriting of a previous change set
|
16 years ago |
Zach Mullen
|
b9daa192af
ENH: Refactored CTest test execution code into an object
|
16 years ago |
Bill Hoffman
|
3c34d0440c
If labels are found on the tests, then print a time summary for all the tests run with each label.
|
16 years ago |
Bill Hoffman
|
3b73cdc89f
ENH: add a CDash measured value showing the reason for passed and failed tests based on regular expressions
|
17 years ago |
Bill Hoffman
|
4e710a9ebe
ENH: add the ability to run tests by labels
|
17 years ago |
Brad King
|
cc2092d5bb
ENH: Put test labels in MemCheck results
|
17 years ago |
Bill Hoffman
|
be52e3b6fc
BUG: fix for bug #8174
|
17 years ago |