Una prueba unitaria más omitida para la 7.5.1
This commit is contained in:
parent
784841b241
commit
7abff9f499
2 changed files with 86 additions and 1 deletions
84
CentOS-9/SOURCES/7.5.1-unit-tests.patch
Normal file
84
CentOS-9/SOURCES/7.5.1-unit-tests.patch
Normal file
|
@ -0,0 +1,84 @@
|
|||
From 0869739a3843e6ee48eba1181d71476c1e7a9541 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Sandino=20Araico=20S=C3=A1nchez?= <sandino@sandino.net>
|
||||
Date: Mon, 8 May 2023 20:22:24 -0400
|
||||
Subject: [PATCH 1/2] Pruebas unitarias omitidas de la 7.5.0
|
||||
|
||||
---
|
||||
dbaccess/Module_dbaccess.mk | 2 --
|
||||
sdext/Module_sdext.mk | 1 -
|
||||
sw/Module_sw.mk | 2 --
|
||||
3 files changed, 5 deletions(-)
|
||||
|
||||
diff --git a/dbaccess/Module_dbaccess.mk b/dbaccess/Module_dbaccess.mk
|
||||
index 436f591c7a07..2e8b1b77aaed 100644
|
||||
--- a/dbaccess/Module_dbaccess.mk
|
||||
+++ b/dbaccess/Module_dbaccess.mk
|
||||
@@ -49,8 +49,6 @@ endif
|
||||
|
||||
ifneq ($(filter SCRIPTING,$(BUILD_TYPE)),)
|
||||
$(eval $(call gb_Module_add_check_targets,dbaccess,\
|
||||
- CppunitTest_dbaccess_dialog_save \
|
||||
- CppunitTest_dbaccess_empty_stdlib_save \
|
||||
CppunitTest_dbaccess_nolib_save \
|
||||
CppunitTest_dbaccess_macros_test \
|
||||
CppunitTest_dbaccess_hsqlschema_import \
|
||||
diff --git a/sdext/Module_sdext.mk b/sdext/Module_sdext.mk
|
||||
index fd1d191b4939..d9ba2fbccc63 100644
|
||||
--- a/sdext/Module_sdext.mk
|
||||
+++ b/sdext/Module_sdext.mk
|
||||
@@ -31,7 +31,6 @@ $(eval $(call gb_Module_add_targets,sdext,\
|
||||
endif
|
||||
|
||||
$(eval $(call gb_Module_add_check_targets,sdext,\
|
||||
- CppunitTest_sdext_pdfimport \
|
||||
Executable_pdf2xml \
|
||||
Executable_pdfunzip \
|
||||
))
|
||||
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk
|
||||
index 8a217a85fbf6..23fd9f4be109 100644
|
||||
--- a/sw/Module_sw.mk
|
||||
+++ b/sw/Module_sw.mk
|
||||
@@ -114,7 +114,6 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\
|
||||
CppunitTest_sw_uiwriter3 \
|
||||
CppunitTest_sw_uiwriter4 \
|
||||
CppunitTest_sw_uiwriter5 \
|
||||
- CppunitTest_sw_uiwriter6 \
|
||||
CppunitTest_sw_uiwriter7 \
|
||||
CppunitTest_sw_uiwriter8 \
|
||||
CppunitTest_sw_layoutwriter \
|
||||
@@ -136,7 +135,6 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\
|
||||
CppunitTest_sw_uibase_uno \
|
||||
CppunitTest_sw_uibase_wrtsh \
|
||||
CppunitTest_sw_core_accessibilitycheck \
|
||||
- CppunitTest_sw_core_layout \
|
||||
CppunitTest_sw_core_fields \
|
||||
CppunitTest_sw_core_tox \
|
||||
CppunitTest_sw_core_frmedt \
|
||||
--
|
||||
2.39.1
|
||||
|
||||
|
||||
From d8a95a4d40088e9cf2a15d0cacffd9167ca375a9 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Sandino=20Araico=20S=C3=A1nchez?= <sandino@sandino.net>
|
||||
Date: Mon, 8 May 2023 20:22:48 -0400
|
||||
Subject: [PATCH 2/2] Pruebas unitaria adicional que falla en la 7.5.1
|
||||
|
||||
---
|
||||
sw/Module_sw.mk | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk
|
||||
index 23fd9f4be109..4b0580716a2a 100644
|
||||
--- a/sw/Module_sw.mk
|
||||
+++ b/sw/Module_sw.mk
|
||||
@@ -117,7 +117,6 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\
|
||||
CppunitTest_sw_uiwriter7 \
|
||||
CppunitTest_sw_uiwriter8 \
|
||||
CppunitTest_sw_layoutwriter \
|
||||
- CppunitTest_sw_layoutwriter2 \
|
||||
CppunitTest_sw_mailmerge \
|
||||
CppunitTest_sw_mailmerge2 \
|
||||
CppunitTest_sw_globalfilter \
|
||||
--
|
||||
2.39.1
|
||||
|
|
@ -115,6 +115,7 @@ BuildRequires: gettext
|
|||
BuildRequires: git
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: gperf
|
||||
BuildRequires: harfbuzz-icu >= 5.1.0
|
||||
BuildRequires: hunspell-en-US
|
||||
BuildRequires: icu
|
||||
BuildRequires: libtool-ltdl-devel
|
||||
|
@ -285,7 +286,7 @@ Patch15: 0001-gpgme.patch
|
|||
|
||||
# TODO: pruebas unitarias que fallan
|
||||
# Las deshabilitamos temporalmente solo para ver que compile esta chingadera
|
||||
Patch16: 7.5.0-unit-tests.patch
|
||||
Patch16: 7.5.1-unit-tests.patch
|
||||
|
||||
# not upstreamed
|
||||
Patch500: 0001-disable-libe-book-support.patch
|
||||
|
|
Loading…
Reference in a new issue