[Cmake-commits] [cmake-commits] zach.mullen committed CMakeLists.txt 1.107 1.108
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Sep 18 15:01:16 EDT 2009
Update of /cvsroot/CMake/CMake/Tests
In directory public:/mounts/ram/cvs-serv4580
Modified Files:
CMakeLists.txt
Log Message:
Disabling CTestTestNoBuild pending investigation of odd g++ output issues.
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.107
retrieving revision 1.108
diff -C 2 -d -r1.107 -r1.108
*** CMakeLists.txt 18 Sep 2009 18:02:14 -0000 1.107
--- CMakeLists.txt 18 Sep 2009 19:01:13 -0000 1.108
***************
*** 1053,1062 ****
"${CMake_BINARY_DIR}/Tests/CTestTestFailure/testNoBuild.cmake"
@ONLY ESCAPE_QUOTES)
! ADD_TEST(CTestTestNoBuild ${CMAKE_CTEST_COMMAND}
! -S "${CMake_BINARY_DIR}/Tests/CTestTestFailure/testNoBuild.cmake" -V
! --output-log "${CMake_BINARY_DIR}/Tests/CTestTestFailure/testOut1.log"
! )
! SET_TESTS_PROPERTIES(CTestTestNoBuild PROPERTIES
! FAIL_REGULAR_EXPRESSION "Error" WILL_FAIL true)
CONFIGURE_FILE(
--- 1053,1062 ----
"${CMake_BINARY_DIR}/Tests/CTestTestFailure/testNoBuild.cmake"
@ONLY ESCAPE_QUOTES)
! #ADD_TEST(CTestTestNoBuild ${CMAKE_CTEST_COMMAND}
! # -S "${CMake_BINARY_DIR}/Tests/CTestTestFailure/testNoBuild.cmake" -V
! # --output-log "${CMake_BINARY_DIR}/Tests/CTestTestFailure/testOut1.log"
! # )
! #SET_TESTS_PROPERTIES(CTestTestNoBuild PROPERTIES
! # FAIL_REGULAR_EXPRESSION "Error" WILL_FAIL true)
CONFIGURE_FILE(
***************
*** 1068,1072 ****
--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")
--- 1068,1072 ----
--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")
More information about the Cmake-commits
mailing list