Kaydet (Commit) 4f05fdff authored tarafından Michael Stahl's avatar Michael Stahl

tdf#113311 disable CppunitTest_libreofficekit_tiledrendering for now

Change-Id: I0f6e284d232388019bfa33f07a4afc864e0040a9
üst 22fa30c2
......@@ -3557,6 +3557,8 @@ static void lo_destroy(LibreOfficeKit* pThis)
comphelper::LibreOfficeKit::setStatusIndicatorCallback(nullptr, nullptr);
uno::Reference <frame::XDesktop2> xDesktop = frame::Desktop::create ( ::comphelper::getProcessComponentContext() );
// FIXME: the terminate() call here is a no-op because it detects
// that LibreOfficeKit::isActive() and then returns early!
bSuccess = xDesktop.is() && xDesktop->terminate();
if (!bSuccess)
......
......@@ -15,7 +15,8 @@ $(eval $(call gb_Module_add_check_targets,libreofficekit, \
CppunitTest_libreofficekit_checkapi \
))
$(eval $(call gb_Module_add_subsequentcheck_targets,libreofficekit,\
# tdf#113311 disabled because it can deadlock on shutdown
#$(eval $(call gb_Module_add_subsequentcheck_targets,libreofficekit,\
CppunitTest_libreofficekit_tiledrendering \
))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment