[Cmake-commits] CMake branch, next, updated. v2.8.2-311-gacc0f88
Brad King
brad.king at kitware.com
Thu Jul 29 11:43:03 EDT 2010
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via acc0f88ae6aaa2e0074bed7e3677c8d720952240 (commit)
via fbe67a9fda7c3a96a1774838cb13353b79443e56 (commit)
from 2d499fdff1bbbb07d8c8ab5d2e95ad4aef5c1d9b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=acc0f88ae6aaa2e0074bed7e3677c8d720952240
commit acc0f88ae6aaa2e0074bed7e3677c8d720952240
Merge: 2d499fd fbe67a9
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Jul 29 11:43:01 2010 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jul 29 11:43:01 2010 -0400
Merge topic 'fix-CTestTestFailedSubmit-xmlrpc' into next
fbe67a9 CTestTestFailedSubmit-xmlrpc: Pass with "Submission problem"
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fbe67a9fda7c3a96a1774838cb13353b79443e56
commit fbe67a9fda7c3a96a1774838cb13353b79443e56
Author: Modestas Vainius <modax at debian.org>
AuthorDate: Thu Jul 29 11:39:29 2010 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu Jul 29 11:39:29 2010 -0400
CTestTestFailedSubmit-xmlrpc: Pass with "Submission problem"
Pass the test when there is "Submission problem" in the output. This is
at least applicable to XMLRPC. Full error message is below:
------
Submission problem: Curl failed to perform HTTP POST request. curl_easy_perform() says: <url> malformed (-504)
.
Problems when submitting via XML-RPC
------
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 9865134..bd4ccf9 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -1436,6 +1436,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CMake_SOURCE_DIR}/Utilities/
set(regex "${regex}|The requested URL returned error")
set(regex "${regex}|libcurl was built with SSL disabled. https: not supported)")
set(regex "${regex}|Submission method .xmlrpc. not compiled into CTest")
+ set(regex "${regex}|Submission problem")
set(regex "${regex}|Submission successful)")
set(ctest_coverage_labels_args "")
-----------------------------------------------------------------------
Summary of changes:
Tests/CMakeLists.txt | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list