[Cmake-commits] CMake branch, master, updated. v3.11.0-rc1-79-g8ac6c7e
Kitware Robot
kwrobot at kitware.com
Thu Feb 22 11:35:03 EST 2018
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, master has been updated
via 8ac6c7e7f3234f4a2e5e4108114f173f16d4d388 (commit)
via 8a55ad2c5bd6a52a7e607ce62574ce8271fd0a68 (commit)
from 8d70cddd223b9276ef05ad1a7f0094b3b1ed94c2 (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=8ac6c7e7f3234f4a2e5e4108114f173f16d4d388
commit 8ac6c7e7f3234f4a2e5e4108114f173f16d4d388
Merge: 8d70cdd 8a55ad2
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Feb 22 16:26:53 2018 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Thu Feb 22 11:26:57 2018 -0500
Merge topic 'test-ExternalProject-serial'
8a55ad2c Tests: Run ExternalProject tests serially
Acked-by: Kitware Robot <kwrobot at kitware.com>
Merge-request: !1783
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8a55ad2c5bd6a52a7e607ce62574ce8271fd0a68
commit 8a55ad2c5bd6a52a7e607ce62574ce8271fd0a68
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Feb 21 08:09:09 2018 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Wed Feb 21 08:32:43 2018 -0500
Tests: Run ExternalProject tests serially
These tests use a lot of resources, so run them separately from other
tests to avoid competition (which may cause spurious timeouts).
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 62157bb..93837dd 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -1445,6 +1445,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release
)
list(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/ExternalProject")
set_tests_properties(ExternalProject PROPERTIES
+ RUN_SERIAL 1
TIMEOUT ${CMAKE_LONG_TEST_TIMEOUT})
add_test(NAME ExternalProjectSubdir
@@ -1484,6 +1485,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release
)
list(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/ExternalProjectLocal")
set_tests_properties(ExternalProjectLocal PROPERTIES
+ RUN_SERIAL 1
TIMEOUT ${CMAKE_LONG_TEST_TIMEOUT})
add_test(ExternalProjectUpdateSetup ${CMAKE_CTEST_COMMAND}
@@ -1499,6 +1501,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release
)
list(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/ExternalProjectUpdate")
set_tests_properties(ExternalProjectUpdateSetup PROPERTIES
+ RUN_SERIAL 1
TIMEOUT ${CMAKE_LONG_TEST_TIMEOUT})
add_test(NAME ExternalProjectUpdate
@@ -1513,6 +1516,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release
)
list(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/ExternalProjectUpdate")
set_tests_properties(ExternalProjectUpdate PROPERTIES
+ RUN_SERIAL 1
TIMEOUT ${CMAKE_LONG_TEST_TIMEOUT}
WORKING_DIRECTORY ${CMake_SOURCE_DIR}/Tests/ExternalProjectUpdate
DEPENDS ExternalProjectUpdateSetup )
-----------------------------------------------------------------------
Summary of changes:
Tests/CMakeLists.txt | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list