--- 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(testTdf142913); CPPUNIT_TEST(testTdf142590); CPPUNIT_TEST(testCustomSlideShow); --- libreoffice-6.3.0.4/dbaccess/Module_dbaccess.mk~ 2019-08-06 19:26:35.000000000 +0200 +++ libreoffice-6.3.0.4/dbaccess/Module_dbaccess.mk 2019-08-09 09:06:37.432422956 +0200 @@ -33,18 +33,6 @@ )) 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 - $(eval $(call gb_Module_add_check_targets,dbaccess,\ CppunitTest_dbaccess_dialog_save \ CppunitTest_dbaccess_empty_stdlib_save \