Zach Mullen
|
ffda17d9ef
We shouldn't ask CDash for its version info until/unless we actually need it.
|
15 years ago |
Zach Mullen
|
32242affea
Added CTest command --print-labels
|
15 years ago |
Zach Mullen
|
7dbc1a2ebd
Fix hard-coded CDash URI in version query
|
15 years ago |
Brad King
|
e1a4c02bac
Merge topic 'resolve/doc-spelling/CPackRPM'
|
15 years ago |
Kai Wasserbäch
|
9203e9187e
Fix spelling errors reported by Lintian.
|
15 years ago |
Brad King
|
ff1f8d0b53
Fix or cast more integer conversions in cmake
|
15 years ago |
Zach Mullen
|
4b32ee01f2
Better detection of stop_time being passed.
|
15 years ago |
Zach Mullen
|
9eea95c90f
Fix StopTime to also account for localtime being a day ahead of gmtime
|
15 years ago |
Zach Mullen
|
9676c52c3e
Fix for StopTime for cases when gmtime is a day ahead of localtime
|
15 years ago |
Zach Mullen
|
0ba9d04117
Add the --stop-time argument
|
15 years ago |
Zach Mullen
|
09e748c69a
Configurable path to CTest cost data file
|
15 years ago |
Zach Mullen
|
41fcf6e155
Moved call to cache CDash version information to cmCTest::initialize. Also added a 3 second timeout when requesting the version from the server. Added an option to the CTestConfiguration that will be used to determine whether to query the version information at all. (Behavior for this setting is not yet defined.) Updated CMake's local CDash version setting to 1.6.
|
16 years ago |
Bill Hoffman
|
46ff4bbd0a
Fix HPUX issue with test, by doing the query to cdash for its version before any test is started.
|
16 years ago |
Bill Hoffman
|
42d175f26c
Fix a line length issue.
|
16 years ago |
Zach Mullen
|
0a0788a72d
Enhanced CTest HTTP Request API to support PUT file uploads.
|
16 years ago |
David Cole
|
47bd8637ab
Fix crash on Continuous dashboard - related to last commit fixing issue #10060. Do not call ShouldCreateNewTag if command is NULL...
|
16 years ago |
David Cole
|
aad15c3abf
Fix issue #10060 - add APPEND arg to ctest_start command.
|
16 years ago |
Zach Mullen
|
3cb2a0ffa6
Move cURL dependent code out of CMakeLib to fix complex tests.
|
16 years ago |
Zach Mullen
|
5aad7bf2d4
Make new web api safe for bootstrap build.
|
16 years ago |
Zach Mullen
|
a302b51db5
Query the CDash web API to automate CDash version detection.
|
16 years ago |
Zach Mullen
|
7af553188e
Added support for CTest awareness of the CDash version. This will help forward compatibility for both tools. Note that this changeset effectively makes the default to disable output compression. Now, to enable output compression, the CDASH_CTEST_VERSION must be explicity set to >= 1.6. Automated detection of the CDash version is the next step.
|
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
|
b2e7da885d
Added a "-http1.0" option to ctest to make it submit using curl's http 1.0 option. Also added parsing of html reponse output to determine whether errors or warnings were sent in response from the server. If errors or warnings occurred, the response is output to stdout, and the "submission successful" message has been changed to accurately reflect whether or not warnings or errors were returned with the response.
|
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 |
Brad King
|
e1548142fb
CTest: Move initial checkout to ctest_start()
|
16 years ago |
Brad King
|
c2ba35787e
CTest: Simplify Initialize method signature
|
16 years ago |
Zach Mullen
|
8612aa10b6
Hook for scheduling tests in a random order
|
16 years ago |
David Cole
|
886ae02356
Fix crash on Windows. Remove trailing white space from regex. These changes should correct all failures of the new FailedSubmit tests.
|
16 years ago |
David Cole
|
85feea2d0d
Fix floating point comparison warnings. Thanks to Alex Neundorf for the patch.
|
16 years ago |
Zach Mullen
|
7199badb00
Fix line length.
|
16 years ago |