office-gobmx/sw/CppunitTest_sw_ooxmlexport5.mk
Stephan Bergmann 24e69c8450 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@redhat.com>
2020-09-29 20:37:21 +02:00

23 lines
698 B
Makefile

# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
#*************************************************************************
$(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: