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 |
Zach Mullen
|
bf0e67fea3
Uncomment block in InitializeFromCommand (accidentally checked this change in)
|
16 years ago |
Zach Mullen
|
a5aa23d4e1
CTest-side support for compiler name and compiler version information. Requires CDash update to show on CDash.
|
16 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Zach Mullen
|
2e5ccdbc18
Removed comment
|
16 years ago |
Zach Mullen
|
65c418e56f
Reformat ctest -N output. Removed the "Start processing tests" message as well.
|
16 years ago |
Bill Hoffman
|
8a690289c2
Add label summary times to ctest default output. Also, remove parallel time output. Add flag to disable label summary.
|
16 years ago |
Zach Mullen
|
69fd641adb
Fixed ctest output where max test index is not the same width as the total number of tests. Also some preliminary changes for batching ctest jobs
|
16 years ago |
Zach Mullen
|
177edc5ed1
Fixed ctest -N segfault issue. Further refactored ctest. Enabled failover for ctest
|
16 years ago |
Zach Mullen
|
8ffd8d0a03
ENH: refactored ctest. All testing is now parallel. If no -j option is specified, defaults to a MP level of 1 (non parallel)
|
16 years ago |
Zach Mullen
|
a2ef34d344
Fixed overwriting of a previous change set
|
16 years ago |
Zach Mullen
|
b9daa192af
ENH: Refactored CTest test execution code into an object
|
16 years ago |
Brad King
|
e9d7ebb3ec
BUG: Do not double-initialize local generators
|
16 years ago |
David Cole
|
c64b1456b6
BUG: Fix typo pointed out by Monsieur Francois Bertel. Merci, Francois.
|
16 years ago |
Bill Hoffman
|
5c4208f50e
ENH: only 5 failing tests for VS 10
|
16 years ago |