[Cmake-commits] CMake branch, next, updated. v3.6.2-2179-g1366ab7
Brad King
brad.king at kitware.com
Sun Sep 18 09:37:31 EDT 2016
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 1366ab7171a995f35de6f1a91a80515057428730 (commit)
via 0b58897173d83f41f9805b297f24235e78df4b3a (commit)
via ca504042d1e28bfafa100d1be825928640cca7f6 (commit)
via 4171b86ca351a26b8824ee8af0db5145232710f1 (commit)
from 52d2520d39abeefe97ce69ff3029f487bf285d53 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1366ab7171a995f35de6f1a91a80515057428730
commit 1366ab7171a995f35de6f1a91a80515057428730
Merge: 52d2520 0b58897
Author: Brad King <brad.king at kitware.com>
AuthorDate: Sun Sep 18 09:37:30 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Sep 18 09:37:30 2016 -0400
Merge topic 'nightly-binary-no-ConsoleBuf-test' into next
0b588971 Utilities/Release: Suppress KWSys ConsoelBuf test on Windows binaries
ca504042 CMake Nightly Date Stamp
4171b86c CMake Nightly Date Stamp
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0b58897173d83f41f9805b297f24235e78df4b3a
commit 0b58897173d83f41f9805b297f24235e78df4b3a
Author: Brad King <brad.king at kitware.com>
AuthorDate: Sun Sep 18 09:35:27 2016 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Sun Sep 18 09:36:42 2016 -0400
Utilities/Release: Suppress KWSys ConsoelBuf test on Windows binaries
The test fails spuriously too often. Additional work on the test
will be needed to make it more reliable. For now just skip the
test when building nightly binaries so they can complete.
diff --git a/Utilities/Release/win32_release.cmake b/Utilities/Release/win32_release.cmake
index a27efda..f54a4ca 100644
--- a/Utilities/Release/win32_release.cmake
+++ b/Utilities/Release/win32_release.cmake
@@ -27,6 +27,6 @@ get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH)
set(GIT_EXTRA "git config core.autocrlf true")
if(CMAKE_CREATE_VERSION STREQUAL "nightly")
# Some tests fail spuriously too often.
- set(EXTRA_CTEST_ARGS "-E Qt5Autogen")
+ set(EXTRA_CTEST_ARGS "-E 'Qt5Autogen|ConsoleBuf'")
endif()
include(${path}/release_cmake.cmake)
diff --git a/Utilities/Release/win64_release.cmake b/Utilities/Release/win64_release.cmake
index e39a610..bd2690f 100644
--- a/Utilities/Release/win64_release.cmake
+++ b/Utilities/Release/win64_release.cmake
@@ -28,6 +28,6 @@ get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH)
set(GIT_EXTRA "git config core.autocrlf true")
if(CMAKE_CREATE_VERSION STREQUAL "nightly")
# Some tests fail spuriously too often.
- set(EXTRA_CTEST_ARGS "-E Qt5Autogen")
+ set(EXTRA_CTEST_ARGS "-E 'Qt5Autogen|ConsoleBuf'")
endif()
include(${path}/release_cmake.cmake)
-----------------------------------------------------------------------
Summary of changes:
Source/CMakeVersion.cmake | 2 +-
Utilities/Release/win32_release.cmake | 2 +-
Utilities/Release/win64_release.cmake | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list