[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.108 1.109
cmake-commits at cmake.org
cmake-commits at cmake.org
Sun Sep 20 09:42:11 EDT 2009
Update of /cvsroot/CMake/CMake/Tests
In directory public:/mounts/ram/cvs-serv18512
Modified Files:
CMakeLists.txt
Log Message:
Disable test as it fails on every system.
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.108
retrieving revision 1.109
diff -C 2 -d -r1.108 -r1.109
*** CMakeLists.txt 18 Sep 2009 19:01:13 -0000 1.108
--- CMakeLists.txt 20 Sep 2009 13:42:09 -0000 1.109
***************
*** 1060,1074 ****
# FAIL_REGULAR_EXPRESSION "Error" WILL_FAIL true)
! CONFIGURE_FILE(
! "${CMake_SOURCE_DIR}/Tests/CTestTestFailure/testNoExe.cmake.in"
! "${CMake_BINARY_DIR}/Tests/CTestTestFailure/testNoExe.cmake"
! @ONLY ESCAPE_QUOTES)
! ADD_TEST(CTestTestNoExe ${CMAKE_CTEST_COMMAND}
! -S "${CMake_BINARY_DIR}/Tests/CTestTestFailure/testNoExe.cmake" -V
! --output-log "${CMake_BINARY_DIR}/Tests/CTestTestFailure/testOut2.log"
! )
! SET_TESTS_PROPERTIES(CTestTestNoExe PROPERTIES #DEPENDS CTestTestNoBuild
! PASS_REGULAR_EXPRESSION "Could not find executable"
! FAIL_REGULAR_EXPRESSION "SegFault")
CONFIGURE_FILE(
--- 1060,1074 ----
# FAIL_REGULAR_EXPRESSION "Error" WILL_FAIL true)
! #CONFIGURE_FILE(
! # "${CMake_SOURCE_DIR}/Tests/CTestTestFailure/testNoExe.cmake.in"
! # "${CMake_BINARY_DIR}/Tests/CTestTestFailure/testNoExe.cmake"
! # @ONLY ESCAPE_QUOTES)
! # ADD_TEST(CTestTestNoExe ${CMAKE_CTEST_COMMAND}
! # -S "${CMake_BINARY_DIR}/Tests/CTestTestFailure/testNoExe.cmake" -V
! # --output-log "${CMake_BINARY_DIR}/Tests/CTestTestFailure/testOut2.log"
! # )
! # SET_TESTS_PROPERTIES(CTestTestNoExe PROPERTIES #DEPENDS CTestTestNoBuild
! # PASS_REGULAR_EXPRESSION "Could not find executable"
! # FAIL_REGULAR_EXPRESSION "SegFault")
CONFIGURE_FILE(
More information about the Cmake-commits
mailing list