Yury G. Kudryashov
|
737c49a357
Add 'const' qualifier to some cmCommand members
|
13 years ago |
David Cole
|
4575ed9e2a
Fix line too long style violation
|
14 years ago |
David Cole
|
ba4886b717
CTest: print failed tests in index order (#11746)
|
14 years ago |
Johan Björk
|
856a9e499f
RunSingleCommand: Replace verbose boolean with enum
|
14 years ago |
Brad King
|
a4ec24269b
CTest: Report tests not run due to unknown configuration
|
14 years ago |
Bill Hoffman
|
dd52fc309d
Fix a memory leak.
|
14 years ago |
Zach Mullen
|
350546db3a
Implement ctest_upload command
|
14 years ago |
Brad King
|
a1711f1c6b
Remove trailing whitespace
|
14 years ago |
Brad King
|
333e707d95
Merge topic 'fix-test-output-truncation'
|
15 years ago |
Brad King
|
e73bf1c384
CTest: Do not truncate UTF-8 test output too early (#10656)
|
15 years ago |
Zach Mullen
|
51bb493574
Test TIMEOUT property explicitly set to zero should be honored
|
15 years ago |
Brad King
|
97c5171d6c
Merge topic 'dev/add_test-working-directory'
|
15 years ago |
Clinton Stimpson
|
744366fc0b
CTest: multiple ctest_test calls w/LABEL regexs (#11487)
|
15 years ago |
Rolf Eike Beer
|
d95f817f77
Add the WORKING_DIRECTORY property to tests
|
15 years ago |
Zach Mullen
|
32242affea
Added CTest command --print-labels
|
15 years ago |
David Cole
|
415900ba77
Eliminate -Wconversion warnings.
|
15 years ago |
Zach Mullen
|
960dc2b10f
Do not exit if stoptime is passed.
|
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 |
Zach Mullen
|
c32088cfee
Local test timeouts will now always take precedence over the global --timeout option.
|
16 years ago |
Zach Mullen
|
b30f627190
CMake global timeout (--timeout option) should prevail over individual test timeouts if it is lower than the individual timeout.
|
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
|
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 years ago |
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 years ago |