Hi,
the CppunitTest_libreofficekit_tiledrendering test constantly fails here
since ever. Saw (sometimes happening, sometimes not) that in 5.0.x, too
but ignored it (disabled the test) but now in 5.1 I see it constantly.
With LOKDocView using this I don't feel comfortable with it...
See the attached log.
It doesn't seem to be VCLplug specific, even a export SAL_USE_VCLPLUGIN=gen
before running make subsequentcheck fails.
It might be a coindincidence, but trying without mergelibs it works. Which
_might_ explain why people don't see it. (I enable it per default as it's
enabled per default on release builds...)
Regards,
Rene
[...]
[build CUT] libreofficekit_tiledrendering
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/libreofficekit_tiledrendering.test.user && mkdir
$W/CppunitTest/libreofficekit_tiledrendering.test.user && rm -fr
$W/CppunitTest/libreofficekit_tiledrendering.test.core && mkdir
$W/CppunitTest/libreofficekit_tiledrendering.test.core && cd
$W/CppunitTest/libreofficekit_tiledrendering.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_libreofficekit_tiledrendering.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/libreofficekit_tiledrendering.test.user"
"-env:CPPUNITTESTTARGET=$W/CppunitTest/libreofficekit_tiledrendering.test" >
$W/CppunitTest/libreofficekit_tiledrendering.test.log 2>&1 || ( RET=$?;
$S/solenv/bin/gdb-core-bt.sh $W/LinkTarget/Executable/cppunittester
$W/CppunitTest/libreofficekit_tiledrendering.test.core $RET >>
$W/CppunitTest/libreofficekit_tiledrendering.test.log 2>&1; cat
$W/CppunitTest/libreofficekit_tiledrendering.test.log; $S/solenv/bin/unittest-failed.sh Cppunit
libreofficekit_tiledrendering LINUX))
:1: parser error : Document is empty
ELF
^
:1: parser error : Document is empty
ELF
^
:1: parser error : Document is empty
ELF
^
:1: parser error : Document is empty
ELF
^
:1: parser error : Document is empty
ELF
^
:1: parser error : Document is empty
ELF
^
:1: parser error : Document is empty
ELF
^
:1: parser error : Document is empty
ELF
^
:1: parser error : Document is empty
ELF
^
OK (1)
Segmentation fault (core dumped)
It looks like /home/rene/LibreOffice/git/master/workdir/LinkTarget/Executable/cppunittester
generated a core file at
/home/rene/LibreOffice/git/master/workdir/CppunitTest/libreofficekit_tiledrendering.test.core/core
Backtraces:
[New LWP 10587]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by
`/home/rene/LibreOffice/git/master/workdir/LinkTarget/Executable/cppunittester /'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00002b20eab1ba49 in TYPELIB_DANGER_GET (pMacroTypeRef=0x19d4a60,
ppMacroTypeDescr=0x7ffc4dca82c0) at
/home/rene/LibreOffice/git/master/include/typelib/typedescription.h:1008
1008 else if (!pMacroTypeRef->pType || !pMacroTypeRef->pType->pWeakRef)
warning: File "/home/rene/LibreOffice/git/master/instdir/program/libuno_sal.so.3-gdb.py"
auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
To enable execution of this file add
add-auto-load-safe-path
/home/rene/LibreOffice/git/master/instdir/program/libuno_sal.so.3-gdb.py
line to your configuration file "/tmp/tmp.ybexprhoMK/.gdbinit".
To completely disable this security protection add
set auto-load safe-path /
line to your configuration file "/tmp/tmp.ybexprhoMK/.gdbinit".
For more information about this security protection see the
"Auto-loading safe path" section in the GDB manual. E.g., run from the shell:
info "(gdb)Auto-loading safe path"
warning: File "/home/rene/LibreOffice/git/master/instdir/program/libmergedlo.so-gdb.py"
auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
warning: File "/home/rene/LibreOffice/git/master/instdir/program/libuno_cppu.so.3-gdb.py"
auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
warning: File "/home/rene/LibreOffice/git/master/instdir/program/libswlo.so-gdb.py" auto-loading
has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
Thread 1 (Thread 0x2b20ddad9b40 (LWP 10587)):
#0 0x00002b20eab1ba49 in uno_type_sequence_construct(uno_Sequence**,
typelib_TypeDescriptionReference*, void*, sal_Int32, uno_AcquireFunc) (pMacroTypeRef=0x19d4a60,
ppMacroTypeDescr=0x7ffc4dca82c0) at
/home/rene/LibreOffice/git/master/include/typelib/typedescription.h:1008
pTypeDescr = 0x0
pElementType = <optimized out>
ret = <optimized out>
#1 0x00002b20eab1ba49 in uno_type_sequence_construct(uno_Sequence**,
typelib_TypeDescriptionReference*, void*, sal_Int32, uno_AcquireFunc)
(ppSequence=ppSequence@entry=0x7ffc4dca8310, pType=0x19d4a60, pElements=pElements@entry=0x0,
len=len@entry=15, acquire=acquire@entry=0x2b20ead4b6c0 <com::sun::star::uno::cpp_acquire(void*)>)
at /home/rene/LibreOffice/git/master/cppu/source/uno/sequence.cxx:695
pTypeDescr = 0x0
pElementType = <optimized out>
ret = <optimized out>
#2 0x00002b20ead7d8e9 in
cppu::sequenceRemoveElementAt(com::sun::star::uno::Sequence<com::sun::star::uno::Reference<com::sun::star::uno::XInterface>
&, sal_Int32) (len=15, this=0x7ffc4dca8310) at
/home/rene/LibreOffice/git/master/include/com/sun/star/uno/Sequence.hxx:89
rType = @0x2b20eb0142f0: {_pType = 0x19d4a60}
success = <optimized out>
nNewLen = 15
aDestSeq = {_pSequence = 0xeb0760, static s_pType = 0x19d4a60}
i = <optimized out>
#3 0x00002b20ead7d8e9 in
cppu::sequenceRemoveElementAt(com::sun::star::uno::Sequence<com::sun::star::uno::Reference<com::sun::star::uno::XInterface>
&, sal_Int32) (rSeq=..., index=15) at
/home/rene/LibreOffice/git/master/cppuhelper/source/interfacecontainer.cxx:54
nNewLen = 15
aDestSeq = {_pSequence = 0xeb0760, static s_pType = 0x19d4a60}
i = <optimized out>
#4 0x00002b20ead7e487 in
cppu::OInterfaceContainerHelper::removeInterface(com::sun::star::uno::Reference<com::sun::star::uno::XInterface>
const&) (this=this@entry=0x1d2b008, rListener=...) at
/home/rene/LibreOffice/git/master/cppuhelper/source/interfacecontainer.cxx:267
i = <optimized out>
aGuard = {pT = 0xda2830}
#5 0x00002b20eade4005 in com::sun::star::uno::WeakReferenceHelper::clear() (rRef=...,
this=0x1d2aff0) at /home/rene/LibreOffice/git/master/cppuhelper/source/weak.cxx:166
#6 0x00002b20eade4005 in com::sun::star::uno::WeakReferenceHelper::clear() (this=0x2b20e3d56158
<(anonymous namespace)::Frame::m_xCloserFrame>) at
/home/rene/LibreOffice/git/master/cppuhelper/source/weak.cxx:444
#7 0x00002b20de9fcbc9 in __run_exit_handlers (status=0, listp=0x2b20ded685a8 <__exit_funcs>,
run_list_atexit=run_list_atexit@entry=true) at exit.c:82
atfct = <optimized out>
onfct = <optimized out>
cxafct = <optimized out>
f = <optimized out>
#8 0x00002b20de9fcc15 in __GI_exit (status=<optimized out>) at exit.c:104
#9 0x00002b20de9e6b4c in __libc_start_main (main=0x403240 <main(int, char**)>, argc=7,
argv=0x7ffc4dca8598, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>,
stack_end=0x7ffc4dca8588) at libc-start.c:321
result = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, 7791490948428349558, 4207190,
140721613604240, 0, 0, -7793351433537044362, 4206734238231576694}, mask_was_saved = 0}}, priv =
{pad = {0x0, 0x0, 0x407ca0 <__libc_csu_init>, 0x7ffc4dca8598}, data = {prev = 0x0, cleanup = 0x0,
canceltype = 4226208}}}
not_first_call = <optimized out>
#10 0x000000000040327f in _start ()
Error: a unit test failed, please do one of:
export DEBUGCPPUNIT=TRUE # for exception catching
export CPPUNITTRACE="gdb --args" # for interactive debugging on Linux
export VALGRIND=memcheck # for memory checking
and retry using: make CppunitTest_libreofficekit_tiledrendering
/home/rene/LibreOffice/git/master/solenv/gbuild/CppunitTest.mk:87: recipe for target
'/home/rene/LibreOffice/git/master/workdir/CppunitTest/libreofficekit_tiledrendering.test' failed
make[4]: ***
[/home/rene/LibreOffice/git/master/workdir/CppunitTest/libreofficekit_tiledrendering.test] Error 1
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/sw_htmlimport.test.user && mkdir $W/CppunitTest/sw_htmlimport.test.user &&
rm -fr $W/CppunitTest/sw_htmlimport.test.core && mkdir $W/CppunitTest/sw_htmlimport.test.core && cd
$W/CppunitTest/sw_htmlimport.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_sw_htmlimport.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/sw_htmlimport.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types.rdb file://$I/program/types/offapi.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/Rdb/services.rdb"
-env:URE_INTERNAL_LIB_DIR=file://$I/program -env:LO_LIB_DIR=file://$I/program
-env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/sw_htmlimport.test" > $W/CppunitTest/sw_htmlimport.test.log
2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh $W/LinkTarget/Executable/cppunittester
$W/CppunitTest/sw_htmlimport.test.core $RET >> $W/CppunitTest/sw_htmlimport.test.log 2>&1; cat
$W/CppunitTest/sw_htmlimport.test.log; $S/solenv/bin/unittest-failed.sh Cppunit sw_htmlimport
LINUX))
[build CUT] sw_macros_test
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/sw_macros_test.test.user && mkdir $W/CppunitTest/sw_macros_test.test.user &&
rm -fr $W/CppunitTest/sw_macros_test.test.core && mkdir $W/CppunitTest/sw_macros_test.test.core
&& cd $W/CppunitTest/sw_macros_test.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_sw_macros_test.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/sw_macros_test.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types/oovbaapi.rdb
file://$I/program/types.rdb" "-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb
file://$W/ComponentTarget/basic/util/sb.component
file://$W/ComponentTarget/embeddedobj/util/embobj.component
file://$W/ComponentTarget/comphelper/util/comphelp.component
file://$W/ComponentTarget/configmgr/source/configmgr.component
file://$W/ComponentTarget/dbaccess/util/dba.component
file://$W/ComponentTarget/filter/source/config/cache/filterconfig1.component
file://$W/ComponentTarget/filter/source/storagefilterdetect/storagefd.component
file://$W/ComponentTarget/forms/util/frm.component
file://$W/ComponentTarget/framework/util/fwk.component
file://$W/ComponentTarget/i18npool/util/i18npool.component
file://$W/ComponentTarget/i18npool/source/search/i18nsearch.component
file://$W/ComponentTarget/oox/util/oox.component
file://$W/ComponentTarget/package/source/xstor/xstor.component
file://$W/ComponentTarget/package/util/package2.component
file://$W/ComponentTarget/sax/source/expatwrap/expwrap.component
file://$W/ComponentTarget/scripting/source/basprov/basprov.component
file://$W/ComponentTarget/scripting/util/scriptframe.component
file://$W/ComponentTarget/sfx2/util/sfx.component file://$W/ComponentTarget/sot/util/sot.component
file://$W/ComponentTarget/svl/source/fsstor/fsstorage.component
file://$W/ComponentTarget/svl/util/svl.component
file://$W/ComponentTarget/svtools/util/svt.component
file://$W/ComponentTarget/svx/util/svx.component file://$W/ComponentTarget/sw/util/msword.component
file://$W/ComponentTarget/sw/util/sw.component file://$W/ComponentTarget/sw/util/swd.component
file://$W/ComponentTarget/sw/util/vbaswobj.component
file://$W/ComponentTarget/toolkit/util/tk.component
file://$W/ComponentTarget/ucb/source/core/ucb1.component
file://$W/ComponentTarget/ucb/source/ucp/file/ucpfile1.component
file://$W/ComponentTarget/ucb/source/ucp/tdoc/ucptdoc1.component
file://$W/ComponentTarget/unotools/util/utl.component
file://$W/ComponentTarget/unoxml/source/rdf/unordf.component
file://$W/ComponentTarget/unoxml/source/service/unoxml.component
file://$W/ComponentTarget/xmloff/util/xo.component
file://$W/ComponentTarget/xmlsecurity/util/xsec_xmlsec.component"
-env:URE_INTERNAL_LIB_DIR=file://$I/program -env:LO_LIB_DIR=file://$I/program
-env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/sw_macros_test.test" >
$W/CppunitTest/sw_macros_test.test.log 2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh
$W/LinkTarget/Executable/cppunittester $W/CppunitTest/sw_macros_test.test.core $RET >>
$W/CppunitTest/sw_macros_test.test.log 2>&1; cat $W/CppunitTest/sw_macros_test.test.log;
$S/solenv/bin/unittest-failed.sh Cppunit sw_macros_test LINUX))
[build CUT] sw_ooxmlexport
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/sw_ooxmlexport.test.user && mkdir $W/CppunitTest/sw_ooxmlexport.test.user &&
rm -fr $W/CppunitTest/sw_ooxmlexport.test.core && mkdir $W/CppunitTest/sw_ooxmlexport.test.core
&& cd $W/CppunitTest/sw_ooxmlexport.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_sw_ooxmlexport.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/sw_ooxmlexport.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/ComponentTarget/basic/util/sb.component
file://$W/ComponentTarget/canvas/source/factory/canvasfactory.component
file://$W/ComponentTarget/chart2/source/chartcore.component
file://$W/ComponentTarget/chart2/source/controller/chartcontroller.component
file://$W/ComponentTarget/comphelper/util/comphelp.component
file://$W/ComponentTarget/configmgr/source/configmgr.component
file://$W/ComponentTarget/dbaccess/util/dba.component
file://$W/ComponentTarget/drawinglayer/drawinglayer.component
file://$W/ComponentTarget/embeddedobj/util/embobj.component
file://$W/ComponentTarget/filter/source/config/cache/filterconfig1.component
file://$W/ComponentTarget/filter/source/odfflatxml/odfflatxml.component
file://$W/ComponentTarget/filter/source/xmlfilterdetect/xmlfd.component
file://$W/ComponentTarget/filter/source/xmlfilteradaptor/xmlfa.component
file://$W/ComponentTarget/forms/util/frm.component
file://$W/ComponentTarget/framework/util/fwk.component
file://$W/ComponentTarget/i18npool/util/i18npool.component
file://$W/ComponentTarget/linguistic/source/lng.component
file://$W/ComponentTarget/oox/util/oox.component
file://$W/ComponentTarget/package/source/xstor/xstor.component
file://$W/ComponentTarget/package/util/package2.component
file://$W/ComponentTarget/sax/source/expatwrap/expwrap.component
file://$W/ComponentTarget/sw/util/sw.component file://$W/ComponentTarget/sw/util/swd.component
file://$W/ComponentTarget/sw/util/msword.component
file://$W/ComponentTarget/sfx2/util/sfx.component
file://$W/ComponentTarget/starmath/util/sm.component
file://$W/ComponentTarget/svl/source/fsstor/fsstorage.component
file://$W/ComponentTarget/svl/util/svl.component
file://$W/ComponentTarget/svtools/util/svt.component
file://$W/ComponentTarget/svx/util/svx.component
file://$W/ComponentTarget/svx/util/svxcore.component
file://$W/ComponentTarget/toolkit/util/tk.component
file://$W/ComponentTarget/ucb/source/core/ucb1.component
file://$W/ComponentTarget/ucb/source/ucp/file/ucpfile1.component
file://$W/ComponentTarget/unotools/util/utl.component
file://$W/ComponentTarget/unoxml/source/service/unoxml.component
file://$W/ComponentTarget/uui/util/uui.component
file://$W/ComponentTarget/writerfilter/util/writerfilter.component
file://$W/ComponentTarget/xmloff/util/xo.component
file://$W/ComponentTarget/filter/source/storagefilterdetect/storagefd.component"
-env:URE_INTERNAL_LIB_DIR=file://$I/program -env:LO_LIB_DIR=file://$I/program
-env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/sw_ooxmlexport.test" >
$W/CppunitTest/sw_ooxmlexport.test.log 2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh
$W/LinkTarget/Executable/cppunittester $W/CppunitTest/sw_ooxmlexport.test.core $RET >>
$W/CppunitTest/sw_ooxmlexport.test.log 2>&1; cat $W/CppunitTest/sw_ooxmlexport.test.log;
$S/solenv/bin/unittest-failed.sh Cppunit sw_ooxmlexport LINUX))
[build CUT] sw_ooxmlexport2
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/sw_ooxmlexport2.test.user && mkdir $W/CppunitTest/sw_ooxmlexport2.test.user
&& rm -fr $W/CppunitTest/sw_ooxmlexport2.test.core && mkdir
$W/CppunitTest/sw_ooxmlexport2.test.core && cd $W/CppunitTest/sw_ooxmlexport2.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_sw_ooxmlexport2.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/sw_ooxmlexport2.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/ComponentTarget/basic/util/sb.component
file://$W/ComponentTarget/canvas/source/factory/canvasfactory.component
file://$W/ComponentTarget/chart2/source/chartcore.component
file://$W/ComponentTarget/chart2/source/controller/chartcontroller.component
file://$W/ComponentTarget/comphelper/util/comphelp.component
file://$W/ComponentTarget/configmgr/source/configmgr.component
file://$W/ComponentTarget/dbaccess/util/dba.component
file://$W/ComponentTarget/drawinglayer/drawinglayer.component
file://$W/ComponentTarget/embeddedobj/util/embobj.component
file://$W/ComponentTarget/filter/source/config/cache/filterconfig1.component
file://$W/ComponentTarget/filter/source/odfflatxml/odfflatxml.component
file://$W/ComponentTarget/filter/source/xmlfilterdetect/xmlfd.component
file://$W/ComponentTarget/filter/source/xmlfilteradaptor/xmlfa.component
file://$W/ComponentTarget/forms/util/frm.component
file://$W/ComponentTarget/framework/util/fwk.component
file://$W/ComponentTarget/i18npool/util/i18npool.component
file://$W/ComponentTarget/linguistic/source/lng.component
file://$W/ComponentTarget/oox/util/oox.component
file://$W/ComponentTarget/package/source/xstor/xstor.component
file://$W/ComponentTarget/package/util/package2.component
file://$W/ComponentTarget/sax/source/expatwrap/expwrap.component
file://$W/ComponentTarget/sw/util/sw.component file://$W/ComponentTarget/sw/util/swd.component
file://$W/ComponentTarget/sw/util/msword.component
file://$W/ComponentTarget/sfx2/util/sfx.component
file://$W/ComponentTarget/starmath/util/sm.component
file://$W/ComponentTarget/svl/source/fsstor/fsstorage.component
file://$W/ComponentTarget/svl/util/svl.component
file://$W/ComponentTarget/svtools/util/svt.component
file://$W/ComponentTarget/svx/util/svx.component
file://$W/ComponentTarget/svx/util/svxcore.component
file://$W/ComponentTarget/toolkit/util/tk.component
file://$W/ComponentTarget/ucb/source/core/ucb1.component
file://$W/ComponentTarget/ucb/source/ucp/file/ucpfile1.component
file://$W/ComponentTarget/unotools/util/utl.component
file://$W/ComponentTarget/unoxml/source/service/unoxml.component
file://$W/ComponentTarget/uui/util/uui.component
file://$W/ComponentTarget/writerfilter/util/writerfilter.component
file://$W/ComponentTarget/xmloff/util/xo.component
file://$W/ComponentTarget/filter/source/storagefilterdetect/storagefd.component"
-env:URE_INTERNAL_LIB_DIR=file://$I/program -env:LO_LIB_DIR=file://$I/program
-env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/sw_ooxmlexport2.test" >
$W/CppunitTest/sw_ooxmlexport2.test.log 2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh
$W/LinkTarget/Executable/cppunittester $W/CppunitTest/sw_ooxmlexport2.test.core $RET >>
$W/CppunitTest/sw_ooxmlexport2.test.log 2>&1; cat $W/CppunitTest/sw_ooxmlexport2.test.log;
$S/solenv/bin/unittest-failed.sh Cppunit sw_ooxmlexport2 LINUX))
[build CUT] sw_ooxmlexport3
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/sw_ooxmlexport3.test.user && mkdir $W/CppunitTest/sw_ooxmlexport3.test.user
&& rm -fr $W/CppunitTest/sw_ooxmlexport3.test.core && mkdir
$W/CppunitTest/sw_ooxmlexport3.test.core && cd $W/CppunitTest/sw_ooxmlexport3.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_sw_ooxmlexport3.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/sw_ooxmlexport3.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/ComponentTarget/basic/util/sb.component
file://$W/ComponentTarget/canvas/source/factory/canvasfactory.component
file://$W/ComponentTarget/chart2/source/chartcore.component
file://$W/ComponentTarget/chart2/source/controller/chartcontroller.component
file://$W/ComponentTarget/comphelper/util/comphelp.component
file://$W/ComponentTarget/configmgr/source/configmgr.component
file://$W/ComponentTarget/dbaccess/util/dba.component
file://$W/ComponentTarget/drawinglayer/drawinglayer.component
file://$W/ComponentTarget/embeddedobj/util/embobj.component
file://$W/ComponentTarget/filter/source/config/cache/filterconfig1.component
file://$W/ComponentTarget/filter/source/odfflatxml/odfflatxml.component
file://$W/ComponentTarget/filter/source/xmlfilterdetect/xmlfd.component
file://$W/ComponentTarget/filter/source/xmlfilteradaptor/xmlfa.component
file://$W/ComponentTarget/forms/util/frm.component
file://$W/ComponentTarget/framework/util/fwk.component
file://$W/ComponentTarget/i18npool/util/i18npool.component
file://$W/ComponentTarget/linguistic/source/lng.component
file://$W/ComponentTarget/oox/util/oox.component
file://$W/ComponentTarget/package/source/xstor/xstor.component
file://$W/ComponentTarget/package/util/package2.component
file://$W/ComponentTarget/sax/source/expatwrap/expwrap.component
file://$W/ComponentTarget/sw/util/sw.component file://$W/ComponentTarget/sw/util/swd.component
file://$W/ComponentTarget/sw/util/msword.component
file://$W/ComponentTarget/sfx2/util/sfx.component
file://$W/ComponentTarget/starmath/util/sm.component
file://$W/ComponentTarget/svl/source/fsstor/fsstorage.component
file://$W/ComponentTarget/svl/util/svl.component
file://$W/ComponentTarget/svtools/util/svt.component
file://$W/ComponentTarget/svx/util/svx.component
file://$W/ComponentTarget/svx/util/svxcore.component
file://$W/ComponentTarget/toolkit/util/tk.component
file://$W/ComponentTarget/ucb/source/core/ucb1.component
file://$W/ComponentTarget/ucb/source/ucp/file/ucpfile1.component
file://$W/ComponentTarget/unotools/util/utl.component
file://$W/ComponentTarget/unoxml/source/service/unoxml.component
file://$W/ComponentTarget/uui/util/uui.component
file://$W/ComponentTarget/writerfilter/util/writerfilter.component
file://$W/ComponentTarget/xmloff/util/xo.component
file://$W/ComponentTarget/filter/source/storagefilterdetect/storagefd.component"
-env:URE_INTERNAL_LIB_DIR=file://$I/program -env:LO_LIB_DIR=file://$I/program
-env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/sw_ooxmlexport3.test" >
$W/CppunitTest/sw_ooxmlexport3.test.log 2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh
$W/LinkTarget/Executable/cppunittester $W/CppunitTest/sw_ooxmlexport3.test.core $RET >>
$W/CppunitTest/sw_ooxmlexport3.test.log 2>&1; cat $W/CppunitTest/sw_ooxmlexport3.test.log;
$S/solenv/bin/unittest-failed.sh Cppunit sw_ooxmlexport3 LINUX))
[build CUT] sw_ooxmlexport4
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/sw_ooxmlexport4.test.user && mkdir $W/CppunitTest/sw_ooxmlexport4.test.user
&& rm -fr $W/CppunitTest/sw_ooxmlexport4.test.core && mkdir
$W/CppunitTest/sw_ooxmlexport4.test.core && cd $W/CppunitTest/sw_ooxmlexport4.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_sw_ooxmlexport4.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/sw_ooxmlexport4.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/ComponentTarget/basic/util/sb.component
file://$W/ComponentTarget/canvas/source/factory/canvasfactory.component
file://$W/ComponentTarget/chart2/source/chartcore.component
file://$W/ComponentTarget/chart2/source/controller/chartcontroller.component
file://$W/ComponentTarget/comphelper/util/comphelp.component
file://$W/ComponentTarget/configmgr/source/configmgr.component
file://$W/ComponentTarget/dbaccess/util/dba.component
file://$W/ComponentTarget/drawinglayer/drawinglayer.component
file://$W/ComponentTarget/embeddedobj/util/embobj.component
file://$W/ComponentTarget/filter/source/config/cache/filterconfig1.component
file://$W/ComponentTarget/filter/source/odfflatxml/odfflatxml.component
file://$W/ComponentTarget/filter/source/xmlfilterdetect/xmlfd.component
file://$W/ComponentTarget/filter/source/xmlfilteradaptor/xmlfa.component
file://$W/ComponentTarget/forms/util/frm.component
file://$W/ComponentTarget/framework/util/fwk.component
file://$W/ComponentTarget/i18npool/util/i18npool.component
file://$W/ComponentTarget/linguistic/source/lng.component
file://$W/ComponentTarget/oox/util/oox.component
file://$W/ComponentTarget/package/source/xstor/xstor.component
file://$W/ComponentTarget/package/util/package2.component
file://$W/ComponentTarget/sax/source/expatwrap/expwrap.component
file://$W/ComponentTarget/sw/util/sw.component file://$W/ComponentTarget/sw/util/swd.component
file://$W/ComponentTarget/sw/util/msword.component
file://$W/ComponentTarget/sfx2/util/sfx.component
file://$W/ComponentTarget/starmath/util/sm.component
file://$W/ComponentTarget/svl/source/fsstor/fsstorage.component
file://$W/ComponentTarget/svl/util/svl.component
file://$W/ComponentTarget/svtools/util/svt.component
file://$W/ComponentTarget/svx/util/svx.component
file://$W/ComponentTarget/svx/util/svxcore.component
file://$W/ComponentTarget/toolkit/util/tk.component
file://$W/ComponentTarget/ucb/source/core/ucb1.component
file://$W/ComponentTarget/ucb/source/ucp/file/ucpfile1.component
file://$W/ComponentTarget/unotools/util/utl.component
file://$W/ComponentTarget/unoxml/source/service/unoxml.component
file://$W/ComponentTarget/uui/util/uui.component
file://$W/ComponentTarget/writerfilter/util/writerfilter.component
file://$W/ComponentTarget/xmloff/util/xo.component
file://$W/ComponentTarget/filter/source/storagefilterdetect/storagefd.component"
-env:URE_INTERNAL_LIB_DIR=file://$I/program -env:LO_LIB_DIR=file://$I/program
-env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/sw_ooxmlexport4.test" >
$W/CppunitTest/sw_ooxmlexport4.test.log 2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh
$W/LinkTarget/Executable/cppunittester $W/CppunitTest/sw_ooxmlexport4.test.core $RET >>
$W/CppunitTest/sw_ooxmlexport4.test.log 2>&1; cat $W/CppunitTest/sw_ooxmlexport4.test.log;
$S/solenv/bin/unittest-failed.sh Cppunit sw_ooxmlexport4 LINUX))
[build CUT] sw_ooxmlexport5
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/sw_ooxmlexport5.test.user && mkdir $W/CppunitTest/sw_ooxmlexport5.test.user
&& rm -fr $W/CppunitTest/sw_ooxmlexport5.test.core && mkdir
$W/CppunitTest/sw_ooxmlexport5.test.core && cd $W/CppunitTest/sw_ooxmlexport5.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_sw_ooxmlexport5.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/sw_ooxmlexport5.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/ComponentTarget/basic/util/sb.component
file://$W/ComponentTarget/canvas/source/factory/canvasfactory.component
file://$W/ComponentTarget/chart2/source/chartcore.component
file://$W/ComponentTarget/chart2/source/controller/chartcontroller.component
file://$W/ComponentTarget/comphelper/util/comphelp.component
file://$W/ComponentTarget/configmgr/source/configmgr.component
file://$W/ComponentTarget/dbaccess/util/dba.component
file://$W/ComponentTarget/drawinglayer/drawinglayer.component
file://$W/ComponentTarget/embeddedobj/util/embobj.component
file://$W/ComponentTarget/filter/source/config/cache/filterconfig1.component
file://$W/ComponentTarget/filter/source/odfflatxml/odfflatxml.component
file://$W/ComponentTarget/filter/source/xmlfilterdetect/xmlfd.component
file://$W/ComponentTarget/filter/source/xmlfilteradaptor/xmlfa.component
file://$W/ComponentTarget/forms/util/frm.component
file://$W/ComponentTarget/framework/util/fwk.component
file://$W/ComponentTarget/i18npool/util/i18npool.component
file://$W/ComponentTarget/linguistic/source/lng.component
file://$W/ComponentTarget/oox/util/oox.component
file://$W/ComponentTarget/package/source/xstor/xstor.component
file://$W/ComponentTarget/package/util/package2.component
file://$W/ComponentTarget/sax/source/expatwrap/expwrap.component
file://$W/ComponentTarget/sw/util/sw.component file://$W/ComponentTarget/sw/util/swd.component
file://$W/ComponentTarget/sw/util/msword.component
file://$W/ComponentTarget/sfx2/util/sfx.component
file://$W/ComponentTarget/starmath/util/sm.component
file://$W/ComponentTarget/svl/source/fsstor/fsstorage.component
file://$W/ComponentTarget/svl/util/svl.component
file://$W/ComponentTarget/svtools/util/svt.component
file://$W/ComponentTarget/svx/util/svx.component
file://$W/ComponentTarget/svx/util/svxcore.component
file://$W/ComponentTarget/toolkit/util/tk.component
file://$W/ComponentTarget/ucb/source/core/ucb1.component
file://$W/ComponentTarget/ucb/source/ucp/file/ucpfile1.component
file://$W/ComponentTarget/unotools/util/utl.component
file://$W/ComponentTarget/unoxml/source/service/unoxml.component
file://$W/ComponentTarget/uui/util/uui.component
file://$W/ComponentTarget/writerfilter/util/writerfilter.component
file://$W/ComponentTarget/xmloff/util/xo.component
file://$W/ComponentTarget/filter/source/storagefilterdetect/storagefd.component"
-env:URE_INTERNAL_LIB_DIR=file://$I/program -env:LO_LIB_DIR=file://$I/program
-env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/sw_ooxmlexport5.test" >
$W/CppunitTest/sw_ooxmlexport5.test.log 2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh
$W/LinkTarget/Executable/cppunittester $W/CppunitTest/sw_ooxmlexport5.test.core $RET >>
$W/CppunitTest/sw_ooxmlexport5.test.log 2>&1; cat $W/CppunitTest/sw_ooxmlexport5.test.log;
$S/solenv/bin/unittest-failed.sh Cppunit sw_ooxmlexport5 LINUX))
[build CUT] sw_ooxmlexport6
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/sw_ooxmlexport6.test.user && mkdir $W/CppunitTest/sw_ooxmlexport6.test.user
&& rm -fr $W/CppunitTest/sw_ooxmlexport6.test.core && mkdir
$W/CppunitTest/sw_ooxmlexport6.test.core && cd $W/CppunitTest/sw_ooxmlexport6.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_sw_ooxmlexport6.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/sw_ooxmlexport6.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/ComponentTarget/basic/util/sb.component
file://$W/ComponentTarget/canvas/source/factory/canvasfactory.component
file://$W/ComponentTarget/chart2/source/chartcore.component
file://$W/ComponentTarget/chart2/source/controller/chartcontroller.component
file://$W/ComponentTarget/comphelper/util/comphelp.component
file://$W/ComponentTarget/configmgr/source/configmgr.component
file://$W/ComponentTarget/dbaccess/util/dba.component
file://$W/ComponentTarget/drawinglayer/drawinglayer.component
file://$W/ComponentTarget/embeddedobj/util/embobj.component
file://$W/ComponentTarget/filter/source/config/cache/filterconfig1.component
file://$W/ComponentTarget/filter/source/odfflatxml/odfflatxml.component
file://$W/ComponentTarget/filter/source/xmlfilterdetect/xmlfd.component
file://$W/ComponentTarget/filter/source/xmlfilteradaptor/xmlfa.component
file://$W/ComponentTarget/forms/util/frm.component
file://$W/ComponentTarget/framework/util/fwk.component
file://$W/ComponentTarget/i18npool/util/i18npool.component
file://$W/ComponentTarget/linguistic/source/lng.component
file://$W/ComponentTarget/oox/util/oox.component
file://$W/ComponentTarget/package/source/xstor/xstor.component
file://$W/ComponentTarget/package/util/package2.component
file://$W/ComponentTarget/sax/source/expatwrap/expwrap.component
file://$W/ComponentTarget/sw/util/sw.component file://$W/ComponentTarget/sw/util/swd.component
file://$W/ComponentTarget/sw/util/msword.component
file://$W/ComponentTarget/sfx2/util/sfx.component
file://$W/ComponentTarget/starmath/util/sm.component
file://$W/ComponentTarget/svl/source/fsstor/fsstorage.component
file://$W/ComponentTarget/svl/util/svl.component
file://$W/ComponentTarget/svtools/util/svt.component
file://$W/ComponentTarget/svx/util/svx.component
file://$W/ComponentTarget/svx/util/svxcore.component
file://$W/ComponentTarget/toolkit/util/tk.component
file://$W/ComponentTarget/ucb/source/core/ucb1.component
file://$W/ComponentTarget/ucb/source/ucp/file/ucpfile1.component
file://$W/ComponentTarget/unotools/util/utl.component
file://$W/ComponentTarget/unoxml/source/service/unoxml.component
file://$W/ComponentTarget/uui/util/uui.component
file://$W/ComponentTarget/writerfilter/util/writerfilter.component
file://$W/ComponentTarget/xmloff/util/xo.component
file://$W/ComponentTarget/filter/source/storagefilterdetect/storagefd.component"
-env:URE_INTERNAL_LIB_DIR=file://$I/program -env:LO_LIB_DIR=file://$I/program
-env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/sw_ooxmlexport6.test" >
$W/CppunitTest/sw_ooxmlexport6.test.log 2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh
$W/LinkTarget/Executable/cppunittester $W/CppunitTest/sw_ooxmlexport6.test.core $RET >>
$W/CppunitTest/sw_ooxmlexport6.test.log 2>&1; cat $W/CppunitTest/sw_ooxmlexport6.test.log;
$S/solenv/bin/unittest-failed.sh Cppunit sw_ooxmlexport6 LINUX))
[build CUT] sw_ooxmlexport7
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/sw_ooxmlexport7.test.user && mkdir $W/CppunitTest/sw_ooxmlexport7.test.user
&& rm -fr $W/CppunitTest/sw_ooxmlexport7.test.core && mkdir
$W/CppunitTest/sw_ooxmlexport7.test.core && cd $W/CppunitTest/sw_ooxmlexport7.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_sw_ooxmlexport7.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/sw_ooxmlexport7.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/ComponentTarget/basic/util/sb.component
file://$W/ComponentTarget/canvas/source/factory/canvasfactory.component
file://$W/ComponentTarget/chart2/source/chartcore.component
file://$W/ComponentTarget/chart2/source/controller/chartcontroller.component
file://$W/ComponentTarget/comphelper/util/comphelp.component
file://$W/ComponentTarget/configmgr/source/configmgr.component
file://$W/ComponentTarget/dbaccess/util/dba.component
file://$W/ComponentTarget/drawinglayer/drawinglayer.component
file://$W/ComponentTarget/embeddedobj/util/embobj.component
file://$W/ComponentTarget/filter/source/config/cache/filterconfig1.component
file://$W/ComponentTarget/filter/source/odfflatxml/odfflatxml.component
file://$W/ComponentTarget/filter/source/xmlfilterdetect/xmlfd.component
file://$W/ComponentTarget/filter/source/xmlfilteradaptor/xmlfa.component
file://$W/ComponentTarget/forms/util/frm.component
file://$W/ComponentTarget/framework/util/fwk.component
file://$W/ComponentTarget/i18npool/util/i18npool.component
file://$W/ComponentTarget/linguistic/source/lng.component
file://$W/ComponentTarget/oox/util/oox.component
file://$W/ComponentTarget/package/source/xstor/xstor.component
file://$W/ComponentTarget/package/util/package2.component
file://$W/ComponentTarget/sax/source/expatwrap/expwrap.component
file://$W/ComponentTarget/sw/util/sw.component file://$W/ComponentTarget/sw/util/swd.component
file://$W/ComponentTarget/sw/util/msword.component
file://$W/ComponentTarget/sfx2/util/sfx.component
file://$W/ComponentTarget/starmath/util/sm.component
file://$W/ComponentTarget/svl/source/fsstor/fsstorage.component
file://$W/ComponentTarget/svl/util/svl.component
file://$W/ComponentTarget/svtools/util/svt.component
file://$W/ComponentTarget/svx/util/svx.component
file://$W/ComponentTarget/svx/util/svxcore.component
file://$W/ComponentTarget/toolkit/util/tk.component
file://$W/ComponentTarget/ucb/source/core/ucb1.component
file://$W/ComponentTarget/ucb/source/ucp/file/ucpfile1.component
file://$W/ComponentTarget/unotools/util/utl.component
file://$W/ComponentTarget/unoxml/source/service/unoxml.component
file://$W/ComponentTarget/uui/util/uui.component
file://$W/ComponentTarget/writerfilter/util/writerfilter.component
file://$W/ComponentTarget/xmloff/util/xo.component
file://$W/ComponentTarget/filter/source/storagefilterdetect/storagefd.component"
-env:URE_INTERNAL_LIB_DIR=file://$I/program -env:LO_LIB_DIR=file://$I/program
-env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/sw_ooxmlexport7.test" >
$W/CppunitTest/sw_ooxmlexport7.test.log 2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh
$W/LinkTarget/Executable/cppunittester $W/CppunitTest/sw_ooxmlexport7.test.core $RET >>
$W/CppunitTest/sw_ooxmlexport7.test.log 2>&1; cat $W/CppunitTest/sw_ooxmlexport7.test.log;
$S/solenv/bin/unittest-failed.sh Cppunit sw_ooxmlexport7 LINUX))
[build CUT] sw_ooxmlfieldexport
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/sw_ooxmlfieldexport.test.user && mkdir
$W/CppunitTest/sw_ooxmlfieldexport.test.user && rm -fr
$W/CppunitTest/sw_ooxmlfieldexport.test.core && mkdir $W/CppunitTest/sw_ooxmlfieldexport.test.core
&& cd $W/CppunitTest/sw_ooxmlfieldexport.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_sw_ooxmlfieldexport.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/sw_ooxmlfieldexport.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/ComponentTarget/basic/util/sb.component
file://$W/ComponentTarget/canvas/source/factory/canvasfactory.component
file://$W/ComponentTarget/chart2/source/chartcore.component
file://$W/ComponentTarget/chart2/source/controller/chartcontroller.component
file://$W/ComponentTarget/comphelper/util/comphelp.component
file://$W/ComponentTarget/configmgr/source/configmgr.component
file://$W/ComponentTarget/dbaccess/util/dba.component
file://$W/ComponentTarget/drawinglayer/drawinglayer.component
file://$W/ComponentTarget/embeddedobj/util/embobj.component
file://$W/ComponentTarget/filter/source/config/cache/filterconfig1.component
file://$W/ComponentTarget/filter/source/odfflatxml/odfflatxml.component
file://$W/ComponentTarget/filter/source/xmlfilterdetect/xmlfd.component
file://$W/ComponentTarget/filter/source/xmlfilteradaptor/xmlfa.component
file://$W/ComponentTarget/forms/util/frm.component
file://$W/ComponentTarget/framework/util/fwk.component
file://$W/ComponentTarget/i18npool/util/i18npool.component
file://$W/ComponentTarget/linguistic/source/lng.component
file://$W/ComponentTarget/oox/util/oox.component
file://$W/ComponentTarget/package/source/xstor/xstor.component
file://$W/ComponentTarget/package/util/package2.component
file://$W/ComponentTarget/sax/source/expatwrap/expwrap.component
file://$W/ComponentTarget/sw/util/sw.component file://$W/ComponentTarget/sw/util/swd.component
file://$W/ComponentTarget/sw/util/msword.component
file://$W/ComponentTarget/sfx2/util/sfx.component
file://$W/ComponentTarget/starmath/util/sm.component
file://$W/ComponentTarget/svl/source/fsstor/fsstorage.component
file://$W/ComponentTarget/svl/util/svl.component
file://$W/ComponentTarget/svtools/util/svt.component
file://$W/ComponentTarget/svx/util/svx.component
file://$W/ComponentTarget/svx/util/svxcore.component
file://$W/ComponentTarget/toolkit/util/tk.component
file://$W/ComponentTarget/ucb/source/core/ucb1.component
file://$W/ComponentTarget/ucb/source/ucp/file/ucpfile1.component
file://$W/ComponentTarget/unotools/util/utl.component
file://$W/ComponentTarget/unoxml/source/service/unoxml.component
file://$W/ComponentTarget/uui/util/uui.component
file://$W/ComponentTarget/writerfilter/util/writerfilter.component
file://$W/ComponentTarget/xmloff/util/xo.component
file://$W/ComponentTarget/filter/source/storagefilterdetect/storagefd.component"
-env:URE_INTERNAL_LIB_DIR=file://$I/program -env:LO_LIB_DIR=file://$I/program
-env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/sw_ooxmlfieldexport.test" >
$W/CppunitTest/sw_ooxmlfieldexport.test.log 2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh
$W/LinkTarget/Executable/cppunittester $W/CppunitTest/sw_ooxmlfieldexport.test.core $RET >>
$W/CppunitTest/sw_ooxmlfieldexport.test.log 2>&1; cat $W/CppunitTest/sw_ooxmlfieldexport.test.log;
$S/solenv/bin/unittest-failed.sh Cppunit sw_ooxmlfieldexport LINUX))
[build CUT] sw_ooxmlw14export
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/sw_ooxmlw14export.test.user && mkdir
$W/CppunitTest/sw_ooxmlw14export.test.user && rm -fr $W/CppunitTest/sw_ooxmlw14export.test.core
&& mkdir $W/CppunitTest/sw_ooxmlw14export.test.core && cd
$W/CppunitTest/sw_ooxmlw14export.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_sw_ooxmlw14export.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/sw_ooxmlw14export.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/ComponentTarget/basic/util/sb.component
file://$W/ComponentTarget/canvas/source/factory/canvasfactory.component
file://$W/ComponentTarget/chart2/source/chartcore.component
file://$W/ComponentTarget/chart2/source/controller/chartcontroller.component
file://$W/ComponentTarget/comphelper/util/comphelp.component
file://$W/ComponentTarget/configmgr/source/configmgr.component
file://$W/ComponentTarget/dbaccess/util/dba.component
file://$W/ComponentTarget/drawinglayer/drawinglayer.component
file://$W/ComponentTarget/embeddedobj/util/embobj.component
file://$W/ComponentTarget/filter/source/config/cache/filterconfig1.component
file://$W/ComponentTarget/filter/source/odfflatxml/odfflatxml.component
file://$W/ComponentTarget/filter/source/xmlfilterdetect/xmlfd.component
file://$W/ComponentTarget/filter/source/xmlfilteradaptor/xmlfa.component
file://$W/ComponentTarget/forms/util/frm.component
file://$W/ComponentTarget/framework/util/fwk.component
file://$W/ComponentTarget/i18npool/util/i18npool.component
file://$W/ComponentTarget/linguistic/source/lng.component
file://$W/ComponentTarget/oox/util/oox.component
file://$W/ComponentTarget/package/source/xstor/xstor.component
file://$W/ComponentTarget/package/util/package2.component
file://$W/ComponentTarget/sax/source/expatwrap/expwrap.component
file://$W/ComponentTarget/sw/util/sw.component file://$W/ComponentTarget/sw/util/swd.component
file://$W/ComponentTarget/sw/util/msword.component
file://$W/ComponentTarget/sfx2/util/sfx.component
file://$W/ComponentTarget/starmath/util/sm.component
file://$W/ComponentTarget/svl/source/fsstor/fsstorage.component
file://$W/ComponentTarget/svl/util/svl.component
file://$W/ComponentTarget/svtools/util/svt.component
file://$W/ComponentTarget/svx/util/svx.component
file://$W/ComponentTarget/svx/util/svxcore.component
file://$W/ComponentTarget/toolkit/util/tk.component
file://$W/ComponentTarget/ucb/source/core/ucb1.component
file://$W/ComponentTarget/ucb/source/ucp/file/ucpfile1.component
file://$W/ComponentTarget/unotools/util/utl.component
file://$W/ComponentTarget/unoxml/source/service/unoxml.component
file://$W/ComponentTarget/uui/util/uui.component
file://$W/ComponentTarget/writerfilter/util/writerfilter.component
file://$W/ComponentTarget/xmloff/util/xo.component" -env:URE_INTERNAL_LIB_DIR=file://$I/program
-env:LO_LIB_DIR=file://$I/program -env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/sw_ooxmlw14export.test" >
$W/CppunitTest/sw_ooxmlw14export.test.log 2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh
$W/LinkTarget/Executable/cppunittester $W/CppunitTest/sw_ooxmlw14export.test.core $RET >>
$W/CppunitTest/sw_ooxmlw14export.test.log 2>&1; cat $W/CppunitTest/sw_ooxmlw14export.test.log;
$S/solenv/bin/unittest-failed.sh Cppunit sw_ooxmlw14export LINUX))
[build CUT] sw_ooxmlimport
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/sw_ooxmlimport.test.user && mkdir $W/CppunitTest/sw_ooxmlimport.test.user &&
rm -fr $W/CppunitTest/sw_ooxmlimport.test.core && mkdir $W/CppunitTest/sw_ooxmlimport.test.core
&& cd $W/CppunitTest/sw_ooxmlimport.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_sw_ooxmlimport.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/sw_ooxmlimport.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/ComponentTarget/basic/util/sb.component
file://$W/ComponentTarget/chart2/source/controller/chartcontroller.component
file://$W/ComponentTarget/chart2/source/chartcore.component
file://$W/ComponentTarget/canvas/source/factory/canvasfactory.component
file://$W/ComponentTarget/comphelper/util/comphelp.component
file://$W/ComponentTarget/configmgr/source/configmgr.component
file://$W/ComponentTarget/drawinglayer/drawinglayer.component
file://$W/ComponentTarget/embeddedobj/util/embobj.component
file://$W/ComponentTarget/filter/source/config/cache/filterconfig1.component
file://$W/ComponentTarget/forms/util/frm.component
file://$W/ComponentTarget/framework/util/fwk.component
file://$W/ComponentTarget/i18npool/util/i18npool.component
file://$W/ComponentTarget/linguistic/source/lng.component
file://$W/ComponentTarget/oox/util/oox.component
file://$W/ComponentTarget/package/source/xstor/xstor.component
file://$W/ComponentTarget/package/util/package2.component
file://$W/ComponentTarget/sax/source/expatwrap/expwrap.component
file://$W/ComponentTarget/sw/util/sw.component file://$W/ComponentTarget/sw/util/swd.component
file://$W/ComponentTarget/sw/util/msword.component
file://$W/ComponentTarget/sfx2/util/sfx.component
file://$W/ComponentTarget/starmath/util/sm.component
file://$W/ComponentTarget/svl/source/fsstor/fsstorage.component
file://$W/ComponentTarget/svl/util/svl.component
file://$W/ComponentTarget/svtools/util/svt.component
file://$W/ComponentTarget/svx/util/svx.component
file://$W/ComponentTarget/svx/util/svxcore.component
file://$W/ComponentTarget/toolkit/util/tk.component
file://$W/ComponentTarget/ucb/source/core/ucb1.component
file://$W/ComponentTarget/ucb/source/ucp/file/ucpfile1.component
file://$W/ComponentTarget/unotools/util/utl.component
file://$W/ComponentTarget/unoxml/source/service/unoxml.component
file://$W/ComponentTarget/writerfilter/util/writerfilter.component
file://$W/ComponentTarget/xmloff/util/xo.component" -env:URE_INTERNAL_LIB_DIR=file://$I/program
-env:LO_LIB_DIR=file://$I/program -env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/sw_ooxmlimport.test" >
$W/CppunitTest/sw_ooxmlimport.test.log 2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh
$W/LinkTarget/Executable/cppunittester $W/CppunitTest/sw_ooxmlimport.test.core $RET >>
$W/CppunitTest/sw_ooxmlimport.test.log 2>&1; cat $W/CppunitTest/sw_ooxmlimport.test.log;
$S/solenv/bin/unittest-failed.sh Cppunit sw_ooxmlimport LINUX))
[build CUT] sw_ww8export
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/sw_ww8export.test.user && mkdir $W/CppunitTest/sw_ww8export.test.user &&
rm -fr $W/CppunitTest/sw_ww8export.test.core && mkdir $W/CppunitTest/sw_ww8export.test.core && cd
$W/CppunitTest/sw_ww8export.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_sw_ww8export.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/sw_ww8export.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/ComponentTarget/basic/util/sb.component
file://$W/ComponentTarget/comphelper/util/comphelp.component
file://$W/ComponentTarget/configmgr/source/configmgr.component
file://$W/ComponentTarget/dbaccess/util/dba.component
file://$W/ComponentTarget/embeddedobj/util/embobj.component
file://$W/ComponentTarget/filter/source/config/cache/filterconfig1.component
file://$W/ComponentTarget/filter/source/storagefilterdetect/storagefd.component
file://$W/ComponentTarget/forms/util/frm.component
file://$W/ComponentTarget/framework/util/fwk.component
file://$W/ComponentTarget/i18npool/util/i18npool.component
file://$W/ComponentTarget/linguistic/source/lng.component
file://$W/ComponentTarget/package/source/xstor/xstor.component
file://$W/ComponentTarget/package/util/package2.component
file://$W/ComponentTarget/sax/source/expatwrap/expwrap.component
file://$W/ComponentTarget/sw/util/msword.component file://$W/ComponentTarget/sw/util/sw.component
file://$W/ComponentTarget/sw/util/swd.component file://$W/ComponentTarget/sfx2/util/sfx.component
file://$W/ComponentTarget/svl/source/fsstor/fsstorage.component
file://$W/ComponentTarget/svtools/util/svt.component
file://$W/ComponentTarget/toolkit/util/tk.component
file://$W/ComponentTarget/ucb/source/core/ucb1.component
file://$W/ComponentTarget/ucb/source/ucp/file/ucpfile1.component
file://$W/ComponentTarget/unotools/util/utl.component
file://$W/ComponentTarget/unoxml/source/service/unoxml.component
file://$W/ComponentTarget/xmlhelp/util/ucpchelp1.component
file://$W/ComponentTarget/xmloff/util/xo.component" -env:URE_INTERNAL_LIB_DIR=file://$I/program
-env:LO_LIB_DIR=file://$I/program -env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/sw_ww8export.test" > $W/CppunitTest/sw_ww8export.test.log
2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh $W/LinkTarget/Executable/cppunittester
$W/CppunitTest/sw_ww8export.test.core $RET >> $W/CppunitTest/sw_ww8export.test.log 2>&1; cat
$W/CppunitTest/sw_ww8export.test.log; $S/solenv/bin/unittest-failed.sh Cppunit sw_ww8export LINUX))
[build CUT] sw_ww8import
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/sw_ww8import.test.user && mkdir $W/CppunitTest/sw_ww8import.test.user &&
rm -fr $W/CppunitTest/sw_ww8import.test.core && mkdir $W/CppunitTest/sw_ww8import.test.core && cd
$W/CppunitTest/sw_ww8import.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_sw_ww8import.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/sw_ww8import.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/ComponentTarget/basic/util/sb.component
file://$W/ComponentTarget/comphelper/util/comphelp.component
file://$W/ComponentTarget/configmgr/source/configmgr.component
file://$W/ComponentTarget/dbaccess/util/dba.component
file://$W/ComponentTarget/filter/source/config/cache/filterconfig1.component
file://$W/ComponentTarget/forms/util/frm.component
file://$W/ComponentTarget/framework/util/fwk.component
file://$W/ComponentTarget/i18npool/util/i18npool.component
file://$W/ComponentTarget/linguistic/source/lng.component
file://$W/ComponentTarget/package/util/package2.component
file://$W/ComponentTarget/sw/util/msword.component file://$W/ComponentTarget/sw/util/sw.component
file://$W/ComponentTarget/sw/util/swd.component file://$W/ComponentTarget/sfx2/util/sfx.component
file://$W/ComponentTarget/svl/source/fsstor/fsstorage.component
file://$W/ComponentTarget/svtools/util/svt.component
file://$W/ComponentTarget/toolkit/util/tk.component
file://$W/ComponentTarget/ucb/source/core/ucb1.component
file://$W/ComponentTarget/ucb/source/ucp/file/ucpfile1.component
file://$W/ComponentTarget/unoxml/source/service/unoxml.component
file://$W/ComponentTarget/xmlhelp/util/ucpchelp1.component"
-env:URE_INTERNAL_LIB_DIR=file://$I/program -env:LO_LIB_DIR=file://$I/program
-env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/sw_ww8import.test" > $W/CppunitTest/sw_ww8import.test.log
2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh $W/LinkTarget/Executable/cppunittester
$W/CppunitTest/sw_ww8import.test.core $RET >> $W/CppunitTest/sw_ww8import.test.log 2>&1; cat
$W/CppunitTest/sw_ww8import.test.log; $S/solenv/bin/unittest-failed.sh Cppunit sw_ww8import LINUX))
[build CUT] sw_rtfexport
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/sw_rtfexport.test.user && mkdir $W/CppunitTest/sw_rtfexport.test.user &&
rm -fr $W/CppunitTest/sw_rtfexport.test.core && mkdir $W/CppunitTest/sw_rtfexport.test.core && cd
$W/CppunitTest/sw_rtfexport.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_sw_rtfexport.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/sw_rtfexport.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/Rdb/services.rdb"
-env:URE_INTERNAL_LIB_DIR=file://$I/program -env:LO_LIB_DIR=file://$I/program
-env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/sw_rtfexport.test" > $W/CppunitTest/sw_rtfexport.test.log
2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh $W/LinkTarget/Executable/cppunittester
$W/CppunitTest/sw_rtfexport.test.core $RET >> $W/CppunitTest/sw_rtfexport.test.log 2>&1; cat
$W/CppunitTest/sw_rtfexport.test.log; $S/solenv/bin/unittest-failed.sh Cppunit sw_rtfexport LINUX))
[build CUT] sw_rtfimport
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/sw_rtfimport.test.user && mkdir $W/CppunitTest/sw_rtfimport.test.user &&
rm -fr $W/CppunitTest/sw_rtfimport.test.core && mkdir $W/CppunitTest/sw_rtfimport.test.core && cd
$W/CppunitTest/sw_rtfimport.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_sw_rtfimport.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/sw_rtfimport.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/ComponentTarget/basic/util/sb.component
file://$W/ComponentTarget/canvas/source/factory/canvasfactory.component
file://$W/ComponentTarget/comphelper/util/comphelp.component
file://$W/ComponentTarget/configmgr/source/configmgr.component
file://$W/ComponentTarget/embeddedobj/util/embobj.component
file://$W/ComponentTarget/filter/source/config/cache/filterconfig1.component
file://$W/ComponentTarget/filter/source/storagefilterdetect/storagefd.component
file://$W/ComponentTarget/framework/util/fwk.component
file://$W/ComponentTarget/i18npool/util/i18npool.component
file://$W/ComponentTarget/linguistic/source/lng.component
file://$W/ComponentTarget/package/util/package2.component
file://$W/ComponentTarget/package/source/xstor/xstor.component
file://$W/ComponentTarget/sax/source/expatwrap/expwrap.component
file://$W/ComponentTarget/sw/util/sw.component file://$W/ComponentTarget/sw/util/swd.component
file://$W/ComponentTarget/sfx2/util/sfx.component
file://$W/ComponentTarget/starmath/util/sm.component
file://$W/ComponentTarget/svl/source/fsstor/fsstorage.component
file://$W/ComponentTarget/svtools/util/svt.component
file://$W/ComponentTarget/toolkit/util/tk.component
file://$W/ComponentTarget/ucb/source/core/ucb1.component
file://$W/ComponentTarget/ucb/source/ucp/file/ucpfile1.component
file://$W/ComponentTarget/unotools/util/utl.component
file://$W/ComponentTarget/unoxml/source/service/unoxml.component
file://$W/ComponentTarget/writerfilter/util/writerfilter.component
file://$W/ComponentTarget/xmloff/util/xo.component" -env:URE_INTERNAL_LIB_DIR=file://$I/program
-env:LO_LIB_DIR=file://$I/program -env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/sw_rtfimport.test" > $W/CppunitTest/sw_rtfimport.test.log
2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh $W/LinkTarget/Executable/cppunittester
$W/CppunitTest/sw_rtfimport.test.core $RET >> $W/CppunitTest/sw_rtfimport.test.log 2>&1; cat
$W/CppunitTest/sw_rtfimport.test.log; $S/solenv/bin/unittest-failed.sh Cppunit sw_rtfimport LINUX))
[build CUT] sw_odfexport
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/sw_odfexport.test.user && mkdir $W/CppunitTest/sw_odfexport.test.user &&
rm -fr $W/CppunitTest/sw_odfexport.test.core && mkdir $W/CppunitTest/sw_odfexport.test.core && cd
$W/CppunitTest/sw_odfexport.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_sw_odfexport.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/sw_odfexport.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/ComponentTarget/basic/util/sb.component
file://$W/ComponentTarget/comphelper/util/comphelp.component
file://$W/ComponentTarget/configmgr/source/configmgr.component
file://$W/ComponentTarget/embeddedobj/util/embobj.component
file://$W/ComponentTarget/filter/source/config/cache/filterconfig1.component
file://$W/ComponentTarget/filter/source/storagefilterdetect/storagefd.component
file://$W/ComponentTarget/filter/source/odfflatxml/odfflatxml.component
file://$W/ComponentTarget/filter/source/xmlfilterdetect/xmlfd.component
file://$W/ComponentTarget/filter/source/xmlfilteradaptor/xmlfa.component
file://$W/ComponentTarget/framework/util/fwk.component
file://$W/ComponentTarget/i18npool/util/i18npool.component
file://$W/ComponentTarget/linguistic/source/lng.component
file://$W/ComponentTarget/oox/util/oox.component
file://$W/ComponentTarget/package/source/xstor/xstor.component
file://$W/ComponentTarget/package/util/package2.component
file://$W/ComponentTarget/sax/source/expatwrap/expwrap.component
file://$W/ComponentTarget/sfx2/util/sfx.component
file://$W/ComponentTarget/starmath/util/sm.component
file://$W/ComponentTarget/svl/source/fsstor/fsstorage.component
file://$W/ComponentTarget/svtools/util/svt.component file://$W/ComponentTarget/sw/util/sw.component
file://$W/ComponentTarget/sw/util/swd.component file://$W/ComponentTarget/toolkit/util/tk.component
file://$W/ComponentTarget/ucb/source/core/ucb1.component
file://$W/ComponentTarget/ucb/source/ucp/file/ucpfile1.component
file://$W/ComponentTarget/unotools/util/utl.component
file://$W/ComponentTarget/unoxml/source/service/unoxml.component
file://$W/ComponentTarget/uui/util/uui.component
file://$W/ComponentTarget/writerfilter/util/writerfilter.component
file://$W/ComponentTarget/xmlhelp/util/ucpchelp1.component
file://$W/ComponentTarget/xmloff/util/xo.component
file://$W/ComponentTarget/chart2/source/chartcore.component
file://$W/ComponentTarget/chart2/source/controller/chartcontroller.component
file://$W/ComponentTarget/sc/util/sc.component file://$W/ComponentTarget/sd/util/sd.component
file://$W/ComponentTarget/svx/util/svxcore.component
file://$W/ComponentTarget/xmloff/source/transform/xof.component"
-env:URE_INTERNAL_LIB_DIR=file://$I/program -env:LO_LIB_DIR=file://$I/program
-env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/sw_odfexport.test" > $W/CppunitTest/sw_odfexport.test.log
2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh $W/LinkTarget/Executable/cppunittester
$W/CppunitTest/sw_odfexport.test.core $RET >> $W/CppunitTest/sw_odfexport.test.log 2>&1; cat
$W/CppunitTest/sw_odfexport.test.log; $S/solenv/bin/unittest-failed.sh Cppunit sw_odfexport LINUX))
[build CUT] sw_odfimport
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/sw_odfimport.test.user && mkdir $W/CppunitTest/sw_odfimport.test.user &&
rm -fr $W/CppunitTest/sw_odfimport.test.core && mkdir $W/CppunitTest/sw_odfimport.test.core && cd
$W/CppunitTest/sw_odfimport.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_sw_odfimport.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/sw_odfimport.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/ComponentTarget/basic/util/sb.component
file://$W/ComponentTarget/comphelper/util/comphelp.component
file://$W/ComponentTarget/configmgr/source/configmgr.component
file://$W/ComponentTarget/embeddedobj/util/embobj.component
file://$W/ComponentTarget/filter/source/config/cache/filterconfig1.component
file://$W/ComponentTarget/filter/source/storagefilterdetect/storagefd.component
file://$W/ComponentTarget/filter/source/odfflatxml/odfflatxml.component
file://$W/ComponentTarget/filter/source/xmlfilterdetect/xmlfd.component
file://$W/ComponentTarget/filter/source/xmlfilteradaptor/xmlfa.component
file://$W/ComponentTarget/framework/util/fwk.component
file://$W/ComponentTarget/i18npool/util/i18npool.component
file://$W/ComponentTarget/lingucomponent/source/languageguessing/guesslang.component
file://$W/ComponentTarget/linguistic/source/lng.component
file://$W/ComponentTarget/package/util/package2.component
file://$W/ComponentTarget/package/source/xstor/xstor.component
file://$W/ComponentTarget/sw/util/sw.component file://$W/ComponentTarget/sw/util/swd.component
file://$W/ComponentTarget/sax/source/expatwrap/expwrap.component
file://$W/ComponentTarget/sfx2/util/sfx.component
file://$W/ComponentTarget/svl/source/fsstor/fsstorage.component
file://$W/ComponentTarget/svtools/util/svt.component
file://$W/ComponentTarget/toolkit/util/tk.component
file://$W/ComponentTarget/ucb/source/core/ucb1.component
file://$W/ComponentTarget/ucb/source/ucp/file/ucpfile1.component
file://$W/ComponentTarget/unotools/util/utl.component
file://$W/ComponentTarget/unoxml/source/service/unoxml.component
file://$W/ComponentTarget/uui/util/uui.component file://$W/ComponentTarget/vcl/vcl.unx.component
file://$W/ComponentTarget/xmlhelp/util/ucpchelp1.component
file://$W/ComponentTarget/xmloff/util/xo.component" -env:URE_INTERNAL_LIB_DIR=file://$I/program
-env:LO_LIB_DIR=file://$I/program -env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/sw_odfimport.test" > $W/CppunitTest/sw_odfimport.test.log
2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh $W/LinkTarget/Executable/cppunittester
$W/CppunitTest/sw_odfimport.test.core $RET >> $W/CppunitTest/sw_odfimport.test.log 2>&1; cat
$W/CppunitTest/sw_odfimport.test.log; $S/solenv/bin/unittest-failed.sh Cppunit sw_odfimport LINUX))
[build CUT] sw_uiwriter
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/sw_uiwriter.test.user && mkdir $W/CppunitTest/sw_uiwriter.test.user && rm
-fr $W/CppunitTest/sw_uiwriter.test.core && mkdir $W/CppunitTest/sw_uiwriter.test.core && cd
$W/CppunitTest/sw_uiwriter.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_sw_uiwriter.so --headless "-env:BRAND_BASE_DIR=file://$S/instdir"
"-env:BRAND_SHARE_SUBDIR=share" "-env:UserInstallation=file://$W/CppunitTest/sw_uiwriter.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/Rdb/services.rdb"
-env:URE_INTERNAL_LIB_DIR=file://$I/program -env:LO_LIB_DIR=file://$I/program
-env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/sw_uiwriter.test" > $W/CppunitTest/sw_uiwriter.test.log
2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh $W/LinkTarget/Executable/cppunittester
$W/CppunitTest/sw_uiwriter.test.core $RET >> $W/CppunitTest/sw_uiwriter.test.log 2>&1; cat
$W/CppunitTest/sw_uiwriter.test.log; $S/solenv/bin/unittest-failed.sh Cppunit sw_uiwriter LINUX))
[build CUT] sw_tiledrendering
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/sw_tiledrendering.test.user && mkdir
$W/CppunitTest/sw_tiledrendering.test.user && rm -fr $W/CppunitTest/sw_tiledrendering.test.core
&& mkdir $W/CppunitTest/sw_tiledrendering.test.core && cd
$W/CppunitTest/sw_tiledrendering.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_sw_tiledrendering.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/sw_tiledrendering.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/Rdb/services.rdb"
-env:URE_INTERNAL_LIB_DIR=file://$I/program -env:LO_LIB_DIR=file://$I/program
-env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/sw_tiledrendering.test" >
$W/CppunitTest/sw_tiledrendering.test.log 2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh
$W/LinkTarget/Executable/cppunittester $W/CppunitTest/sw_tiledrendering.test.core $RET >>
$W/CppunitTest/sw_tiledrendering.test.log 2>&1; cat $W/CppunitTest/sw_tiledrendering.test.log;
$S/solenv/bin/unittest-failed.sh Cppunit sw_tiledrendering LINUX))
[build CUT] sw_mailmerge
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/sw_mailmerge.test.user && mkdir $W/CppunitTest/sw_mailmerge.test.user &&
rm -fr $W/CppunitTest/sw_mailmerge.test.core && mkdir $W/CppunitTest/sw_mailmerge.test.core && cd
$W/CppunitTest/sw_mailmerge.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_sw_mailmerge.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/sw_mailmerge.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/ComponentTarget/basic/util/sb.component
file://$W/ComponentTarget/comphelper/util/comphelp.component
file://$W/ComponentTarget/configmgr/source/configmgr.component
file://$W/ComponentTarget/connectivity/source/cpool/dbpool2.component
file://$W/ComponentTarget/connectivity/source/drivers/calc/calc.component
file://$W/ComponentTarget/connectivity/source/manager/sdbc2.component
file://$W/ComponentTarget/dbaccess/source/filter/xml/dbaxml.component
file://$W/ComponentTarget/dbaccess/util/dba.component
file://$W/ComponentTarget/embeddedobj/util/embobj.component
file://$W/ComponentTarget/filter/source/config/cache/filterconfig1.component
file://$W/ComponentTarget/filter/source/storagefilterdetect/storagefd.component
file://$W/ComponentTarget/forms/util/frm.component
file://$W/ComponentTarget/framework/util/fwk.component
file://$W/ComponentTarget/i18npool/util/i18npool.component
file://$W/ComponentTarget/lingucomponent/source/languageguessing/guesslang.component
file://$W/ComponentTarget/linguistic/source/lng.component
file://$W/ComponentTarget/oox/util/oox.component
file://$W/ComponentTarget/package/source/xstor/xstor.component
file://$W/ComponentTarget/package/util/package2.component
file://$W/ComponentTarget/sax/source/expatwrap/expwrap.component
file://$W/ComponentTarget/sc/util/sc.component file://$W/ComponentTarget/sfx2/util/sfx.component
file://$W/ComponentTarget/sot/util/sot.component
file://$W/ComponentTarget/svl/source/fsstor/fsstorage.component
file://$W/ComponentTarget/svl/util/svl.component
file://$W/ComponentTarget/svtools/util/svt.component file://$W/ComponentTarget/sw/util/sw.component
file://$W/ComponentTarget/sw/util/swd.component file://$W/ComponentTarget/toolkit/util/tk.component
file://$W/ComponentTarget/ucb/source/core/ucb1.component
file://$W/ComponentTarget/ucb/source/ucp/file/ucpfile1.component
file://$W/ComponentTarget/ucb/source/ucp/tdoc/ucptdoc1.component
file://$W/ComponentTarget/unotools/util/utl.component
file://$W/ComponentTarget/unoxml/source/rdf/unordf.component
file://$W/ComponentTarget/unoxml/source/service/unoxml.component
file://$W/ComponentTarget/uui/util/uui.component file://$W/ComponentTarget/vcl/vcl.unx.component
file://$W/ComponentTarget/xmloff/util/xo.component file://$W/Rdb/ure/services.rdb"
-env:URE_INTERNAL_LIB_DIR=file://$I/program -env:LO_LIB_DIR=file://$I/program
-env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/sw_mailmerge.test" > $W/CppunitTest/sw_mailmerge.test.log
2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh $W/LinkTarget/Executable/cppunittester
$W/CppunitTest/sw_mailmerge.test.core $RET >> $W/CppunitTest/sw_mailmerge.test.log 2>&1; cat
$W/CppunitTest/sw_mailmerge.test.log; $S/solenv/bin/unittest-failed.sh Cppunit sw_mailmerge LINUX))
[build CUT] sw_globalfilter
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/sw_globalfilter.test.user && mkdir $W/CppunitTest/sw_globalfilter.test.user
&& rm -fr $W/CppunitTest/sw_globalfilter.test.core && mkdir
$W/CppunitTest/sw_globalfilter.test.core && cd $W/CppunitTest/sw_globalfilter.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_sw_globalfilter.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/sw_globalfilter.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/ComponentTarget/basic/util/sb.component
file://$W/ComponentTarget/comphelper/util/comphelp.component
file://$W/ComponentTarget/configmgr/source/configmgr.component
file://$W/ComponentTarget/dbaccess/util/dba.component
file://$W/ComponentTarget/drawinglayer/drawinglayer.component
file://$W/ComponentTarget/embeddedobj/util/embobj.component
file://$W/ComponentTarget/filter/source/config/cache/filterconfig1.component
file://$W/ComponentTarget/filter/source/storagefilterdetect/storagefd.component
file://$W/ComponentTarget/filter/source/textfilterdetect/textfd.component
file://$W/ComponentTarget/forms/util/frm.component
file://$W/ComponentTarget/framework/util/fwk.component
file://$W/ComponentTarget/i18npool/util/i18npool.component
file://$W/ComponentTarget/linguistic/source/lng.component
file://$W/ComponentTarget/oox/util/oox.component
file://$W/ComponentTarget/package/source/xstor/xstor.component
file://$W/ComponentTarget/package/util/package2.component
file://$W/ComponentTarget/sax/source/expatwrap/expwrap.component
file://$W/ComponentTarget/sfx2/util/sfx.component
file://$W/ComponentTarget/svl/source/fsstor/fsstorage.component
file://$W/ComponentTarget/svtools/util/svt.component
file://$W/ComponentTarget/sw/util/msword.component file://$W/ComponentTarget/sw/util/sw.component
file://$W/ComponentTarget/sw/util/swd.component file://$W/ComponentTarget/toolkit/util/tk.component
file://$W/ComponentTarget/ucb/source/core/ucb1.component
file://$W/ComponentTarget/ucb/source/ucp/file/ucpfile1.component
file://$W/ComponentTarget/unotools/util/utl.component
file://$W/ComponentTarget/unoxml/source/service/unoxml.component
file://$W/ComponentTarget/uui/util/uui.component
file://$W/ComponentTarget/xmlhelp/util/ucpchelp1.component
file://$W/ComponentTarget/writerfilter/util/writerfilter.component
file://$W/ComponentTarget/xmloff/util/xo.component" -env:URE_INTERNAL_LIB_DIR=file://$I/program
-env:LO_LIB_DIR=file://$I/program -env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/sw_globalfilter.test" >
$W/CppunitTest/sw_globalfilter.test.log 2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh
$W/LinkTarget/Executable/cppunittester $W/CppunitTest/sw_globalfilter.test.core $RET >>
$W/CppunitTest/sw_globalfilter.test.log 2>&1; cat $W/CppunitTest/sw_globalfilter.test.log;
$S/solenv/bin/unittest-failed.sh Cppunit sw_globalfilter LINUX))
[build CUT] sw_filters_test
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/sw_filters_test.test.user && mkdir $W/CppunitTest/sw_filters_test.test.user
&& rm -fr $W/CppunitTest/sw_filters_test.test.core && mkdir
$W/CppunitTest/sw_filters_test.test.core && cd $W/CppunitTest/sw_filters_test.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_sw_filters_test.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/sw_filters_test.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/ComponentTarget/basic/util/sb.component
file://$W/ComponentTarget/comphelper/util/comphelp.component
file://$W/ComponentTarget/configmgr/source/configmgr.component
file://$W/ComponentTarget/dbaccess/util/dba.component
file://$W/ComponentTarget/embeddedobj/util/embobj.component
file://$W/ComponentTarget/filter/source/config/cache/filterconfig1.component
file://$W/ComponentTarget/filter/source/t602/t602filter.component
file://$W/ComponentTarget/forms/util/frm.component
file://$W/ComponentTarget/framework/util/fwk.component
file://$W/ComponentTarget/i18npool/util/i18npool.component
file://$W/ComponentTarget/linguistic/source/lng.component
file://$W/ComponentTarget/oox/util/oox.component
file://$W/ComponentTarget/package/source/xstor/xstor.component
file://$W/ComponentTarget/package/util/package2.component
file://$W/ComponentTarget/sax/source/expatwrap/expwrap.component
file://$W/ComponentTarget/sfx2/util/sfx.component
file://$W/ComponentTarget/starmath/util/sm.component
file://$W/ComponentTarget/svtools/util/svt.component
file://$W/ComponentTarget/sw/util/msword.component file://$W/ComponentTarget/sw/util/sw.component
file://$W/ComponentTarget/sw/util/swd.component file://$W/ComponentTarget/uui/util/uui.component
file://$W/ComponentTarget/toolkit/util/tk.component
file://$W/ComponentTarget/ucb/source/core/ucb1.component
file://$W/ComponentTarget/ucb/source/ucp/file/ucpfile1.component
file://$W/ComponentTarget/unotools/util/utl.component
file://$W/ComponentTarget/unoxml/source/service/unoxml.component
file://$W/ComponentTarget/writerfilter/util/writerfilter.component
file://$W/ComponentTarget/xmlhelp/util/ucpchelp1.component
file://$W/ComponentTarget/xmloff/source/transform/xof.component
file://$W/ComponentTarget/xmloff/util/xo.component" -env:URE_INTERNAL_LIB_DIR=file://$I/program
-env:LO_LIB_DIR=file://$I/program -env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/sw_filters_test.test" >
$W/CppunitTest/sw_filters_test.test.log 2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh
$W/LinkTarget/Executable/cppunittester $W/CppunitTest/sw_filters_test.test.core $RET >>
$W/CppunitTest/sw_filters_test.test.log 2>&1; cat $W/CppunitTest/sw_filters_test.test.log;
$S/solenv/bin/unittest-failed.sh Cppunit sw_filters_test LINUX))
[build SLC] sw
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p
$W/Module/slowcheck/ && touch $W/Module/slowcheck/sw
[build CUT] unoxml_domtest
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/unoxml_domtest.test.user && mkdir $W/CppunitTest/unoxml_domtest.test.user &&
rm -fr $W/CppunitTest/unoxml_domtest.test.core && mkdir $W/CppunitTest/unoxml_domtest.test.core
&& cd $W/CppunitTest/unoxml_domtest.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_unoxml_domtest.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/unoxml_domtest.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/ComponentTarget/configmgr/source/configmgr.component
file://$W/ComponentTarget/framework/util/fwk.component
file://$W/ComponentTarget/i18npool/util/i18npool.component
file://$W/ComponentTarget/sfx2/util/sfx.component
file://$W/ComponentTarget/ucb/source/core/ucb1.component
file://$W/ComponentTarget/ucb/source/ucp/file/ucpfile1.component
file://$W/ComponentTarget/unoxml/source/service/unoxml.component file://$W/Rdb/ure/services.rdb"
-env:URE_INTERNAL_LIB_DIR=file://$I/program -env:LO_LIB_DIR=file://$I/program
-env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/unoxml_domtest.test" >
$W/CppunitTest/unoxml_domtest.test.log 2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh
$W/LinkTarget/Executable/cppunittester $W/CppunitTest/unoxml_domtest.test.core $RET >>
$W/CppunitTest/unoxml_domtest.test.log 2>&1; cat $W/CppunitTest/unoxml_domtest.test.log;
$S/solenv/bin/unittest-failed.sh Cppunit unoxml_domtest LINUX))
[build SLC] unoxml
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p
$W/Module/slowcheck/ && touch $W/Module/slowcheck/unoxml
[build CUT] writerfilter_rtftok
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/writerfilter_rtftok.test.user && mkdir
$W/CppunitTest/writerfilter_rtftok.test.user && rm -fr
$W/CppunitTest/writerfilter_rtftok.test.core && mkdir $W/CppunitTest/writerfilter_rtftok.test.core
&& cd $W/CppunitTest/writerfilter_rtftok.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_writerfilter_rtftok.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/writerfilter_rtftok.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb
file://$W/ComponentTarget/configmgr/source/configmgr.component
file://$W/ComponentTarget/framework/util/fwk.component
file://$W/ComponentTarget/i18npool/util/i18npool.component
file://$W/ComponentTarget/svtools/util/svt.component
file://$W/ComponentTarget/ucb/source/core/ucb1.component
file://$W/ComponentTarget/ucb/source/ucp/file/ucpfile1.component
file://$W/ComponentTarget/writerfilter/util/writerfilter.component"
-env:URE_INTERNAL_LIB_DIR=file://$I/program -env:LO_LIB_DIR=file://$I/program
-env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/writerfilter_rtftok.test" >
$W/CppunitTest/writerfilter_rtftok.test.log 2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh
$W/LinkTarget/Executable/cppunittester $W/CppunitTest/writerfilter_rtftok.test.core $RET >>
$W/CppunitTest/writerfilter_rtftok.test.log 2>&1; cat $W/CppunitTest/writerfilter_rtftok.test.log;
$S/solenv/bin/unittest-failed.sh Cppunit writerfilter_rtftok LINUX))
[build CUT] writerfilter_misc
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/writerfilter_misc.test.user && mkdir
$W/CppunitTest/writerfilter_misc.test.user && rm -fr $W/CppunitTest/writerfilter_misc.test.core
&& mkdir $W/CppunitTest/writerfilter_misc.test.core && cd
$W/CppunitTest/writerfilter_misc.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_writerfilter_misc.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/writerfilter_misc.test.user"
"-env:CPPUNITTESTTARGET=$W/CppunitTest/writerfilter_misc.test" >
$W/CppunitTest/writerfilter_misc.test.log 2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh
$W/LinkTarget/Executable/cppunittester $W/CppunitTest/writerfilter_misc.test.core $RET >>
$W/CppunitTest/writerfilter_misc.test.log 2>&1; cat $W/CppunitTest/writerfilter_misc.test.log;
$S/solenv/bin/unittest-failed.sh Cppunit writerfilter_misc LINUX))
[build SLC] writerfilter
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p
$W/Module/slowcheck/ && touch $W/Module/slowcheck/writerfilter
[build CUT] writerperfect_calc
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/writerperfect_calc.test.user && mkdir
$W/CppunitTest/writerperfect_calc.test.user && rm -fr
$W/CppunitTest/writerperfect_calc.test.core && mkdir $W/CppunitTest/writerperfect_calc.test.core &&
cd $W/CppunitTest/writerperfect_calc.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_writerperfect_calc.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/writerperfect_calc.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/Rdb/services.rdb"
-env:URE_INTERNAL_LIB_DIR=file://$I/program -env:LO_LIB_DIR=file://$I/program
-env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/writerperfect_calc.test" >
$W/CppunitTest/writerperfect_calc.test.log 2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh
$W/LinkTarget/Executable/cppunittester $W/CppunitTest/writerperfect_calc.test.core $RET >>
$W/CppunitTest/writerperfect_calc.test.log 2>&1; cat $W/CppunitTest/writerperfect_calc.test.log;
$S/solenv/bin/unittest-failed.sh Cppunit writerperfect_calc LINUX))
[build CUT] writerperfect_draw
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/writerperfect_draw.test.user && mkdir
$W/CppunitTest/writerperfect_draw.test.user && rm -fr
$W/CppunitTest/writerperfect_draw.test.core && mkdir $W/CppunitTest/writerperfect_draw.test.core &&
cd $W/CppunitTest/writerperfect_draw.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_writerperfect_draw.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/writerperfect_draw.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/Rdb/services.rdb"
-env:URE_INTERNAL_LIB_DIR=file://$I/program -env:LO_LIB_DIR=file://$I/program
-env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/writerperfect_draw.test" >
$W/CppunitTest/writerperfect_draw.test.log 2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh
$W/LinkTarget/Executable/cppunittester $W/CppunitTest/writerperfect_draw.test.core $RET >>
$W/CppunitTest/writerperfect_draw.test.log 2>&1; cat $W/CppunitTest/writerperfect_draw.test.log;
$S/solenv/bin/unittest-failed.sh Cppunit writerperfect_draw LINUX))
[build CUT] writerperfect_impress
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/writerperfect_impress.test.user && mkdir
$W/CppunitTest/writerperfect_impress.test.user && rm -fr
$W/CppunitTest/writerperfect_impress.test.core && mkdir
$W/CppunitTest/writerperfect_impress.test.core && cd $W/CppunitTest/writerperfect_impress.test.core
&&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_writerperfect_impress.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/writerperfect_impress.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/Rdb/services.rdb"
-env:URE_INTERNAL_LIB_DIR=file://$I/program -env:LO_LIB_DIR=file://$I/program
-env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/writerperfect_impress.test" >
$W/CppunitTest/writerperfect_impress.test.log 2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh
$W/LinkTarget/Executable/cppunittester $W/CppunitTest/writerperfect_impress.test.core $RET >>
$W/CppunitTest/writerperfect_impress.test.log 2>&1; cat
$W/CppunitTest/writerperfect_impress.test.log; $S/solenv/bin/unittest-failed.sh Cppunit
writerperfect_impress LINUX))
[build CUT] writerperfect_writer
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/writerperfect_writer.test.user && mkdir
$W/CppunitTest/writerperfect_writer.test.user && rm -fr
$W/CppunitTest/writerperfect_writer.test.core && mkdir
$W/CppunitTest/writerperfect_writer.test.core && cd $W/CppunitTest/writerperfect_writer.test.core
&&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_writerperfect_writer.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/writerperfect_writer.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry xcsxcu:file://$W/unittest/registry"
"-env:UNO_TYPES=file://$I/program/types/offapi.rdb file://$I/program/types.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/Rdb/services.rdb"
-env:URE_INTERNAL_LIB_DIR=file://$I/program -env:LO_LIB_DIR=file://$I/program
-env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector
$W/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/writerperfect_writer.test" >
$W/CppunitTest/writerperfect_writer.test.log 2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh
$W/LinkTarget/Executable/cppunittester $W/CppunitTest/writerperfect_writer.test.core $RET >>
$W/CppunitTest/writerperfect_writer.test.log 2>&1; cat
$W/CppunitTest/writerperfect_writer.test.log; $S/solenv/bin/unittest-failed.sh Cppunit
writerperfect_writer LINUX))
[build SLC] writerperfect
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p
$W/Module/slowcheck/ && touch $W/Module/slowcheck/writerperfect
[build SLC] libreoffice
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p
$W/Module/slowcheck/ && touch $W/Module/slowcheck/libreoffice
[build SLC] loaded modules: UnoControls accessibility accessories android animations apple_remote
avmedia basctl basebmp basegfx basic bean binaryurp bridges canvas chart2 clew cli_ure codemaker
comphelper configmgr connectivity cppcanvas cppu cppuhelper cpputools cui dbaccess desktop
drawinglayer dtrans editeng embeddedobj embedserv eventattacher extensions external extras filter
forms formula fpicker framework helpcompiler hwpfilter i18nlangtag i18npool i18nutil idl idlc
instsetoo_native io javaunohelper jurt jvmaccess jvmfwk l10ntools librelogo libreoffice
libreofficekit libxmlsec lingucomponent linguistic lotuswordpro mysqlc o3tl odk offapi officecfg
onlineupdate oovbaapi oox opencl package postprocess pyuno qadevOOo readlicense_oo registry
remotebridges reportbuilder reportdesign ridljar rsc sal salhelper sax sc scaddins sccomp scp2
scripting sd sdext setup_native sfx2 shell slideshow smoketest solenv soltools sot starmath stoc
store svgio svl svtools svx sw swext sysui test testtools toolkit tools tubes ucb ucbhelper udkapi
unodevtools unoidl unoil unotest unotools unoxml ure uui vbahelper vcl winaccessibility wizards
writerfilter writerperfect xmerge xmlhelp xmloff xmlreader xmlscript xmlsecurity
[build ALL] All modules but instset: UnoControls accessibility animations apple_remote avmedia
basctl basebmp basegfx basic bean binaryurp bridges canvas chart2 clew cli_ure codemaker comphelper
configmgr connectivity cppcanvas cppu cppuhelper cpputools cui dbaccess desktop drawinglayer dtrans
editeng embeddedobj embedserv eventattacher extensions external accessories libxmlsec extras filter
forms formula fpicker framework helpcompiler hwpfilter i18nlangtag i18npool i18nutil idl idlc io
javaunohelper jurt jvmaccess jvmfwk l10ntools librelogo libreofficekit lingucomponent linguistic
lotuswordpro mysqlc o3tl odk offapi officecfg onlineupdate oovbaapi oox opencl package postprocess
pyuno qadevOOo readlicense_oo registry remotebridges reportbuilder reportdesign ridljar rsc sal
salhelper sax sc scaddins sccomp scp2 scripting sd sdext setup_native sfx2 shell slideshow
smoketest solenv soltools sot starmath stoc store svgio svl svtools svx sw swext sysui test
testtools toolkit tools tubes ucb ucbhelper udkapi unodevtools unoidl unoil unotest unotools unoxml
ure uui vbahelper vcl winaccessibility wizards writerfilter writerperfect xmerge xmlhelp xmloff
xmlreader xmlscript xmlsecurity
touch /home/rene/LibreOffice/git/master/workdir/Postprocess/AllModulesButInstsetNative
[build JUT] chart2_unoapi
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && rm -rf
$W/JunitTest/chart2_unoapi/user && mkdir -p $W/JunitTest/chart2_unoapi/user/user && cp
$S/qadevOOo/qa/registrymodifications.xcu $W/JunitTest/chart2_unoapi/user/user/ &&
(/usr/lib/jvm/default-java/bin/java -Xmx64M -classpath
"$W/JavaClassSet/JunitTest/chart2_unoapi:/usr/share/java/junit4.jar:$I/program:$W/Jar/OOoRunner.jar:$I/program/classes/ridl.jar:$W/Jar/test.jar:$I/program/classes/unoil.jar:$I/program/classes/jurt.jar"
-Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
-Dorg.openoffice.test.arg.user=file://$W/JunitTest/chart2_unoapi/user
-Dorg.openoffice.test.arg.workdir=$W/JunitTest/chart2_unoapi/user
-Dorg.openoffice.test.arg.postprocesscommand=$S/solenv/bin/gdb-core-bt.sh
-Dorg.openoffice.test.arg.soffice="path:$I/program/soffice"
-Dorg.openoffice.test.arg.sce=$S/chart2/qa/unoapi/sch.sce
-Dorg.openoffice.test.arg.xcl=$S/chart2/qa/unoapi/knownissues.xcl
-Dorg.openoffice.test.arg.tdoc=$S/chart2/qa/unoapi/testdocuments org.junit.runner.JUnitCore
org.openoffice.test.UnoApiTest > $W/JunitTest/chart2_unoapi/done.log 2>&1 || (cat
$W/JunitTest/chart2_unoapi/done.log && echo "to rerun just this failed test without all others,
run:" && echo && echo " make JunitTest_chart2_unoapi" && echo && echo "cd into the module dir to
run the tests faster" && echo "Or to do interactive debugging, run two shells with:" && echo &&
echo " make debugrun" && echo " make gb_JunitTest_DEBUGRUN=T JunitTest_chart2_unoapi" && echo
&& false))
[build SCK] chart2
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p
$W/Module/subsequentcheck/ && touch $W/Module/subsequentcheck/chart2
[build JUT] comphelper_complex
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && rm -rf
$W/JunitTest/comphelper_complex/user && mkdir -p $W/JunitTest/comphelper_complex/user/user && cp
$S/qadevOOo/qa/registrymodifications.xcu $W/JunitTest/comphelper_complex/user/user/ &&
(/usr/lib/jvm/default-java/bin/java -Xmx64M -classpath
"$W/JavaClassSet/JunitTest/comphelper_complex:/usr/share/java/junit4.jar:$I/program:$W/Jar/OOoRunner.jar:$I/program/classes/ridl.jar:$W/Jar/test.jar:$I/program/classes/unoil.jar:$I/program/classes/jurt.jar"
-Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
-Dorg.openoffice.test.arg.user=file://$W/JunitTest/comphelper_complex/user
-Dorg.openoffice.test.arg.workdir=$W/JunitTest/comphelper_complex/user
-Dorg.openoffice.test.arg.postprocesscommand=$S/solenv/bin/gdb-core-bt.sh
-Dorg.openoffice.test.arg.soffice="path:$I/program/soffice" org.junit.runner.JUnitCore
complex.comphelper.SequenceOutputStreamUnitTest complex.comphelper.Map >
$W/JunitTest/comphelper_complex/done.log 2>&1 || (cat $W/JunitTest/comphelper_complex/done.log &&
echo "to rerun just this failed test without all others, run:" && echo && echo " make
JunitTest_comphelper_complex" && echo && echo "cd into the module dir to run the tests faster" &&
echo "Or to do interactive debugging, run two shells with:" && echo && echo " make debugrun" &&
echo " make gb_JunitTest_DEBUGRUN=T JunitTest_comphelper_complex" && echo && false))
[build SCK] comphelper
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p
$W/Module/subsequentcheck/ && touch $W/Module/subsequentcheck/comphelper
[build JUT] configmgr_unoapi
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && rm -rf
$W/JunitTest/configmgr_unoapi/user && mkdir -p $W/JunitTest/configmgr_unoapi/user/user && cp
$S/qadevOOo/qa/registrymodifications.xcu $W/JunitTest/configmgr_unoapi/user/user/ &&
(/usr/lib/jvm/default-java/bin/java -Xmx64M -classpath
"$W/JavaClassSet/JunitTest/configmgr_unoapi:/usr/share/java/junit4.jar:$I/program:$W/Jar/OOoRunner.jar:$I/program/classes/ridl.jar:$W/Jar/test.jar:$I/program/classes/unoil.jar:$I/program/classes/jurt.jar"
-Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
-Dorg.openoffice.test.arg.user=file://$W/JunitTest/configmgr_unoapi/user
-Dorg.openoffice.test.arg.workdir=$W/JunitTest/configmgr_unoapi/user
-Dorg.openoffice.test.arg.postprocesscommand=$S/solenv/bin/gdb-core-bt.sh
-Dorg.openoffice.test.arg.soffice="path:$I/program/soffice"
-Dorg.openoffice.test.arg.sce=$S/configmgr/qa/unoapi/module.sce
-Dorg.openoffice.test.arg.xcl=$S/configmgr/qa/unoapi/knownissues.xcl
-Dorg.openoffice.test.arg.tdoc=$S/configmgr/qa/unoapi/testdocuments org.junit.runner.JUnitCore
org.openoffice.test.UnoApiTest > $W/JunitTest/configmgr_unoapi/done.log 2>&1 || (cat
$W/JunitTest/configmgr_unoapi/done.log && echo "to rerun just this failed test without all others,
run:" && echo && echo " make JunitTest_configmgr_unoapi" && echo && echo "cd into the module dir
to run the tests faster" && echo "Or to do interactive debugging, run two shells with:" && echo &&
echo " make debugrun" && echo " make gb_JunitTest_DEBUGRUN=T JunitTest_configmgr_unoapi" &&
echo && false))
[build SCK] configmgr
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p
$W/Module/subsequentcheck/ && touch $W/Module/subsequentcheck/configmgr
[build JUT] dbaccess_complex
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && rm -rf
$W/JunitTest/dbaccess_complex/user && mkdir -p $W/JunitTest/dbaccess_complex/user/user && cp
$S/qadevOOo/qa/registrymodifications.xcu $W/JunitTest/dbaccess_complex/user/user/ &&
(/usr/lib/jvm/default-java/bin/java -Xmx64M -classpath
"$W/JavaClassSet/JunitTest/dbaccess_complex:/usr/share/java/junit4.jar:$I/program:$W/Jar/ConnectivityTools.jar:$W/Jar/OOoRunner.jar:$I/program/classes/juh.jar:$I/program/classes/jurt.jar:$I/program/classes/ridl.jar:$W/Jar/test.jar:$I/program/classes/unoil.jar"
-Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
-Dorg.openoffice.test.arg.user=file://$W/JunitTest/dbaccess_complex/user
-Dorg.openoffice.test.arg.workdir=$W/JunitTest/dbaccess_complex/user
-Dorg.openoffice.test.arg.postprocesscommand=$S/solenv/bin/gdb-core-bt.sh
-Dorg.openoffice.test.arg.soffice="path:$I/program/soffice"
-Dorg.openoffice.test.arg.tdoc=$S/dbaccess/qa/dbaccess org.junit.runner.JUnitCore
complex.dbaccess.Beamer complex.dbaccess.PropertyBag complex.dbaccess.RowSet >
$W/JunitTest/dbaccess_complex/done.log 2>&1 || (cat $W/JunitTest/dbaccess_complex/done.log && echo
"to rerun just this failed test without all others, run:" && echo && echo " make
JunitTest_dbaccess_complex" && echo && echo "cd into the module dir to run the tests faster" &&
echo "Or to do interactive debugging, run two shells with:" && echo && echo " make debugrun" &&
echo " make gb_JunitTest_DEBUGRUN=T JunitTest_dbaccess_complex" && echo && false))
[build JUT] dbaccess_unoapi
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && rm -rf
$W/JunitTest/dbaccess_unoapi/user && mkdir -p $W/JunitTest/dbaccess_unoapi/user/user && cp
$S/qadevOOo/qa/registrymodifications.xcu $W/JunitTest/dbaccess_unoapi/user/user/ &&
(/usr/lib/jvm/default-java/bin/java -Xmx64M -classpath
"$W/JavaClassSet/JunitTest/dbaccess_unoapi:/usr/share/java/junit4.jar:$I/program:$W/Jar/OOoRunner.jar:$I/program/classes/jurt.jar:$I/program/classes/ridl.jar:$W/Jar/test.jar:$I/program/classes/unoil.jar"
-Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
-Dorg.openoffice.test.arg.user=file://$W/JunitTest/dbaccess_unoapi/user
-Dorg.openoffice.test.arg.workdir=$W/JunitTest/dbaccess_unoapi/user
-Dorg.openoffice.test.arg.postprocesscommand=$S/solenv/bin/gdb-core-bt.sh
-Dorg.openoffice.test.arg.soffice="path:$I/program/soffice"
-Dorg.openoffice.test.arg.sce=$S/dbaccess/qa/unoapi/dbaccess.sce
-Dorg.openoffice.test.arg.xcl=$S/dbaccess/qa/unoapi/knownissues.xcl
-Dorg.openoffice.test.arg.tdoc=$S/dbaccess/qa/unoapi/testdocuments org.junit.runner.JUnitCore
org.openoffice.test.UnoApiTest > $W/JunitTest/dbaccess_unoapi/done.log 2>&1 || (cat
$W/JunitTest/dbaccess_unoapi/done.log && echo "to rerun just this failed test without all others,
run:" && echo && echo " make JunitTest_dbaccess_unoapi" && echo && echo "cd into the module dir
to run the tests faster" && echo "Or to do interactive debugging, run two shells with:" && echo &&
echo " make debugrun" && echo " make gb_JunitTest_DEBUGRUN=T JunitTest_dbaccess_unoapi" &&
echo && false))
mkdir -p /home/rene/LibreOffice/git/master/workdir/CppunitTest/
cp -P -f "/home/rene/LibreOffice/git/master/dbaccess/qa/extras/testdocuments/fdo84315.odb"
"/home/rene/LibreOffice/git/master/workdir/CppunitTest/fdo84315.odb"
[build PYT] dbaccess_python
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && rm -rf
$W/PythonTest/dbaccess_python/ && mkdir -p $W/PythonTest/dbaccess_python/ && rm -fr
$W/PythonTest/dbaccess_python/done.core && mkdir $W/PythonTest/dbaccess_python/done.core && cd
$W/PythonTest/dbaccess_python/done.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
TDOC="$S/dbaccess/qa/extras/testdocuments" TEST_LIB=$W/LinkTarget/Library/libtest.so
URE_BOOTSTRAP=vnd.sun.star.pathname:$I/program/fundamentalrc
PYTHONPATH="$S/unotest/source/python:$I/program:$S/dbaccess/qa/python"
UserInstallation=file://$W/PythonTest/dbaccess_python/user
TestUserDir="file://$W/PythonTest/dbaccess_python/" PYTHONDONTWRITEBYTECODE=1
SAL_USE_VCLPLUGIN=svp /usr/bin/python3 -m unittest fdo84315 >
$W/PythonTest/dbaccess_python/done.log 2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh
/usr/bin/python3 $W/PythonTest/dbaccess_python/done.core $RET >>
$W/PythonTest/dbaccess_python/done.log 2>&1; cat $W/PythonTest/dbaccess_python/done.log;
$S/solenv/bin/unittest-failed.sh Python dbaccess_python))
[build SCK] dbaccess
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p
$W/Module/subsequentcheck/ && touch $W/Module/subsequentcheck/dbaccess
[build JUT] extensions_unoapi
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && rm -rf
$W/JunitTest/extensions_unoapi/user && mkdir -p $W/JunitTest/extensions_unoapi/user/user && cp
$S/qadevOOo/qa/registrymodifications.xcu $W/JunitTest/extensions_unoapi/user/user/ &&
(/usr/lib/jvm/default-java/bin/java -Xmx64M -classpath
"$W/JavaClassSet/JunitTest/extensions_unoapi:/usr/share/java/junit4.jar:$I/program:$W/Jar/OOoRunner.jar:$I/program/classes/ridl.jar:$W/Jar/test.jar:$I/program/classes/unoil.jar:$I/program/classes/jurt.jar"
-Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
-Dorg.openoffice.test.arg.user=file://$W/JunitTest/extensions_unoapi/user
-Dorg.openoffice.test.arg.workdir=$W/JunitTest/extensions_unoapi/user
-Dorg.openoffice.test.arg.postprocesscommand=$S/solenv/bin/gdb-core-bt.sh
-Dorg.openoffice.test.arg.soffice="path:$I/program/soffice"
-Dorg.openoffice.test.arg.sce=$S/extensions/qa/unoapi/extensions.sce
-Dorg.openoffice.test.arg.xcl=$S/extensions/qa/unoapi/knownissues.xcl
-Dorg.openoffice.test.arg.tdoc=$S/extensions/qa/unoapi/testdocuments org.junit.runner.JUnitCore
org.openoffice.test.UnoApiTest > $W/JunitTest/extensions_unoapi/done.log 2>&1 || (cat
$W/JunitTest/extensions_unoapi/done.log && echo "to rerun just this failed test without all others,
run:" && echo && echo " make JunitTest_extensions_unoapi" && echo && echo "cd into the module
dir to run the tests faster" && echo "Or to do interactive debugging, run two shells with:" && echo
&& echo " make debugrun" && echo " make gb_JunitTest_DEBUGRUN=T JunitTest_extensions_unoapi"
&& echo && false))
[build SCK] extensions
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p
$W/Module/subsequentcheck/ && touch $W/Module/subsequentcheck/extensions
[build JUT] forms_unoapi_1
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && rm -rf
$W/JunitTest/forms_unoapi_1/user && mkdir -p $W/JunitTest/forms_unoapi_1/user/user && cp
$S/qadevOOo/qa/registrymodifications.xcu $W/JunitTest/forms_unoapi_1/user/user/ &&
(/usr/lib/jvm/default-java/bin/java -Xmx64M -classpath
"$W/JavaClassSet/JunitTest/forms_unoapi_1:/usr/share/java/junit4.jar:$I/program:$W/Jar/OOoRunner.jar:$I/program/classes/ridl.jar:$W/Jar/test.jar:$I/program/classes/unoil.jar:$I/program/classes/jurt.jar"
-Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
-Dorg.openoffice.test.arg.user=file://$W/JunitTest/forms_unoapi_1/user
-Dorg.openoffice.test.arg.workdir=$W/JunitTest/forms_unoapi_1/user
-Dorg.openoffice.test.arg.postprocesscommand=$S/solenv/bin/gdb-core-bt.sh
-Dorg.openoffice.test.arg.soffice="path:$I/program/soffice"
-Dorg.openoffice.test.arg.sce=$S/forms/qa/unoapi/forms_1.sce
-Dorg.openoffice.test.arg.xcl=$S/forms/qa/unoapi/knownissues.xcl
-Dorg.openoffice.test.arg.tdoc=$S/forms/qa/unoapi/testdocuments org.junit.runner.JUnitCore
org.openoffice.test.UnoApiTest > $W/JunitTest/forms_unoapi_1/done.log 2>&1 || (cat
$W/JunitTest/forms_unoapi_1/done.log && echo "to rerun just this failed test without all others,
run:" && echo && echo " make JunitTest_forms_unoapi_1" && echo && echo "cd into the module dir
to run the tests faster" && echo "Or to do interactive debugging, run two shells with:" && echo &&
echo " make debugrun" && echo " make gb_JunitTest_DEBUGRUN=T JunitTest_forms_unoapi_1" &&
echo && false))
[build JUT] forms_unoapi_2
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && rm -rf
$W/JunitTest/forms_unoapi_2/user && mkdir -p $W/JunitTest/forms_unoapi_2/user/user && cp
$S/qadevOOo/qa/registrymodifications.xcu $W/JunitTest/forms_unoapi_2/user/user/ &&
(/usr/lib/jvm/default-java/bin/java -Xmx64M -classpath
"$W/JavaClassSet/JunitTest/forms_unoapi_2:/usr/share/java/junit4.jar:$I/program:$W/Jar/OOoRunner.jar:$I/program/classes/ridl.jar:$W/Jar/test.jar:$I/program/classes/unoil.jar:$I/program/classes/jurt.jar"
-Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
-Dorg.openoffice.test.arg.user=file://$W/JunitTest/forms_unoapi_2/user
-Dorg.openoffice.test.arg.workdir=$W/JunitTest/forms_unoapi_2/user
-Dorg.openoffice.test.arg.postprocesscommand=$S/solenv/bin/gdb-core-bt.sh
-Dorg.openoffice.test.arg.soffice="path:$I/program/soffice"
-Dorg.openoffice.test.arg.sce=$S/forms/qa/unoapi/forms_2.sce
-Dorg.openoffice.test.arg.xcl=$S/forms/qa/unoapi/knownissues.xcl
-Dorg.openoffice.test.arg.tdoc=$S/forms/qa/unoapi/testdocuments org.junit.runner.JUnitCore
org.openoffice.test.UnoApiTest > $W/JunitTest/forms_unoapi_2/done.log 2>&1 || (cat
$W/JunitTest/forms_unoapi_2/done.log && echo "to rerun just this failed test without all others,
run:" && echo && echo " make JunitTest_forms_unoapi_2" && echo && echo "cd into the module dir
to run the tests faster" && echo "Or to do interactive debugging, run two shells with:" && echo &&
echo " make debugrun" && echo " make gb_JunitTest_DEBUGRUN=T JunitTest_forms_unoapi_2" &&
echo && false))
[build JUT] forms_unoapi_3
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && rm -rf
$W/JunitTest/forms_unoapi_3/user && mkdir -p $W/JunitTest/forms_unoapi_3/user/user && cp
$S/qadevOOo/qa/registrymodifications.xcu $W/JunitTest/forms_unoapi_3/user/user/ &&
(/usr/lib/jvm/default-java/bin/java -Xmx64M -classpath
"$W/JavaClassSet/JunitTest/forms_unoapi_3:/usr/share/java/junit4.jar:$I/program:$W/Jar/OOoRunner.jar:$I/program/classes/ridl.jar:$W/Jar/test.jar:$I/program/classes/unoil.jar:$I/program/classes/jurt.jar"
-Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
-Dorg.openoffice.test.arg.user=file://$W/JunitTest/forms_unoapi_3/user
-Dorg.openoffice.test.arg.workdir=$W/JunitTest/forms_unoapi_3/user
-Dorg.openoffice.test.arg.postprocesscommand=$S/solenv/bin/gdb-core-bt.sh
-Dorg.openoffice.test.arg.soffice="path:$I/program/soffice"
-Dorg.openoffice.test.arg.sce=$S/forms/qa/unoapi/forms_3.sce
-Dorg.openoffice.test.arg.xcl=$S/forms/qa/unoapi/knownissues.xcl
-Dorg.openoffice.test.arg.tdoc=$S/forms/qa/unoapi/testdocuments org.junit.runner.JUnitCore
org.openoffice.test.UnoApiTest > $W/JunitTest/forms_unoapi_3/done.log 2>&1 || (cat
$W/JunitTest/forms_unoapi_3/done.log && echo "to rerun just this failed test without all others,
run:" && echo && echo " make JunitTest_forms_unoapi_3" && echo && echo "cd into the module dir
to run the tests faster" && echo "Or to do interactive debugging, run two shells with:" && echo &&
echo " make debugrun" && echo " make gb_JunitTest_DEBUGRUN=T JunitTest_forms_unoapi_3" &&
echo && false))
[build JUT] forms_unoapi_4
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && rm -rf
$W/JunitTest/forms_unoapi_4/user && mkdir -p $W/JunitTest/forms_unoapi_4/user/user && cp
$S/qadevOOo/qa/registrymodifications.xcu $W/JunitTest/forms_unoapi_4/user/user/ &&
(/usr/lib/jvm/default-java/bin/java -Xmx64M -classpath
"$W/JavaClassSet/JunitTest/forms_unoapi_4:/usr/share/java/junit4.jar:$I/program:$W/Jar/OOoRunner.jar:$I/program/classes/ridl.jar:$W/Jar/test.jar:$I/program/classes/unoil.jar:$I/program/classes/jurt.jar"
-Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
-Dorg.openoffice.test.arg.user=file://$W/JunitTest/forms_unoapi_4/user
-Dorg.openoffice.test.arg.workdir=$W/JunitTest/forms_unoapi_4/user
-Dorg.openoffice.test.arg.postprocesscommand=$S/solenv/bin/gdb-core-bt.sh
-Dorg.openoffice.test.arg.soffice="path:$I/program/soffice"
-Dorg.openoffice.test.arg.sce=$S/forms/qa/unoapi/forms_4.sce
-Dorg.openoffice.test.arg.xcl=$S/forms/qa/unoapi/knownissues.xcl
-Dorg.openoffice.test.arg.tdoc=$S/forms/qa/unoapi/testdocuments org.junit.runner.JUnitCore
org.openoffice.test.UnoApiTest > $W/JunitTest/forms_unoapi_4/done.log 2>&1 || (cat
$W/JunitTest/forms_unoapi_4/done.log && echo "to rerun just this failed test without all others,
run:" && echo && echo " make JunitTest_forms_unoapi_4" && echo && echo "cd into the module dir
to run the tests faster" && echo "Or to do interactive debugging, run two shells with:" && echo &&
echo " make debugrun" && echo " make gb_JunitTest_DEBUGRUN=T JunitTest_forms_unoapi_4" &&
echo && false))
[build JUT] forms_complex
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && rm -rf
$W/JunitTest/forms_complex/user && mkdir -p $W/JunitTest/forms_complex/user/user && cp
$S/qadevOOo/qa/registrymodifications.xcu $W/JunitTest/forms_complex/user/user/ &&
(/usr/lib/jvm/default-java/bin/java -Xmx64M -classpath
"$W/JavaClassSet/JunitTest/forms_complex:/usr/share/java/junit4.jar:$I/program:$W/Jar/OOoRunner.jar:$I/program/classes/ridl.jar:$W/Jar/test.jar:$I/program/classes/unoil.jar:$I/program/classes/jurt.jar"
-Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
-Dorg.openoffice.test.arg.user=file://$W/JunitTest/forms_complex/user
-Dorg.openoffice.test.arg.workdir=$W/JunitTest/forms_complex/user
-Dorg.openoffice.test.arg.postprocesscommand=$S/solenv/bin/gdb-core-bt.sh
-Dorg.openoffice.test.arg.soffice="path:$I/program/soffice" org.junit.runner.JUnitCore
complex.forms.CheckOGroupBoxModel > $W/JunitTest/forms_complex/done.log 2>&1 || (cat
$W/JunitTest/forms_complex/done.log && echo "to rerun just this failed test without all others,
run:" && echo && echo " make JunitTest_forms_complex" && echo && echo "cd into the module dir to
run the tests faster" && echo "Or to do interactive debugging, run two shells with:" && echo &&
echo " make debugrun" && echo " make gb_JunitTest_DEBUGRUN=T JunitTest_forms_complex" && echo
&& false))
[build SCK] forms
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p
$W/Module/subsequentcheck/ && touch $W/Module/subsequentcheck/forms
[build JUT] framework_complex
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && rm -rf
$W/JunitTest/framework_complex/user && mkdir -p $W/JunitTest/framework_complex/user/user && cp
$S/qadevOOo/qa/registrymodifications.xcu $W/JunitTest/framework_complex/user/user/ &&
(/usr/lib/jvm/default-java/bin/java -Xmx64M -classpath
"$W/JavaClassSet/JunitTest/framework_complex:/usr/share/java/junit4.jar:$I/program:$W/Jar/OOoRunner.jar:$I/program/classes/ridl.jar:$W/Jar/test.jar:$I/program/classes/unoil.jar:$I/program/classes/jurt.jar"
-Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
-Dorg.openoffice.test.arg.user=file://$W/JunitTest/framework_complex/user
-Dorg.openoffice.test.arg.workdir=$W/JunitTest/framework_complex/user
-Dorg.openoffice.test.arg.postprocesscommand=$S/solenv/bin/gdb-core-bt.sh
-Dorg.openoffice.test.arg.soffice="path:$I/program/soffice"
-Dorg.openoffice.test.arg.tdoc=$S/framework/qa/complex/broken_document/test_documents
org.junit.runner.JUnitCore > $W/JunitTest/framework_complex/done.log 2>&1 || (cat
$W/JunitTest/framework_complex/done.log && echo "to rerun just this failed test without all others,
run:" && echo && echo " make JunitTest_framework_complex" && echo && echo "cd into the module
dir to run the tests faster" && echo "Or to do interactive debugging, run two shells with:" && echo
&& echo " make debugrun" && echo " make gb_JunitTest_DEBUGRUN=T JunitTest_framework_complex"
&& echo && false))
[build JUT] framework_unoapi
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && rm -rf
$W/JunitTest/framework_unoapi/user && mkdir -p $W/JunitTest/framework_unoapi/user/user && cp
$S/qadevOOo/qa/registrymodifications.xcu $W/JunitTest/framework_unoapi/user/user/ &&
(/usr/lib/jvm/default-java/bin/java -Xmx64M -classpath
"$W/JavaClassSet/JunitTest/framework_unoapi:/usr/share/java/junit4.jar:$I/program:$W/Jar/OOoRunner.jar:$I/program/classes/ridl.jar:$W/Jar/test.jar:$I/program/classes/unoil.jar:$I/program/classes/jurt.jar"
-Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
-Dorg.openoffice.test.arg.user=file://$W/JunitTest/framework_unoapi/user
-Dorg.openoffice.test.arg.workdir=$W/JunitTest/framework_unoapi/user
-Dorg.openoffice.test.arg.postprocesscommand=$S/solenv/bin/gdb-core-bt.sh
-Dorg.openoffice.test.arg.soffice="path:$I/program/soffice"
-Dorg.openoffice.test.arg.sce=$S/framework/qa/unoapi/framework.sce
-Dorg.openoffice.test.arg.xcl=$S/framework/qa/unoapi/knownissues.xcl
-Dorg.openoffice.test.arg.tdoc=$S/framework/qa/unoapi/testdocuments org.junit.runner.JUnitCore
org.openoffice.test.UnoApiTest > $W/JunitTest/framework_unoapi/done.log 2>&1 || (cat
$W/JunitTest/framework_unoapi/done.log && echo "to rerun just this failed test without all others,
run:" && echo && echo " make JunitTest_framework_unoapi" && echo && echo "cd into the module dir
to run the tests faster" && echo "Or to do interactive debugging, run two shells with:" && echo &&
echo " make debugrun" && echo " make gb_JunitTest_DEBUGRUN=T JunitTest_framework_unoapi" &&
echo && false))
[build SCK] framework
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p
$W/Module/subsequentcheck/ && touch $W/Module/subsequentcheck/framework
[build CUT] io_textinputstream
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/io_textinputstream.test.user && mkdir
$W/CppunitTest/io_textinputstream.test.user && rm -fr
$W/CppunitTest/io_textinputstream.test.core && mkdir $W/CppunitTest/io_textinputstream.test.core &&
cd $W/CppunitTest/io_textinputstream.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_io_textinputstream.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/io_textinputstream.test.user"
"-env:UNO_TYPES=file://$I/program/types.rdb" "-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb"
-env:URE_INTERNAL_LIB_DIR=file://$I/program -env:LO_LIB_DIR=file://$I/program
-env:LO_JAVA_DIR=file://$I/program/classes --protector
$W/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector
"-env:CPPUNITTESTTARGET=$W/CppunitTest/io_textinputstream.test" >
$W/CppunitTest/io_textinputstream.test.log 2>&1 || ( RET=$?; $S/solenv/bin/gdb-core-bt.sh
$W/LinkTarget/Executable/cppunittester $W/CppunitTest/io_textinputstream.test.core $RET >>
$W/CppunitTest/io_textinputstream.test.log 2>&1; cat $W/CppunitTest/io_textinputstream.test.log;
$S/solenv/bin/unittest-failed.sh Cppunit io_textinputstream LINUX))
[build SCK] io
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p
$W/Module/subsequentcheck/ && touch $W/Module/subsequentcheck/io
[build JUT] juh
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && rm -rf
$W/JunitTest/juh/user && mkdir -p $W/JunitTest/juh/user/user && cp
$S/qadevOOo/qa/registrymodifications.xcu $W/JunitTest/juh/user/user/ &&
(/usr/lib/jvm/default-java/bin/java -Xmx64M -classpath
"$W/JavaClassSet/JunitTest/juh:/usr/share/java/junit4.jar:$I/program:$W/Jar/OOoRunner.jar:$I/program/classes/ridl.jar:$I/program/classes/jurt.jar:$W/JavaClassSet/Jar/ridljar"
-Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
-Dorg.openoffice.test.arg.user=file://$W/JunitTest/juh/user
-Dorg.openoffice.test.arg.workdir=$W/JunitTest/juh/user
-Dorg.openoffice.test.arg.postprocesscommand=$S/solenv/bin/gdb-core-bt.sh
-Dorg.openoffice.test.arg.soffice="path:$I/program/soffice" -XX:MaxGCPauseMillis=50
org.junit.runner.JUnitCore com.sun.star.comp.helper.ComponentContext_Test
com.sun.star.lib.uno.helper.ComponentBase_Test com.sun.star.lib.uno.helper.InterfaceContainer_Test
com.sun.star.lib.uno.helper.MultiTypeInterfaceContainer_Test
com.sun.star.lib.uno.helper.PropertySet_Test com.sun.star.lib.uno.helper.WeakBase_Test >
$W/JunitTest/juh/done.log 2>&1 || (cat $W/JunitTest/juh/done.log && echo "to rerun just this failed
test without all others, run:" && echo && echo " make JunitTest_juh" && echo && echo "cd into
the module dir to run the tests faster" && echo "Or to do interactive debugging, run two shells
with:" && echo && echo " make debugrun" && echo " make gb_JunitTest_DEBUGRUN=T JunitTest_juh"
&& echo && false))
[build SCK] javaunohelper
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p
$W/Module/subsequentcheck/ && touch $W/Module/subsequentcheck/javaunohelper
[build JUT] jurt_bridgefactory
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && rm -rf
$W/JunitTest/jurt_bridgefactory/user && mkdir -p $W/JunitTest/jurt_bridgefactory/user/user && cp
$S/qadevOOo/qa/registrymodifications.xcu $W/JunitTest/jurt_bridgefactory/user/user/ &&
(/usr/lib/jvm/default-java/bin/java -Xmx64M -classpath
"$W/JavaClassSet/JunitTest/jurt_bridgefactory:/usr/share/java/junit4.jar:$I/program:$I/program/classes/ridl.jar:$W/JavaClassSet/Jar/jurt"
-Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
-Dorg.openoffice.test.arg.user=file://$W/JunitTest/jurt_bridgefactory/user
-Dorg.openoffice.test.arg.workdir=$W/JunitTest/jurt_bridgefactory/user
-Dorg.openoffice.test.arg.postprocesscommand=$S/solenv/bin/gdb-core-bt.sh
-Dorg.openoffice.test.arg.soffice="path:$I/program/soffice" org.junit.runner.JUnitCore
com.sun.star.comp.bridgefactory.BridgeFactory_Test > $W/JunitTest/jurt_bridgefactory/done.log 2>&1
|| (cat $W/JunitTest/jurt_bridgefactory/done.log && echo "to rerun just this failed test without
all others, run:" && echo && echo " make JunitTest_jurt_bridgefactory" && echo && echo "cd into
the module dir to run the tests faster" && echo "Or to do interactive debugging, run two shells
with:" && echo && echo " make debugrun" && echo " make gb_JunitTest_DEBUGRUN=T
JunitTest_jurt_bridgefactory" && echo && false))
[build JUT] jurt_connections
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && rm -rf
$W/JunitTest/jurt_connections/user && mkdir -p $W/JunitTest/jurt_connections/user/user && cp
$S/qadevOOo/qa/registrymodifications.xcu $W/JunitTest/jurt_connections/user/user/ &&
(/usr/lib/jvm/default-java/bin/java -Xmx64M -classpath
"$W/JavaClassSet/JunitTest/jurt_connections:/usr/share/java/junit4.jar:$I/program:$I/program/classes/ridl.jar:$W/JavaClassSet/Jar/jurt"
-Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
-Dorg.openoffice.test.arg.user=file://$W/JunitTest/jurt_connections/user
-Dorg.openoffice.test.arg.workdir=$W/JunitTest/jurt_connections/user
-Dorg.openoffice.test.arg.postprocesscommand=$S/solenv/bin/gdb-core-bt.sh
-Dorg.openoffice.test.arg.soffice="path:$I/program/soffice" org.junit.runner.JUnitCore
com.sun.star.comp.connections.PipedConnection_Test > $W/JunitTest/jurt_connections/done.log 2>&1
|| (cat $W/JunitTest/jurt_connections/done.log && echo "to rerun just this failed test without all
others, run:" && echo && echo " make JunitTest_jurt_connections" && echo && echo "cd into the
module dir to run the tests faster" && echo "Or to do interactive debugging, run two shells with:"
&& echo && echo " make debugrun" && echo " make gb_JunitTest_DEBUGRUN=T
JunitTest_jurt_connections" && echo && false))
[build JUT] jurt_java
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && rm -rf
$W/JunitTest/jurt_java/user && mkdir -p $W/JunitTest/jurt_java/user/user && cp
$S/qadevOOo/qa/registrymodifications.xcu $W/JunitTest/jurt_java/user/user/ &&
(/usr/lib/jvm/default-java/bin/java -Xmx64M -classpath
"$W/JavaClassSet/JunitTest/jurt_java:/usr/share/java/junit4.jar:$I/program:$I/program/classes/ridl.jar:$W/JavaClassSet/Jar/jurt"
-Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
-Dorg.openoffice.test.arg.user=file://$W/JunitTest/jurt_java/user
-Dorg.openoffice.test.arg.workdir=$W/JunitTest/jurt_java/user
-Dorg.openoffice.test.arg.postprocesscommand=$S/solenv/bin/gdb-core-bt.sh
-Dorg.openoffice.test.arg.soffice="path:$I/program/soffice" org.junit.runner.JUnitCore
com.sun.star.lib.uno.environments.java.java_environment_Test > $W/JunitTest/jurt_java/done.log
2>&1 || (cat $W/JunitTest/jurt_java/done.log && echo "to rerun just this failed test without all
others, run:" && echo && echo " make JunitTest_jurt_java" && echo && echo "cd into the module
dir to run the tests faster" && echo "Or to do interactive debugging, run two shells with:" && echo
&& echo " make debugrun" && echo " make gb_JunitTest_DEBUGRUN=T JunitTest_jurt_java" && echo
&& false))
[build JUT] jurt_java_remote
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && rm -rf
$W/JunitTest/jurt_java_remote/user && mkdir -p $W/JunitTest/jurt_java_remote/user/user && cp
$S/qadevOOo/qa/registrymodifications.xcu $W/JunitTest/jurt_java_remote/user/user/ &&
(/usr/lib/jvm/default-java/bin/java -Xmx64M -classpath
"$W/JavaClassSet/JunitTest/jurt_java_remote:/usr/share/java/junit4.jar:$I/program:$W/Jar/OOoRunner.jar:$I/program/classes/ridl.jar:$W/JavaClassSet/Jar/jurt"
-Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
-Dorg.openoffice.test.arg.user=file://$W/JunitTest/jurt_java_remote/user
-Dorg.openoffice.test.arg.workdir=$W/JunitTest/jurt_java_remote/user
-Dorg.openoffice.test.arg.postprocesscommand=$S/solenv/bin/gdb-core-bt.sh
-Dorg.openoffice.test.arg.soffice="path:$I/program/soffice" org.junit.runner.JUnitCore
com.sun.star.lib.uno.bridges.java_remote.BridgedObject_Test
com.sun.star.lib.uno.bridges.java_remote.ProxyFactory_Test
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge_Test >
$W/JunitTest/jurt_java_remote/done.log 2>&1 || (cat $W/JunitTest/jurt_java_remote/done.log && echo
"to rerun just this failed test without all others, run:" && echo && echo " make
JunitTest_jurt_java_remote" && echo && echo "cd into the module dir to run the tests faster" &&
echo "Or to do interactive debugging, run two shells with:" && echo && echo " make debugrun" &&
echo " make gb_JunitTest_DEBUGRUN=T JunitTest_jurt_java_remote" && echo && false))
[build JUT] jurt_remote
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && rm -rf
$W/JunitTest/jurt_remote/user && mkdir -p $W/JunitTest/jurt_remote/user/user && cp
$S/qadevOOo/qa/registrymodifications.xcu $W/JunitTest/jurt_remote/user/user/ &&
(/usr/lib/jvm/default-java/bin/java -Xmx64M -classpath
"$W/JavaClassSet/JunitTest/jurt_remote:/usr/share/java/junit4.jar:$I/program:$I/program/classes/ridl.jar:$W/JavaClassSet/Jar/jurt"
-Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
-Dorg.openoffice.test.arg.user=file://$W/JunitTest/jurt_remote/user
-Dorg.openoffice.test.arg.workdir=$W/JunitTest/jurt_remote/user
-Dorg.openoffice.test.arg.postprocesscommand=$S/solenv/bin/gdb-core-bt.sh
-Dorg.openoffice.test.arg.soffice="path:$I/program/soffice" org.junit.runner.JUnitCore
com.sun.star.lib.uno.environments.remote.JavaThreadPoolFactory_Test
com.sun.star.lib.uno.environments.remote.JobQueue_Test
com.sun.star.lib.uno.environments.remote.ThreadId_Test
com.sun.star.lib.uno.environments.remote.ThreadPool_Test > $W/JunitTest/jurt_remote/done.log 2>&1
|| (cat $W/JunitTest/jurt_remote/done.log && echo "to rerun just this failed test without all
others, run:" && echo && echo " make JunitTest_jurt_remote" && echo && echo "cd into the module
dir to run the tests faster" && echo "Or to do interactive debugging, run two shells with:" && echo
&& echo " make debugrun" && echo " make gb_JunitTest_DEBUGRUN=T JunitTest_jurt_remote" &&
echo && false))
[build JUT] jurt_uno
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && rm -rf
$W/JunitTest/jurt_uno/user && mkdir -p $W/JunitTest/jurt_uno/user/user && cp
$S/qadevOOo/qa/registrymodifications.xcu $W/JunitTest/jurt_uno/user/user/ &&
(/usr/lib/jvm/default-java/bin/java -Xmx64M -classpath
"$W/JavaClassSet/JunitTest/jurt_uno:/usr/share/java/junit4.jar:$I/program:$W/Jar/OOoRunner.jar:$I/program/classes/ridl.jar:$W/JavaClassSet/Jar/jurt"
-Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
-Dorg.openoffice.test.arg.user=file://$W/JunitTest/jurt_uno/user
-Dorg.openoffice.test.arg.workdir=$W/JunitTest/jurt_uno/user
-Dorg.openoffice.test.arg.postprocesscommand=$S/solenv/bin/gdb-core-bt.sh
-Dorg.openoffice.test.arg.soffice="path:$I/program/soffice" org.junit.runner.JUnitCore
com.sun.star.uno.AnyConverter_Test com.sun.star.uno.UnoRuntime_EnvironmentTest
com.sun.star.uno.WeakReference_Test > $W/JunitTest/jurt_uno/done.log 2>&1 || (cat
$W/JunitTest/jurt_uno/done.log && echo "to rerun just this failed test without all others, run:" &&
echo && echo " make JunitTest_jurt_uno" && echo && echo "cd into the module dir to run the tests
faster" && echo "Or to do interactive debugging, run two shells with:" && echo && echo " make
debugrun" && echo " make gb_JunitTest_DEBUGRUN=T JunitTest_jurt_uno" && echo && false))
[build JUT] jurt_urp
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && rm -rf
$W/JunitTest/jurt_urp/user && mkdir -p $W/JunitTest/jurt_urp/user/user && cp
$S/qadevOOo/qa/registrymodifications.xcu $W/JunitTest/jurt_urp/user/user/ &&
(/usr/lib/jvm/default-java/bin/java -Xmx64M -classpath
"$W/JavaClassSet/JunitTest/jurt_urp:/usr/share/java/junit4.jar:$I/program:$W/CustomTarget/jurt/test/com/sun/star/lib/uno/protocols/urp:$I/program/classes/ridl.jar:$W/JavaClassSet/Jar/jurt"
-Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
-Dorg.openoffice.test.arg.user=file://$W/JunitTest/jurt_urp/user
-Dorg.openoffice.test.arg.workdir=$W/JunitTest/jurt_urp/user
-Dorg.openoffice.test.arg.postprocesscommand=$S/solenv/bin/gdb-core-bt.sh
-Dorg.openoffice.test.arg.soffice="path:$I/program/soffice" org.junit.runner.JUnitCore
com.sun.star.lib.uno.protocols.urp.Cache_Test com.sun.star.lib.uno.protocols.urp.Marshaling_Test
com.sun.star.lib.uno.protocols.urp.Protocol_Test > $W/JunitTest/jurt_urp/done.log 2>&1 || (cat
$W/JunitTest/jurt_urp/done.log && echo "to rerun just this failed test without all others, run:" &&
echo && echo " make JunitTest_jurt_urp" && echo && echo "cd into the module dir to run the tests
faster" && echo "Or to do interactive debugging, run two shells with:" && echo && echo " make
debugrun" && echo " make gb_JunitTest_DEBUGRUN=T JunitTest_jurt_urp" && echo && false))
[build JUT] jurt_util
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && rm -rf
$W/JunitTest/jurt_util/user && mkdir -p $W/JunitTest/jurt_util/user/user && cp
$S/qadevOOo/qa/registrymodifications.xcu $W/JunitTest/jurt_util/user/user/ &&
(/usr/lib/jvm/default-java/bin/java -Xmx64M -classpath
"$W/JavaClassSet/JunitTest/jurt_util:/usr/share/java/junit4.jar:$I/program:$I/program/classes/ridl.jar:$W/JavaClassSet/Jar/jurt"
-Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}"
-Dorg.openoffice.test.arg.user=file://$W/JunitTest/jurt_util/user
-Dorg.openoffice.test.arg.workdir=$W/JunitTest/jurt_util/user
-Dorg.openoffice.test.arg.postprocesscommand=$S/solenv/bin/gdb-core-bt.sh
-Dorg.openoffice.test.arg.soffice="path:$I/program/soffice" org.junit.runner.JUnitCore
com.sun.star.lib.util.NativeLibraryLoader_Test > $W/JunitTest/jurt_util/done.log 2>&1 || (cat
$W/JunitTest/jurt_util/done.log && echo "to rerun just this failed test without all others, run:"
&& echo && echo " make JunitTest_jurt_util" && echo && echo "cd into the module dir to run the
tests faster" && echo "Or to do interactive debugging, run two shells with:" && echo && echo "
make debugrun" && echo " make gb_JunitTest_DEBUGRUN=T JunitTest_jurt_util" && echo && false))
[build SCK] jurt
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p
$W/Module/subsequentcheck/ && touch $W/Module/subsequentcheck/jurt
[build CUT] libreofficekit_tiledrendering
S=/home/rene/LibreOffice/git/master && I=$S/instdir && W=$S/workdir && mkdir -p $W/CppunitTest/ &&
rm -fr $W/CppunitTest/libreofficekit_tiledrendering.test.user && mkdir
$W/CppunitTest/libreofficekit_tiledrendering.test.user && rm -fr
$W/CppunitTest/libreofficekit_tiledrendering.test.core && mkdir
$W/CppunitTest/libreofficekit_tiledrendering.test.core && cd
$W/CppunitTest/libreofficekit_tiledrendering.test.core &&
(LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
MALLOC_CHECK_=2 MALLOC_PERTURB_=153 $W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_libreofficekit_tiledrendering.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/libreofficekit_tiledrendering.test.user"
"-env:CPPUNITTESTTARGET=$W/CppunitTest/libreofficekit_tiledrendering.test" >
$W/CppunitTest/libreofficekit_tiledrendering.test.log 2>&1 || ( RET=$?;
$S/solenv/bin/gdb-core-bt.sh $W/LinkTarget/Executable/cppunittester
$W/CppunitTest/libreofficekit_tiledrendering.test.core $RET >>
$W/CppunitTest/libreofficekit_tiledrendering.test.log 2>&1; cat
$W/CppunitTest/libreofficekit_tiledrendering.test.log; $S/solenv/bin/unittest-failed.sh Cppunit
libreofficekit_tiledrendering LINUX))
:1: parser error : Document is empty
ELF
^
:1: parser error : Document is empty
ELF
^
:1: parser error : Document is empty
ELF
^
:1: parser error : Document is empty
ELF
^
:1: parser error : Document is empty
ELF
^
:1: parser error : Document is empty
ELF
^
:1: parser error : Document is empty
ELF
^
:1: parser error : Document is empty
ELF
^
:1: parser error : Document is empty
ELF
^
OK (1)
Segmentation fault (core dumped)
It looks like /home/rene/LibreOffice/git/master/workdir/LinkTarget/Executable/cppunittester
generated a core file at
/home/rene/LibreOffice/git/master/workdir/CppunitTest/libreofficekit_tiledrendering.test.core/core
Backtraces:
[New LWP 28086]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by
`/home/rene/LibreOffice/git/master/workdir/LinkTarget/Executable/cppunittester /'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00002b3ef50a9a49 in TYPELIB_DANGER_GET (pMacroTypeRef=0x29556c0,
ppMacroTypeDescr=0x7fff52683a60) at
/home/rene/LibreOffice/git/master/include/typelib/typedescription.h:1008
1008 else if (!pMacroTypeRef->pType || !pMacroTypeRef->pType->pWeakRef)
warning: File "/home/rene/LibreOffice/git/master/instdir/program/libuno_sal.so.3-gdb.py"
auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
To enable execution of this file add
add-auto-load-safe-path
/home/rene/LibreOffice/git/master/instdir/program/libuno_sal.so.3-gdb.py
line to your configuration file "/tmp/tmp.ybexprhoMK/.gdbinit".
To completely disable this security protection add
set auto-load safe-path /
line to your configuration file "/tmp/tmp.ybexprhoMK/.gdbinit".
For more information about this security protection see the
"Auto-loading safe path" section in the GDB manual. E.g., run from the shell:
info "(gdb)Auto-loading safe path"
warning: File "/home/rene/LibreOffice/git/master/instdir/program/libmergedlo.so-gdb.py"
auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
warning: File "/home/rene/LibreOffice/git/master/instdir/program/libuno_cppu.so.3-gdb.py"
auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
warning: File "/home/rene/LibreOffice/git/master/instdir/program/libswlo.so-gdb.py" auto-loading
has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
Thread 1 (Thread 0x2b3ee8067b40 (LWP 28086)):
#0 0x00002b3ef50a9a49 in uno_type_sequence_construct(uno_Sequence**,
typelib_TypeDescriptionReference*, void*, sal_Int32, uno_AcquireFunc) (pMacroTypeRef=0x29556c0,
ppMacroTypeDescr=0x7fff52683a60) at
/home/rene/LibreOffice/git/master/include/typelib/typedescription.h:1008
pTypeDescr = 0x0
pElementType = <optimized out>
ret = <optimized out>
#1 0x00002b3ef50a9a49 in uno_type_sequence_construct(uno_Sequence**,
typelib_TypeDescriptionReference*, void*, sal_Int32, uno_AcquireFunc)
(ppSequence=ppSequence@entry=0x7fff52683ab0, pType=0x29556c0, pElements=pElements@entry=0x0,
len=len@entry=15, acquire=acquire@entry=0x2b3ef52d96c0 <com::sun::star::uno::cpp_acquire(void*)>)
at /home/rene/LibreOffice/git/master/cppu/source/uno/sequence.cxx:695
pTypeDescr = 0x0
pElementType = <optimized out>
ret = <optimized out>
#2 0x00002b3ef530b8e9 in
cppu::sequenceRemoveElementAt(com::sun::star::uno::Sequence<com::sun::star::uno::Reference<com::sun::star::uno::XInterface>
&, sal_Int32) (len=15, this=0x7fff52683ab0) at
/home/rene/LibreOffice/git/master/include/com/sun/star/uno/Sequence.hxx:89
rType = @0x2b3ef55a22f0: {_pType = 0x29556c0}
success = <optimized out>
nNewLen = 15
aDestSeq = {_pSequence = 0x1e28060, static s_pType = 0x29556c0}
i = <optimized out>
#3 0x00002b3ef530b8e9 in
cppu::sequenceRemoveElementAt(com::sun::star::uno::Sequence<com::sun::star::uno::Reference<com::sun::star::uno::XInterface>
&, sal_Int32) (rSeq=..., index=15) at
/home/rene/LibreOffice/git/master/cppuhelper/source/interfacecontainer.cxx:54
nNewLen = 15
aDestSeq = {_pSequence = 0x1e28060, static s_pType = 0x29556c0}
i = <optimized out>
#4 0x00002b3ef530c487 in
cppu::OInterfaceContainerHelper::removeInterface(com::sun::star::uno::Reference<com::sun::star::uno::XInterface>
const&) (this=this@entry=0x2c69e48, rListener=...) at
/home/rene/LibreOffice/git/master/cppuhelper/source/interfacecontainer.cxx:267
i = <optimized out>
aGuard = {pT = 0x1d1a280}
#5 0x00002b3ef5372005 in com::sun::star::uno::WeakReferenceHelper::clear() (rRef=...,
this=0x2c69e30) at /home/rene/LibreOffice/git/master/cppuhelper/source/weak.cxx:166
#6 0x00002b3ef5372005 in com::sun::star::uno::WeakReferenceHelper::clear() (this=0x2b3eee2e4158
<(anonymous namespace)::Frame::m_xCloserFrame>) at
/home/rene/LibreOffice/git/master/cppuhelper/source/weak.cxx:444
#7 0x00002b3ee8f8abc9 in __run_exit_handlers (status=0, listp=0x2b3ee92f65a8 <__exit_funcs>,
run_list_atexit=run_list_atexit@entry=true) at exit.c:82
atfct = <optimized out>
onfct = <optimized out>
cxafct = <optimized out>
f = <optimized out>
#8 0x00002b3ee8f8ac15 in __GI_exit (status=<optimized out>) at exit.c:104
#9 0x00002b3ee8f74b4c in __libc_start_main (main=0x403240 <main(int, char**)>, argc=7,
argv=0x7fff52683d38, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>,
stack_end=0x7fff52683d28) at libc-start.c:321
result = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, 8163414093099885948, 4207190,
140734575951152, 0, 0, -8163652775119231620, 2825890238505215356}, mask_was_saved = 0}}, priv =
{pad = {0x0, 0x0, 0x407ca0 <__libc_csu_init>, 0x7fff52683d38}, data = {prev = 0x0, cleanup = 0x0,
canceltype = 4226208}}}
not_first_call = <optimized out>
#10 0x000000000040327f in _start ()
Error: a unit test failed, please do one of:
export DEBUGCPPUNIT=TRUE # for exception catching
export CPPUNITTRACE="gdb --args" # for interactive debugging on Linux
export VALGRIND=memcheck # for memory checking
and retry using: make CppunitTest_libreofficekit_tiledrendering
/home/rene/LibreOffice/git/master/solenv/gbuild/CppunitTest.mk:87: recipe for target
'/home/rene/LibreOffice/git/master/workdir/CppunitTest/libreofficekit_tiledrendering.test' failed
make[4]: ***
[/home/rene/LibreOffice/git/master/workdir/CppunitTest/libreofficekit_tiledrendering.test] Error 1
make[4]: Leaving directory '/home/rene/LibreOffice/git/master'
Makefile:244: recipe for target 'build' failed
make[3]: *** [build] Error 2
make[3]: Leaving directory '/home/rene/LibreOffice/git/master'
/home/rene/LibreOffice/git/master/debian/rules:1982: recipe for target 'check' failed
make[2]: *** [check] Error 2
make[2]: Leaving directory '/home/rene/LibreOffice/git/master'
/home/rene/LibreOffice/git/master/debian/rules:1914: recipe for target 'debian/stampdir/build-arch'
failed
make[1]: *** [debian/stampdir/build-arch] Error 2
make[1]: Leaving directory '/home/rene/LibreOffice/git/master'
debian/rules:1907: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: Fehler: Fehler-Exitstatus von debian/rules build war 2
Context
- CppunitTest_libreofficekit_tiledrendering constantly fails · Rene Engelhard
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.