Browse Source

Disabling CTestTestNoBuild pending investigation of odd g++ output issues.

Zach Mullen 16 years ago
parent
commit
7b0e7f714b
1 changed files with 7 additions and 7 deletions
  1. 7 7
      Tests/CMakeLists.txt

+ 7 - 7
Tests/CMakeLists.txt

@@ -1052,12 +1052,12 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=CVS -P ${CMake_SOURCE_DIR}/Utilities/Rel
       "${CMake_SOURCE_DIR}/Tests/CTestTestFailure/testNoBuild.cmake.in"
       "${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)
+    #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(
       "${CMake_SOURCE_DIR}/Tests/CTestTestFailure/testNoExe.cmake.in"
@@ -1067,7 +1067,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=CVS -P ${CMake_SOURCE_DIR}/Utilities/Rel
       -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
+    SET_TESTS_PROPERTIES(CTestTestNoExe PROPERTIES #DEPENDS CTestTestNoBuild
       PASS_REGULAR_EXPRESSION "Could not find executable"
       FAIL_REGULAR_EXPRESSION "SegFault")