]> git.pld-linux.org Git - packages/libreoffice.git/blob - disable-failing-test.patch
- updated to 7.5.2.2
[packages/libreoffice.git] / disable-failing-test.patch
1 --- libreoffice-7.5.2.2/sd/qa/unit/import-tests.cxx.orig        2023-03-09 20:09:43.192750947 +0100
2 +++ libreoffice-7.5.2.2/sd/qa/unit/import-tests.cxx     2023-03-09 20:11:34.780090894 +0100
3 @@ -82,7 +82,6 @@ public:
4      {
5      }
6  
7 -    void testDocumentLayout();
8      void testTdf152434();
9      void testStandardConnectors();
10      void testConnectors();
11 --- libreoffice-7.5.1.2/dbaccess/Module_dbaccess.mk.orig        2023-03-09 20:09:43.192750947 +0100
12 +++ libreoffice-7.5.1.2/dbaccess/Module_dbaccess.mk     2023-03-09 20:12:12.233650210 +0100
13 @@ -35,18 +35,6 @@ $(eval $(call gb_Module_add_targets,dbac
14  ))
15  
16  ifneq ($(OS),iOS)
17 -ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
18 -$(eval $(call gb_Module_add_check_targets,dbaccess,\
19 -    $(if $(ENABLE_JAVA),CppunitTest_dbaccess_hsqlbinary_import) \
20 -    $(if $(ENABLE_JAVA),CppunitTest_dbaccess_tdf119625) \
21 -    $(if $(ENABLE_JAVA),CppunitTest_dbaccess_tdf126268) \
22 -))
23 -
24 -$(eval $(call gb_Module_add_check_targets,dbaccess,\
25 -    CppunitTest_dbaccess_firebird_test \
26 -))
27 -endif
28 -
29  ifneq ($(filter SCRIPTING,$(BUILD_TYPE)),)
30  $(eval $(call gb_Module_add_check_targets,dbaccess,\
31         CppunitTest_dbaccess_dialog_save \
This page took 0.061048 seconds and 4 git commands to generate.