unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob f59e2cd625390cbcd413c6a4eb9b16fa8a416ff1 1850 bytes (raw)
name: packages/patches/cmake-fix-tests.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
 
--- cmake-3.2.2.orig/Tests/CMakeLists.txt	2015-04-14 01:09:00.000000000 +0800
+++ cmake-3.2.2/Tests/CMakeLists.txt	2015-04-28 15:02:34.913039742 +0800
@@ -342,10 +342,12 @@
   endif()
 
   # run test for BundleUtilities on supported platforms/compilers
-  if(MSVC OR
-     MINGW OR
-     CMAKE_SYSTEM_NAME MATCHES "Linux" OR
-     CMAKE_SYSTEM_NAME MATCHES "Darwin")
+#  if(MSVC OR
+#     MINGW OR
+#     CMAKE_SYSTEM_NAME MATCHES "Linux" OR
+#     CMAKE_SYSTEM_NAME MATCHES "Darwin")
+# This test fails on Guix: skip it.
+  if(FALSE)
   if(NOT "${CMAKE_GENERATOR}" STREQUAL "Watcom WMake")
 
     add_test(BundleUtilities ${CMAKE_CTEST_COMMAND}
@@ -2257,16 +2259,17 @@
     PASS_REGULAR_EXPRESSION "Could not find executable"
     FAIL_REGULAR_EXPRESSION "SegFault")
 
-  configure_file(
-    "${CMake_SOURCE_DIR}/Tests/CTestTestUpload/test.cmake.in"
-    "${CMake_BINARY_DIR}/Tests/CTestTestUpload/test.cmake"
-    @ONLY ESCAPE_QUOTES)
-  add_test(CTestTestUpload ${CMAKE_CTEST_COMMAND}
-    -S "${CMake_BINARY_DIR}/Tests/CTestTestUpload/test.cmake" -V
-    --output-log "${CMake_BINARY_DIR}/Tests/CTestTestUpload/testOut.log"
-    )
-  set_tests_properties(CTestTestUpload PROPERTIES
-    PASS_REGULAR_EXPRESSION "Upload\\.xml")
+# This test requires network connectivity: skip it.
+#  configure_file(
+#    "${CMake_SOURCE_DIR}/Tests/CTestTestUpload/test.cmake.in"
+#    "${CMake_BINARY_DIR}/Tests/CTestTestUpload/test.cmake"
+#    @ONLY ESCAPE_QUOTES)
+#  add_test(CTestTestUpload ${CMAKE_CTEST_COMMAND}
+#    -S "${CMake_BINARY_DIR}/Tests/CTestTestUpload/test.cmake" -V
+#    --output-log "${CMake_BINARY_DIR}/Tests/CTestTestUpload/testOut.log"
+#    )
+#  set_tests_properties(CTestTestUpload PROPERTIES
+#    PASS_REGULAR_EXPRESSION "Upload\\.xml")
 
   configure_file(
     "${CMake_SOURCE_DIR}/Tests/CTestCoverageCollectGCOV/test.cmake.in"

debug log:

solving f59e2cd625390cbcd413c6a4eb9b16fa8a416ff1 ...
found f59e2cd625390cbcd413c6a4eb9b16fa8a416ff1 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).