]> git.pld-linux.org Git - packages/libreoffice.git/blob - disable-failing-test.patch
portaudio, libbonobo, myspell, silgraphite, vigra don't seem to be used anymore
[packages/libreoffice.git] / disable-failing-test.patch
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:
4  
5      CPPUNIT_TEST_SUITE(SdImportTest);
6  
7 -    CPPUNIT_TEST(testDocumentLayout);
8      CPPUNIT_TEST(testSmoketest);
9      CPPUNIT_TEST(testN759180);
10      CPPUNIT_TEST(testN778859);
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
13 @@ -532,7 +532,6 @@ public:
14      CPPUNIT_TEST(testTdf114306_2);
15      CPPUNIT_TEST(testTdf113481);
16      CPPUNIT_TEST(testTdf115013);
17 -    CPPUNIT_TEST(testTdf114536);
18      CPPUNIT_TEST(testTdf115065);
19      CPPUNIT_TEST(testTdf115132);
20      CPPUNIT_TEST(testXDrawPagesSupplier);
21
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.036514 seconds and 3 git commands to generate.