unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 8f7f3c289422a24527f5d0b3e3dff430ad217792 1751 bytes (raw)
name: gnu/packages/patches/gnucash-disable-failing-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
 
diff -ur gnucash-3.2.old/libgnucash/backend/xml/test/CMakeLists.txt gnucash-3.2/libgnucash/backend/xml/test/CMakeLists.txt
--- gnucash-3.2.old/libgnucash/backend/xml/test/CMakeLists.txt	2018-09-16 22:07:42.445865806 -0400
+++ gnucash-3.2/libgnucash/backend/xml/test/CMakeLists.txt	2018-09-16 22:08:29.246608711 -0400
@@ -95,14 +95,3 @@
 if (${CMAKE_VERSION} VERSION_GREATER 3.1)
   set(CMAKE_COMMAND_TMP ${CMAKE_COMMAND} -E env)
 endif()
-
-set(test-real-data-env
-  SRCDIR=${CMAKE_CURRENT_SOURCE_DIR}
-  VERBOSE=yes
-  TEST_PATH=${CMAKE_BINARY_DIR}/bin
-)
-add_test(NAME test-real-data
-   COMMAND ${CMAKE_COMMAND_TMP}
-    ${SHELL} ${CMAKE_CURRENT_SOURCE_DIR}/test-real-data.sh
-)
-set_tests_properties(test-real-data PROPERTIES ENVIRONMENT "${test-real-data-env}")
diff -ur gnucash-3.2.old/libgnucash/engine/test/CMakeLists.txt gnucash-3.2/libgnucash/engine/test/CMakeLists.txt
--- gnucash-3.2.old/libgnucash/engine/test/CMakeLists.txt	2018-09-16 22:07:42.485866441 -0400
+++ gnucash-3.2/libgnucash/engine/test/CMakeLists.txt	2018-09-16 22:09:32.243609266 -0400
@@ -55,8 +55,6 @@
 # This test does not run on Win32
 if (NOT WIN32)
   set(SOURCES ${test_qof_SOURCES} ${CMAKE_SOURCE_DIR}/common/test-core/unittest-support.c)
-  add_engine_test(test-qof "${SOURCES}")
-  target_compile_definitions(test-qof PRIVATE TESTPROG=test_qof)
 
   set(SOURCES ${test_engine_SOURCES} ${CMAKE_SOURCE_DIR}/common/test-core/unittest-support.c)
   add_engine_test(test-engine "${SOURCES}")
@@ -182,8 +180,6 @@
   ${MODULEPATH}/gnc-timezone.cpp
   gtest-gnc-timezone.cpp
   ${GTEST_SRC})
-gnc_add_test(test-gnc-timezone "${test_gnc_timezone_SOURCES}"
-  gtest_engine_INCLUDES gtest_old_engine_LIBS)
 
 set(test_gnc_datetime_SOURCES
   ${MODULEPATH}/gnc-datetime.cpp

debug log:

solving 8f7f3c289 ...
found 8f7f3c289 in https://yhetil.org/guix-patches/20180922052514.25030-1-kkebreau@posteo.net/

applying [1/1] https://yhetil.org/guix-patches/20180922052514.25030-1-kkebreau@posteo.net/
diff --git a/gnu/packages/patches/gnucash-disable-failing-tests.patch b/gnu/packages/patches/gnucash-disable-failing-tests.patch
new file mode 100644
index 000000000..8f7f3c289

1:34: trailing whitespace.
 
1:43: trailing whitespace.
 
Checking patch gnu/packages/patches/gnucash-disable-failing-tests.patch...
Applied patch gnu/packages/patches/gnucash-disable-failing-tests.patch cleanly.
warning: 2 lines add whitespace errors.

index at:
100644 8f7f3c289422a24527f5d0b3e3dff430ad217792	gnu/packages/patches/gnucash-disable-failing-tests.patch

(*) 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).