Stephen Kelly
|
ddc052052b
Always use the auto_ptr from cmsys.
|
13 anni fa |
Rolf Eike Beer
|
6187876dea
CTest: fix pre and post test commands with spaces
|
13 anni fa |
Yury G. Kudryashov
|
737c49a357
Add 'const' qualifier to some cmCommand members
|
13 anni fa |
David Cole
|
4575ed9e2a
Fix line too long style violation
|
14 anni fa |
David Cole
|
ba4886b717
CTest: print failed tests in index order (#11746)
|
14 anni fa |
Johan Björk
|
856a9e499f
RunSingleCommand: Replace verbose boolean with enum
|
14 anni fa |
Brad King
|
a4ec24269b
CTest: Report tests not run due to unknown configuration
|
14 anni fa |
Bill Hoffman
|
dd52fc309d
Fix a memory leak.
|
14 anni fa |
Zach Mullen
|
350546db3a
Implement ctest_upload command
|
14 anni fa |
Brad King
|
a1711f1c6b
Remove trailing whitespace
|
14 anni fa |
Brad King
|
333e707d95
Merge topic 'fix-test-output-truncation'
|
15 anni fa |
Brad King
|
e73bf1c384
CTest: Do not truncate UTF-8 test output too early (#10656)
|
15 anni fa |
Zach Mullen
|
51bb493574
Test TIMEOUT property explicitly set to zero should be honored
|
15 anni fa |
Brad King
|
97c5171d6c
Merge topic 'dev/add_test-working-directory'
|
15 anni fa |
Clinton Stimpson
|
744366fc0b
CTest: multiple ctest_test calls w/LABEL regexs (#11487)
|
15 anni fa |
Rolf Eike Beer
|
d95f817f77
Add the WORKING_DIRECTORY property to tests
|
15 anni fa |
Zach Mullen
|
32242affea
Added CTest command --print-labels
|
15 anni fa |
David Cole
|
415900ba77
Eliminate -Wconversion warnings.
|
15 anni fa |
Zach Mullen
|
960dc2b10f
Do not exit if stoptime is passed.
|
15 anni fa |
Zach Mullen
|
767ffba8ff
Added RESOURCE_LOCK test property.
|
15 anni fa |
Zach Mullen
|
b4d27dc041
Use historical average of test times to schedule tests.
|
15 anni fa |
Zach Mullen
|
ff916b48bd
CTest output submitted to the dashboard is now compressed by default.
|
16 anni fa |
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 anni fa |
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 anni fa |
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 anni fa |
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 anni fa |
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 anni fa |
Zach Mullen
|
c32088cfee
Local test timeouts will now always take precedence over the global --timeout option.
|
16 anni fa |
Zach Mullen
|
b30f627190
CMake global timeout (--timeout option) should prevail over individual test timeouts if it is lower than the individual timeout.
|
16 anni fa |
Bill Hoffman
|
22c37b2b19
Hanle the case where a test can not be run because it is a bad executable.
|
16 anni fa |