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  1836176eaf5e06b30916e815d0f8badbe256e08e (commit)
       via  da0eaa8917027547cfcb082a076a60af104a2c5c (commit)
      from  aed1d8b3c44fb6e1eced38b8d568dd36a0103eb0 (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=1836176eaf5e06b30916e815d0f8badbe256e08e
commit 1836176eaf5e06b30916e815d0f8badbe256e08e
Merge: aed1d8b da0eaa8
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Tue Sep 13 11:26:44 2016 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Tue Sep 13 11:26:44 2016 -0400

    Merge topic 'update-kwsys' into next
    
    da0eaa89 Utilities/Release: Suppress KWSys ConsoelBuf test on Windows 
binaries


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=da0eaa8917027547cfcb082a076a60af104a2c5c
commit da0eaa8917027547cfcb082a076a60af104a2c5c
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Tue Sep 13 11:25:51 2016 -0400
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Tue Sep 13 11:25:51 2016 -0400

    Utilities/Release: Suppress KWSys ConsoelBuf test on Windows binaries
    
    The test strangely fails on the machine we use to build the binaries.
    Simply suppress it pending further investigation.

diff --git a/Utilities/Release/win32_release.cmake 
b/Utilities/Release/win32_release.cmake
index a27efda..0500829 100644
--- a/Utilities/Release/win32_release.cmake
+++ b/Utilities/Release/win32_release.cmake
@@ -27,6 +27,7 @@ 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")
+  # ConsoleBuf fails on dash3win7 and nowhere else (??).
+  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..d053b92 100644
--- a/Utilities/Release/win64_release.cmake
+++ b/Utilities/Release/win64_release.cmake
@@ -28,6 +28,7 @@ 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")
+  # ConsoleBuf fails on dash3win7 and nowhere else (??).
+  set(EXTRA_CTEST_ARGS "-E 'Qt5Autogen|ConsoleBuf'")
 endif()
 include(${path}/release_cmake.cmake)

-----------------------------------------------------------------------

Summary of changes:
 Utilities/Release/win32_release.cmake |    3 ++-
 Utilities/Release/win64_release.cmake |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to