Zach Mullen
|
ff916b48bd
CTest output submitted to the dashboard is now compressed by default.
|
před 16 roky |
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.
|
před 16 roky |
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.
|
před 16 roky |
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.
|
před 16 roky |
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.
|
před 16 roky |
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.
|
před 16 roky |
Zach Mullen
|
c32088cfee
Local test timeouts will now always take precedence over the global --timeout option.
|
před 16 roky |
Zach Mullen
|
b30f627190
CMake global timeout (--timeout option) should prevail over individual test timeouts if it is lower than the individual timeout.
|
před 16 roky |
Bill Hoffman
|
22c37b2b19
Hanle the case where a test can not be run because it is a bad executable.
|
před 16 roky |
Zach Mullen
|
a52c0118d4
Added the --timeout option to ctest command line. This sets a global timeout on all tests if no more specific timeout is set on them.
|
před 16 roky |
Zach Mullen
|
c9c0ee4056
Change logic of ctest subdirs command to allow for absolute paths. Also added test coverage for passing absolute paths to subdirs.
|
před 16 roky |
Zach Mullen
|
17afd5257b
Bug 9090: CTest does not handle absolute paths in CTestTestfile SUBDIR( ) entries.
|
před 16 roky |
Zach Mullen
|
8612aa10b6
Hook for scheduling tests in a random order
|
před 16 roky |
Zach Mullen
|
7fd3d7cf80
BUG: #0009648 Change "The following tests FAILED" message to print on stdout rather than stderr
|
před 16 roky |
David Cole
|
ccb0cf1306
Fix warnings in CMake source code.
|
před 16 roky |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
před 16 roky |
Bill Hoffman
|
8a690289c2
Add label summary times to ctest default output. Also, remove parallel time output. Add flag to disable label summary.
|
před 16 roky |
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.
|
před 16 roky |
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.
|
před 16 roky |
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.
|
před 16 roky |
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.
|
před 16 roky |
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.
|
před 16 roky |
Zach Mullen
|
20713ab89d
Fixed warnings
|
před 16 roky |
Zach Mullen
|
659171d1f7
ENH: Added PARALLEL_LEVEL option for ctest_memcheck(). Added PROCESSORS option to set_tests_properties (implementation to come).
|
před 16 roky |
Zach Mullen
|
7e20db0224
ENH: Added PARALLEL_LEVEL option to ctest_test() command.
|
před 16 roky |
Zach Mullen
|
59b34a6a1a
Fixed Dart time recording for ctest
|
před 16 roky |
Zach Mullen
|
5a5cc52230
Fixed conversion warning on 64 bit machines
|
před 16 roky |
Zach Mullen
|
b0b5ffcf5c
MemCheck should now work again in ctest
|
před 16 roky |
Zach Mullen
|
b427d1985e
Added ctest -N test. Fixed ctest working directory bug. MemCheck fix coming soon...
|
před 16 roky |
Zach Mullen
|
177edc5ed1
Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover for ctest
|
před 16 roky |