[Libreoffice-commits] core.git: sw/CppunitTest_sw_ooxmlexport5.mk
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Tue Sep 29 18:38:01 UTC 2020
sw/CppunitTest_sw_ooxmlexport5.mk | 9 +++++++++
1 file changed, 9 insertions(+)
New commits:
commit 24e69c8450004e9ae40f40d4bee76b50d0f017d9
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Sep 29 18:12:25 2020 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Sep 29 20:37:21 2020 +0200
Missing test dependencies
from-scratch `make CppunitTest_sw_ooxmlexport5` failed due to
> warn:vcl.builder:2286992:2286992:vcl/source/window/builder.cxx:467: DBG_UNHANDLED_EXCEPTION in VclBuilder
> when: Unable to read .ui file exception: com.sun.star.container.NoSuchElementException message: file://~/lo/core/instdir/share/config/soffice.cfg/svt/ui/editcontrol.ui ~/lo/core/xmlreader/source/xmlreader.cxx:66
> warn:legacy.osl:2286992:2286992:vcl/source/window/window.cxx:273: Window ( 7Control()) with live children destroyed: 7VclVBox()
> Window ( 7Control()) with live children destroyed: 7VclVBox()
>
>
> Fatal exception: Signal 6
and
> warn:vcl.builder:2288529:2288529:vcl/source/window/builder.cxx:467: DBG_UNHANDLED_EXCEPTION in VclBuilder
> when: Unable to read .ui file exception: com.sun.star.container.NoSuchElementException message: file://~/lo/core/instdir/share/config/soffice.cfg/svx/ui/sidebarstylespanel.ui ~/lo/core/xmlreader/source/xmlreader.cxx:66
> warn:legacy.osl:2288529:2288529:vcl/source/window/window.cxx:273: Window ( 7Control()) with live children destroyed: 7VclVBox()
> Window ( 7Control()) with live children destroyed: 7VclVBox()
>
>
> Fatal exception: Signal 6
and
> warn:sal.osl:2307918:2307918:sal/osl/unx/module.cxx:159: dlopen(~/lo/core/instdir/program/libgielo.so, 1): ~/lo/core/instdir/program/libgielo.so: cannot open shared object file: No such file or directory
> warn:sal.osl:2307918:2307918:sal/osl/unx/module.cxx:159: dlopen(~/lo/core/instdir/program/libgielo.so, 1): ~/lo/core/instdir/program/libgielo.so: cannot open shared object file: No such file or directory
Change-Id: I99b4c983541f934cbca1a9f00f0510b90a8139af
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103631
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/sw/CppunitTest_sw_ooxmlexport5.mk b/sw/CppunitTest_sw_ooxmlexport5.mk
index 674fceeb70bc..408ea3e79ad8 100644
--- a/sw/CppunitTest_sw_ooxmlexport5.mk
+++ b/sw/CppunitTest_sw_ooxmlexport5.mk
@@ -11,4 +11,13 @@
$(eval $(call sw_ooxmlexport_test,5))
+$(eval $(call gb_CppunitTest_use_libraries,sw_ooxmlexport5, \
+ gie \
+))
+
+$(eval $(call gb_CppunitTest_use_uiconfigs,sw_ooxmlexport5, \
+ svt \
+ svx \
+))
+
# vim: set noet sw=4 ts=4:
More information about the Libreoffice-commits
mailing list