Hi all,

Regina Henschel schrieb am 12.12.2025 um 22:42:
> Hi Hossein, hi all,
>
> I cannot run Python tests on Windows/Cygwin. Thus I want to try whether running Python tests is possible with a Linux build in WSL2/Ubuntu.
>
> Is it possible?

I have got now a Linux build in WSL2/Ubuntu.

Next step is running a Python UI test. I want to run /sc/qa/uitest/calc_tests8/dataProvider.py, as that is the area, I currently working on.

Following the tutorial in
https://wiki.documentfoundation.org/Development/UITests
I could create a script to run dataProvider.py and the test does not fail.

But while the test runs, I get a lot of warnings. I have not yet changed anything, all is as I have got it from master. Do I have to worry about the warnings? Is something missing in my build environment? A list of such warnings is below.

Kind regards,
Regina


Examples of warnings:

warn:desktop.app:2953:2953:unotools/source/ucbhelper/localfilehelper.cxx:86: error removing directory file:///tmp/libreoffice/4/user/extensions

warn:vcl.app:3231:3231:vcl/unx/generic/app/i18n_im.cxx:129: I18N: Operating system doesn't support locale "en_US".

warn:vcl:2959:2959:vcl/source/window/window.cxx:367: Window () not found in TaskPanelList

warn:unotools.config:2959:2959:unotools/source/config/configmgr.cxx:147: ConfigManager not empty

warn:vcl.schedule.deinit:3056:3056:vcl/source/app/scheduler.cxx:181: DeInit task: Timer a: 1 p: 1 drawinglayer ImpTimedRefDev destroy mpVirDev 180000ms (0x5589c1021050)

warn:vcl.schedule.deinit:3056:3056:vcl/source/app/scheduler.cxx:201: DeInit active tasks: 2 (ignored: 1)

warn:xmloff.core:3231:3284:xmloff/source/core/xmlimp.cxx:574: DBG_UNHANDLED_EXCEPTION in load when: exception getting BuildId exception: com.sun.star.container.NoSuchElementException message: "/home/regina/libreoffice/package/source/xstor/xstorage.cxx:2689: at /home/regina/libreoffice/package/source/xstor/xstorage.cxx:2689"

warn:xmloff:3345:3345:xmloff/source/text/XMLTextListAutoStylePool.cxx:161: getStyleFamilies() from XModel failed for export!

warn:xmloff:3345:3345:xmloff/source/style/impastpl.cxx:362: Adding duplicate family table-column with mismatching mapper ! P25SvXMLExportPropertyMapper 25SvXMLExportPropertyMapper

warn:xmloff:3345:3345:xmloff/source/style/impastpl.cxx:362: Adding duplicate family table-row with mismatching mapper ! P25SvXMLExportPropertyMapper 25SvXMLExportPropertyMapper

warn:xmloff:3345:3345:xmloff/source/core/ProgressBarHelper.cxx:102: tried to set a wrong value (202) on the progressbar

warn:xmloff:3345:3345:xmloff/source/core/SettingsExportHelper.cxx:171: this type (unsigned long) is not implemented now

warn:svl.items:3345:3345:svl/source/items/style.cxx:52: SfxStyleSheetBase left 0; SfxStyleSheetBasePool left 1



Reply via email to