]> git.pld-linux.org Git - packages/libreoffice.git/blame - disable-failing-test.patch
- liborcus 0.16 support patch from Fedora
[packages/libreoffice.git] / disable-failing-test.patch
CommitLineData
c1eb456e
AM
1--- libreoffice-6.0.0.3/sd/qa/unit/import-tests.cxx~ 2018-01-24 21:31:03.000000000 +0100
2+++ libreoffice-6.0.0.3/sd/qa/unit/import-tests.cxx 2018-02-02 08:36:16.309008496 +0100
3@@ -171,7 +171,6 @@ public:
0818c9bc
AM
4
5 CPPUNIT_TEST_SUITE(SdImportTest);
6
7- CPPUNIT_TEST(testDocumentLayout);
8 CPPUNIT_TEST(testSmoketest);
9 CPPUNIT_TEST(testN759180);
10 CPPUNIT_TEST(testN778859);
c1eb456e
AM
11--- libreoffice-6.0.0.3/sw/qa/extras/uiwriter/uiwriter.cxx~ 2018-01-24 21:31:03.000000000 +0100
12+++ libreoffice-6.0.0.3/sw/qa/extras/uiwriter/uiwriter.cxx 2018-02-02 08:41:59.126211831 +0100
1b17a0b3 13@@ -532,7 +532,6 @@ public:
b1c72e99 14 CPPUNIT_TEST(testTdf114306_2);
1b17a0b3
AM
15 CPPUNIT_TEST(testTdf113481);
16 CPPUNIT_TEST(testTdf115013);
c1eb456e 17- CPPUNIT_TEST(testTdf114536);
b1c72e99 18 CPPUNIT_TEST(testTdf115065);
1b17a0b3
AM
19 CPPUNIT_TEST(testTdf115132);
20 CPPUNIT_TEST(testXDrawPagesSupplier);
b1c72e99 21
85cb6ff8
AG
22--- libreoffice-6.3.0.4/dbaccess/Module_dbaccess.mk~ 2019-08-06 19:26:35.000000000 +0200
23+++ libreoffice-6.3.0.4/dbaccess/Module_dbaccess.mk 2019-08-09 09:06:37.432422956 +0200
24@@ -33,24 +33,6 @@
25 ))
26
27 ifneq ($(OS),iOS)
28-ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
29-$(eval $(call gb_Module_add_check_targets,dbaccess,\
30- $(if $(ENABLE_JAVA),CppunitTest_dbaccess_hsqlbinary_import) \
31- $(if $(ENABLE_JAVA),CppunitTest_dbaccess_tdf119625) \
32- $(if $(ENABLE_JAVA),CppunitTest_dbaccess_tdf126268) \
33-))
34-
35-# remove if we have a be file for this
36-ifeq ($(ENDIANNESS),little)
37-$(eval $(call gb_Module_add_check_targets,dbaccess,\
38- CppunitTest_dbaccess_firebird_regression_test \
39-))
40-endif
41-$(eval $(call gb_Module_add_check_targets,dbaccess,\
42- CppunitTest_dbaccess_firebird_test \
43-))
44-endif
45-
46 $(eval $(call gb_Module_add_check_targets,dbaccess,\
47 CppunitTest_dbaccess_dialog_save \
48 CppunitTest_dbaccess_empty_stdlib_save \
This page took 0.639132 seconds and 4 git commands to generate.