[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: The current status of LibreOffice testing cases on riscv64



Hi,

Am 10.01.24 um 17:54 schrieb Rene Engelhard:
> Am 10.01.24 um 12:15 schrieb 陈 璇:
The python side of pyuno does not work properly. Some simple types(such as bool and uint64) are returned with uncleaned higher bits. This may causes the following failing test cases:

Oh, really? Didn't know :/

At least on ricci:

rene@ricci ~/libreoffice-7.6.4~rc1/pyuno
 % make check subsequentcheck
[PYT] pyuno_pytests_testssl
S=/home/rene/libreoffice-7.6.4~rc1 && I=$S/instdir && W=$S/workdir && rm -rf $W/PythonTest/pyuno_pytests_testssl/ && mkdir -p $W/PythonTest/pyuno_pytests_testssl/user/user/autotext && rm -fr $W/PythonTest/pyuno_pytests_testssl/done.core && mkdir $W/PythonTest/pyuno_pytests_testssl/done.core && cd $W/PythonTest/pyuno_pytests_testssl/done.core && { LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs TEST_LIB=$W/LinkTarget/Library/libtest.so URE_BOOTSTRAP=vnd.sun.star.pathname:$I/program/fundamentalrc PYTHONPATH="$S/unotest/source/python:$I/program:$S/pyuno/qa/pytests" UserInstallation=file://$W/PythonTest/pyuno_pytests_testssl/user TestUserDir="file://$W/PythonTest/pyuno_pytests_testssl/" PYTHONDONTWRITEBYTECODE=1 MAX_CONCURRENCY=4 MOZILLA_CERTIFICATE_FOLDER=dbm: SAL_DISABLE_SYNCHRONOUS_PRINTER_DETECTION=1 SAL_USE_VCLPLUGIN=svp LIBO_LANG=C /usr/bin/python3 -m org.libreoffice.unittest testssl ; } 2>&1
.
----------------------------------------------------------------------
Ran 1 test in 0.126s

OK
[CHK] pyuno
S=/home/rene/libreoffice-7.6.4~rc1 && I=$S/instdir && W=$S/workdir && mkdir -p $W/Module/check/ && touch $W/Module/check/pyuno
[SLC] pyuno
S=/home/rene/libreoffice-7.6.4~rc1 && I=$S/instdir && W=$S/workdir && mkdir -p $W/Module/slowcheck/ && touch $W/Module/slowcheck/pyuno
[ALL] All modules but instset: pyuno
touch /home/rene/libreoffice-7.6.4~rc1/workdir/Postprocess/AllModulesButInstsetNative
[PYT] pyuno_pytests_testcollections
S=/home/rene/libreoffice-7.6.4~rc1 && I=$S/instdir && W=$S/workdir && rm -rf $W/PythonTest/pyuno_pytests_testcollections/ && mkdir -p $W/PythonTest/pyuno_pytests_testcollections/user/user/autotext && rm -fr $W/PythonTest/pyuno_pytests_testcollections/done.core && mkdir $W/PythonTest/pyuno_pytests_testcollections/done.core && cd $W/PythonTest/pyuno_pytests_testcollections/done.core && { LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs TEST_LIB=$W/LinkTarget/Library/libtest.so URE_BOOTSTRAP=vnd.sun.star.pathname:$I/program/fundamentalrc PYTHONPATH="$S/unotest/source/python:$I/program:$S/pyuno/qa/pytests" UserInstallation=file://$W/PythonTest/pyuno_pytests_testcollections/user TestUserDir="file://$W/PythonTest/pyuno_pytests_testcollections/" PYTHONDONTWRITEBYTECODE=1 MAX_CONCURRENCY=4 MOZILLA_CERTIFICATE_FOLDER=dbm: SAL_DISABLE_SYNCHRONOUS_PRINTER_DETECTION=1 SAL_USE_VCLPLUGIN=svp LIBO_LANG=C /usr/bin/python3 -m org.libreoffice.unittest testcollections_XIndexAccess testcollections_XIndexReplace testcollections_XIndexContainer testcollections_XNameAccess testcollections_XNameReplace testcollections_XNameContainer testcollections_XEnumerationAccess testcollections_XEnumeration testcollections_XCellRange testcollections_mixednameindex testcollections_misc testcollections_misc2 ; } 2>&1
.......................................................................................
----------------------------------------------------------------------
Ran 87 tests in 596.601s

OK
[PYT] pyuno_pytests_insertremovecells
S=/home/rene/libreoffice-7.6.4~rc1 && I=$S/instdir && W=$S/workdir && rm -rf $W/PythonTest/pyuno_pytests_insertremovecells/ && mkdir -p $W/PythonTest/pyuno_pytests_insertremovecells/user/user/autotext && rm -fr $W/PythonTest/pyuno_pytests_insertremovecells/done.core && mkdir $W/PythonTest/pyuno_pytests_insertremovecells/done.core && cd $W/PythonTest/pyuno_pytests_insertremovecells/done.core && { LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/program:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs TDOC="$S/pyuno/qa/pytests/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/pyuno/qa/pytests" UserInstallation=file://$W/PythonTest/pyuno_pytests_insertremovecells/user TestUserDir="file://$W/PythonTest/pyuno_pytests_insertremovecells/" PYTHONDONTWRITEBYTECODE=1 MAX_CONCURRENCY=4 MOZILLA_CERTIFICATE_FOLDER=dbm: SAL_DISABLE_SYNCHRONOUS_PRINTER_DETECTION=1 SAL_USE_VCLPLUGIN=svp LIBO_LANG=C /usr/bin/python3 -m org.libreoffice.unittest insertremovecells ; } 2>&1
.
----------------------------------------------------------------------
Ran 1 test in 6.385s

OK
[SCK] pyuno
S=/home/rene/libreoffice-7.6.4~rc1 && I=$S/instdir && W=$S/workdir && mkdir -p $W/Module/subsequentcheck/ && touch $W/Module/subsequentcheck/pyuno
rene@ricci ~/libreoffice-7.6.4~rc1/pyuno
 %

I believe you, but wonder what exactly is broken.

Regards,

Rene


Reply to: