[Cmake-commits] CMake branch, next, updated. v2.8.2-230-g4e7b24e
David Cole
david.cole at kitware.com
Mon Jul 12 18:04:31 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 4e7b24ea9f5ac63d04a65e184d33e09d36596e75 (commit)
via 391acdf19915b8dd48b0bbd593af8be27178ea35 (commit)
via 942060cb19adb0b8ab3971a90cab83058f23935e (commit)
via 7dd6f1d13a047ddda0300a3a544f7c700accafc4 (commit)
via 92473b32ce183dccdb2c0932ea9f7067c1a464bb (commit)
from 09db2df2ad59f3e1b087f8b9a5d977496c3d60d2 (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=4e7b24ea9f5ac63d04a65e184d33e09d36596e75
commit 4e7b24ea9f5ac63d04a65e184d33e09d36596e75
Merge: 09db2df 391acdf
Author: David Cole <david.cole at kitware.com>
AuthorDate: Mon Jul 12 17:52:13 2010 -0400
Commit: David Cole <david.cole at kitware.com>
CommitDate: Mon Jul 12 17:52:13 2010 -0400
Merge branch 'fix-failed-submit-test' into next
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=391acdf19915b8dd48b0bbd593af8be27178ea35
commit 391acdf19915b8dd48b0bbd593af8be27178ea35
Author: David Cole <david.cole at kitware.com>
AuthorDate: Mon Jul 12 17:48:33 2010 -0400
Commit: David Cole <david.cole at kitware.com>
CommitDate: Mon Jul 12 17:48:33 2010 -0400
Add another expected output for the failed submit tests.
The CTestTestFailedSubmit-http test was failing on the
hut11 Experimental dashboards with "Empty reply from
server" due to a localhost settings change.
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index e00a1cc..2980c56 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -1432,6 +1432,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CMake_SOURCE_DIR}/Utilities/
set(regex "${regex}|Error message was: ")
set(regex "${regex}([Cc]ould *n.t resolve host")
set(regex "${regex}|[Cc]ould *n.t connect to host")
+ set(regex "${regex}|Empty reply from server")
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")
-----------------------------------------------------------------------
Summary of changes:
Source/kwsys/kwsysDateStamp.cmake | 2 +-
Tests/CMakeLists.txt | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list