]> 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 bd265d8811ee76dfe18136cf378425c8cb235347..ddebaad61e768a7dfcadf5dba3d83ac7bcc76130 100644 (file)
@@ -1,36 +1,31 @@
---- libreoffice-6.0.0.3/dbaccess/Module_dbaccess.mk~   2018-01-24 21:31:03.000000000 +0100
-+++ libreoffice-6.0.0.3/dbaccess/Module_dbaccess.mk    2018-02-02 08:33:38.287577102 +0100
-@@ -32,12 +32,6 @@ $(eval $(call gb_Module_add_l10n_targets
+--- 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:
+     {
+     }
+-    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
  ))
  
- ifneq ($(OS),IOS)
+ ifneq ($(OS),iOS)
 -ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
 -$(eval $(call gb_Module_add_check_targets,dbaccess,\
+-    $(if $(ENABLE_JAVA),CppunitTest_dbaccess_hsqlbinary_import) \
+-    $(if $(ENABLE_JAVA),CppunitTest_dbaccess_tdf119625) \
+-    $(if $(ENABLE_JAVA),CppunitTest_dbaccess_tdf126268) \
+-))
+-
+-$(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 \
---- libreoffice-6.0.0.3/sd/qa/unit/import-tests.cxx~   2018-01-24 21:31:03.000000000 +0100
-+++ libreoffice-6.0.0.3/sd/qa/unit/import-tests.cxx    2018-02-02 08:36:16.309008496 +0100
-@@ -171,7 +171,6 @@ public:
-     CPPUNIT_TEST_SUITE(SdImportTest);
--    CPPUNIT_TEST(testDocumentLayout);
-     CPPUNIT_TEST(testSmoketest);
-     CPPUNIT_TEST(testN759180);
-     CPPUNIT_TEST(testN778859);
---- libreoffice-6.0.0.3/sw/qa/extras/uiwriter/uiwriter.cxx~    2018-01-24 21:31:03.000000000 +0100
-+++ libreoffice-6.0.0.3/sw/qa/extras/uiwriter/uiwriter.cxx     2018-02-02 08:41:59.126211831 +0100
-@@ -480,7 +480,6 @@ public:
-     CPPUNIT_TEST(testTdf113790);
-     CPPUNIT_TEST(testTdf114306);
-     CPPUNIT_TEST(testTdf114306_2);
--    CPPUNIT_TEST(testTdf114536);
-     CPPUNIT_TEST(testTdf115065);
-     CPPUNIT_TEST(testTdf115013);
-     CPPUNIT_TEST_SUITE_END();
-
This page took 0.042718 seconds and 4 git commands to generate.