]> git.pld-linux.org Git - packages/libreoffice.git/blobdiff - disable-failing-test.patch
- updated to 7.5.2.2
[packages/libreoffice.git] / disable-failing-test.patch
index 8953f63f69ffd2ed874dc67c4d48db59f1dd6539..ddebaad61e768a7dfcadf5dba3d83ac7bcc76130 100644 (file)
@@ -1,59 +1,31 @@
---- a/writerperfect/Module_writerperfect.mk
-+++ b/writerperfect/Module_writerperfect.mk
-@@ -31,7 +31,6 @@ $(eval $(call gb_Module_add_check_targets,writerperfect,\
-       CppunitTest_writerperfect_calc \
-       CppunitTest_writerperfect_draw \
-       CppunitTest_writerperfect_impress \
--      CppunitTest_writerperfect_writer \
-       StaticLibrary_writerperfect_importtestbase \
- ))
+--- libreoffice-7.5.2.2/sd/qa/unit/import-tests.cxx.orig       2023-03-09 20:09:43.192750947 +0100
++++ libreoffice-7.5.2.2/sd/qa/unit/import-tests.cxx    2023-03-09 20:11:34.780090894 +0100
+@@ -82,7 +82,6 @@ public:
+     {
+     }
  
---- libreoffice-5.0.2.1/dbaccess/Module_dbaccess.mk~   2015-09-05 09:59:15.000000000 +0200
-+++ libreoffice-5.0.2.1/dbaccess/Module_dbaccess.mk    2015-09-17 08:53:09.973934654 +0200
-@@ -45,16 +45,8 @@ $(eval $(call gb_Module_add_check_targets,dbaccess,\
-       CppunitTest_dbaccess_empty_stdlib_save \
-       CppunitTest_dbaccess_nolib_save \
-       CppunitTest_dbaccess_macros_test \
--      $(if $(ENABLE_JAVA), \
--              CppunitTest_dbaccess_RowSetClones) \
+-    void testDocumentLayout();
+     void testTdf152434();
+     void testStandardConnectors();
+     void testConnectors();
+--- libreoffice-7.5.1.2/dbaccess/Module_dbaccess.mk.orig       2023-03-09 20:09:43.192750947 +0100
++++ libreoffice-7.5.1.2/dbaccess/Module_dbaccess.mk    2023-03-09 20:12:12.233650210 +0100
+@@ -35,18 +35,6 @@ $(eval $(call gb_Module_add_targets,dbac
  ))
  
--ifeq ($(ENABLE_JAVA),TRUE)
+ ifneq ($(OS),iOS)
+-ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
 -$(eval $(call gb_Module_add_check_targets,dbaccess,\
--    CppunitTest_dbaccess_hsqldb_test \
+-    $(if $(ENABLE_JAVA),CppunitTest_dbaccess_hsqlbinary_import) \
+-    $(if $(ENABLE_JAVA),CppunitTest_dbaccess_tdf119625) \
+-    $(if $(ENABLE_JAVA),CppunitTest_dbaccess_tdf126268) \
 -))
--endif
 -
- # This runs a suite of peformance tests on embedded firebird and HSQLDB.
- # Instructions on running the test can be found in qa/unit/embeddedb_performancetest
- ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
-
---- libreoffice-5.3.0.3/dbaccess/Module_dbaccess.mk~   2017-02-02 13:13:39.000000000 +0100
-+++ libreoffice-5.3.0.3/dbaccess/Module_dbaccess.mk    2017-02-02 14:38:31.994811891 +0100
-@@ -34,12 +34,6 @@ $(eval $(call gb_Module_add_l10n_targets
-       UIConfig_dbtdata \
- ))
--ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
 -$(eval $(call gb_Module_add_check_targets,dbaccess,\
 -    CppunitTest_dbaccess_firebird_test \
 -))
 -endif
 -
+ ifneq ($(filter SCRIPTING,$(BUILD_TYPE)),)
  $(eval $(call gb_Module_add_check_targets,dbaccess,\
        CppunitTest_dbaccess_dialog_save \
-       CppunitTest_dbaccess_empty_stdlib_save \
-@@ -49,13 +43,6 @@ $(eval $(call gb_Module_add_check_target
- # This runs a suite of peformance tests on embedded firebird and HSQLDB.
- # Instructions on running the test can be found in qa/unit/embeddedb_performancetest
--ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
--ifeq ($(ENABLE_JAVA),TRUE)
--$(eval $(call gb_Module_add_check_targets,dbaccess,\
--    CppunitTest_dbaccess_embeddeddb_performancetest \
--))
--endif
--endif
- $(eval $(call gb_Module_add_subsequentcheck_targets,dbaccess,\
-       JunitTest_dbaccess_complex \
This page took 0.029409 seconds and 4 git commands to generate.