summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_filters_test.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-12-15 18:11:10 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-12-15 18:25:30 +0100
commit2392077d47f2ccf0851391b0d0bba0a268d1014a (patch)
treeae8ec81d4b828e963a9218331a3a7ca78eea893b /sw/CppunitTest_sw_filters_test.mk
parent2c79d998587cb2a0a561bbbd128ffb48fd56cf5a (diff)
Apparently missing dependency
Some bots (the Jenkins lo_ubsan, some Jenkins Gerrit Build v2 macosx_clang_dbgutil builds) recently started to fail CppunitTest_sw_filters_test at least sporadically with an abort() from Scheduler::ProcessTaskScheduling (vcl/source/app/scheduler.cxx). ba81ac19b7aec4fd7f07fcec9f6ea6f85d9aaa24 "Report more debug information about caught exception" reveals that at least <https://ci.libreoffice.org/job/ lo_gerrit/24197/Config=macosx_clang_dbgutil/console> fails because of > warn:vcl.schedule:90989:529951052:vcl/source/app/scheduler.cxx:452: Uncaught com.sun.star.uno.DeploymentException component context fails to supply service com.sun.star.embed.FileSystemStorageFactory of type com.sun.star.lang.XSingleServiceFactory Due to the unfortunate try-catch in Scheduler::ProcessTaskScheduling it is hard to tell where the failure originates (and it only hits some bots and I at least can't reproduce it locally), but lets assume that a dependency on svl/source/fsstor/fsstorage.component is indeed missing, but manifests as a failure only in some cases (for whatever reason). Change-Id: I91214490ac6aab99a281c745ba4b2d138b12ddd1
Diffstat (limited to 'sw/CppunitTest_sw_filters_test.mk')
-rw-r--r--sw/CppunitTest_sw_filters_test.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_filters_test.mk b/sw/CppunitTest_sw_filters_test.mk
index 3ea529517dce..49758fd1f4d5 100644
--- a/sw/CppunitTest_sw_filters_test.mk
+++ b/sw/CppunitTest_sw_filters_test.mk
@@ -68,6 +68,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_filters_test,\
sax/source/expatwrap/expwrap \
sfx2/util/sfx \
starmath/util/sm \
+ svl/source/fsstor/fsstorage \
svtools/util/svt \
sw/util/msword \
sw/util/sw \