]> git.pld-linux.org Git - packages/libreoffice.git/blame_incremental - disable-failing-test.patch
- updated to 6.2.6.1 (6.2.6-rc1)
[packages/libreoffice.git] / disable-failing-test.patch
... / ...
CommitLineData
1--- libreoffice-6.0.0.3/dbaccess/Module_dbaccess.mk~ 2018-01-24 21:31:03.000000000 +0100
2+++ libreoffice-6.0.0.3/dbaccess/Module_dbaccess.mk 2018-02-02 08:33:38.287577102 +0100
3@@ -32,18 +32,6 @@ $(eval $(call gb_Module_add_l10n_targets
4 ))
5
6 ifneq ($(OS),iOS)
7-ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
8-# remove if we have a be file for this
9-ifeq ($(ENDIANNESS),little)
10-$(eval $(call gb_Module_add_check_targets,dbaccess,\
11- CppunitTest_dbaccess_firebird_regression_test \
12-))
13-endif
14-$(eval $(call gb_Module_add_check_targets,dbaccess,\
15- CppunitTest_dbaccess_firebird_test \
16-))
17-endif
18-
19 $(eval $(call gb_Module_add_check_targets,dbaccess,\
20 CppunitTest_dbaccess_dialog_save \
21 CppunitTest_dbaccess_empty_stdlib_save \
22--- libreoffice-6.0.0.3/sd/qa/unit/import-tests.cxx~ 2018-01-24 21:31:03.000000000 +0100
23+++ libreoffice-6.0.0.3/sd/qa/unit/import-tests.cxx 2018-02-02 08:36:16.309008496 +0100
24@@ -171,7 +171,6 @@ public:
25
26 CPPUNIT_TEST_SUITE(SdImportTest);
27
28- CPPUNIT_TEST(testDocumentLayout);
29 CPPUNIT_TEST(testSmoketest);
30 CPPUNIT_TEST(testN759180);
31 CPPUNIT_TEST(testN778859);
32--- libreoffice-6.0.0.3/sw/qa/extras/uiwriter/uiwriter.cxx~ 2018-01-24 21:31:03.000000000 +0100
33+++ libreoffice-6.0.0.3/sw/qa/extras/uiwriter/uiwriter.cxx 2018-02-02 08:41:59.126211831 +0100
34@@ -532,7 +532,6 @@ public:
35 CPPUNIT_TEST(testTdf114306_2);
36 CPPUNIT_TEST(testTdf113481);
37 CPPUNIT_TEST(testTdf115013);
38- CPPUNIT_TEST(testTdf114536);
39 CPPUNIT_TEST(testTdf115065);
40 CPPUNIT_TEST(testTdf115132);
41 CPPUNIT_TEST(testXDrawPagesSupplier);
42
This page took 0.021373 seconds and 4 git commands to generate.