Actualización del parcge de unit tests para 7.5.0
This commit is contained in:
parent
7a8a9a51b2
commit
00ee217afd
2 changed files with 52 additions and 1 deletions
51
CentOS-9/SOURCES/7.5.0-unit-tests.patch
Normal file
51
CentOS-9/SOURCES/7.5.0-unit-tests.patch
Normal file
|
@ -0,0 +1,51 @@
|
|||
From bf9a05748d0b4863276f920b39668e919ebeca21 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Sandino=20Araico=20S=C3=A1nchez?= <sandino@sandino.net>
|
||||
Date: Sun, 7 May 2023 20:55:21 -0400
|
||||
Subject: [PATCH] Se quitaron las pruebas unitarias que fallan en CentOS 9
|
||||
|
||||
---
|
||||
dbaccess/Module_dbaccess.mk | 2 --
|
||||
sdext/Module_sdext.mk | 1 -
|
||||
sw/Module_sw.mk | 1 -
|
||||
3 files changed, 4 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..2106094dac63 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 \
|
||||
--
|
||||
2.39.1
|
||||
|
|
@ -281,7 +281,7 @@ Patch15: 0001-gpgme.patch
|
|||
|
||||
# TODO: pruebas unitarias que fallan
|
||||
# Las deshabilitamos temporalmente solo para ver que compile esta chingadera
|
||||
#Patch16: 7.4.6-unit-tests.patch
|
||||
Patch16: 7.5.0-unit-tests.patch
|
||||
|
||||
# not upstreamed
|
||||
Patch500: 0001-disable-libe-book-support.patch
|
||||
|
|
Loading…
Reference in a new issue