Rolf Eike Beer
|
d95f817f77
Add the WORKING_DIRECTORY property to tests
|
15 年之前 |
Zach Mullen
|
32242affea
Added CTest command --print-labels
|
15 年之前 |
David Cole
|
415900ba77
Eliminate -Wconversion warnings.
|
15 年之前 |
Zach Mullen
|
960dc2b10f
Do not exit if stoptime is passed.
|
15 年之前 |
Zach Mullen
|
767ffba8ff
Added RESOURCE_LOCK test property.
|
15 年之前 |
Zach Mullen
|
b4d27dc041
Use historical average of test times to schedule tests.
|
15 年之前 |
Zach Mullen
|
ff916b48bd
CTest output submitted to the dashboard is now compressed by default.
|
16 年之前 |
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 年之前 |
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 年之前 |
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 年之前 |
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 年之前 |
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 年之前 |
Zach Mullen
|
c32088cfee
Local test timeouts will now always take precedence over the global --timeout option.
|
16 年之前 |
Zach Mullen
|
b30f627190
CMake global timeout (--timeout option) should prevail over individual test timeouts if it is lower than the individual timeout.
|
16 年之前 |
Bill Hoffman
|
22c37b2b19
Hanle the case where a test can not be run because it is a bad executable.
|
16 年之前 |
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.
|
16 年之前 |
Zach Mullen
|
c9c0ee4056
Change logic of ctest subdirs command to allow for absolute paths. Also added test coverage for passing absolute paths to subdirs.
|
16 年之前 |
Zach Mullen
|
17afd5257b
Bug 9090: CTest does not handle absolute paths in CTestTestfile SUBDIR( ) entries.
|
16 年之前 |
Zach Mullen
|
8612aa10b6
Hook for scheduling tests in a random order
|
16 年之前 |
Zach Mullen
|
7fd3d7cf80
BUG: #0009648 Change "The following tests FAILED" message to print on stdout rather than stderr
|
16 年之前 |
David Cole
|
ccb0cf1306
Fix warnings in CMake source code.
|
16 年之前 |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 年之前 |
Bill Hoffman
|
8a690289c2
Add label summary times to ctest default output. Also, remove parallel time output. Add flag to disable label summary.
|
16 年之前 |
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 年之前 |
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.
|
16 年之前 |
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 年之前 |
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 年之前 |
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.
|
16 年之前 |
Zach Mullen
|
20713ab89d
Fixed warnings
|
16 年之前 |
Zach Mullen
|
659171d1f7
ENH: Added PARALLEL_LEVEL option for ctest_memcheck(). Added PROCESSORS option to set_tests_properties (implementation to come).
|
16 年之前 |