UI test logging not working

Ilmari Lauhakangas ilmari.lauhakangas at libreoffice.org
Tue Aug 27 12:18:02 UTC 2024


On 27.8.2024 14.27, Xisco Fauli wrote:
> On 24/8/24 9:57, Ilmari Lauhakangas wrote:
>> At step 5 I see a blank log file with my own build: 
>> https://wiki.documentfoundation.org/Development/UITests#Tools_for_writing_a_test
>>
>> Another dev reported this to me and I confirmed it on 18 Aug.
>>
>> linux-64-25.2 bibisect repo works fine, last commit from 19 Aug.
>>
>> What might be the issue?
 >
 > Hi,
 >
 > Using my own build (64312cdae5d810dd02ef4c2a4d51b3d30cd6ac6e), it works
 > fine on Linux.
 >
 > This is my autogen: --without-help --disable-odk --enable-debug
 > --enable-assert-always-abort --enable-python=fully-internal
 > --without-system-libxml --enable-werror

I wonder if it's because we (me and the first dev to notice) use Clang. 
I tried now with --enable-python=fully-internal but it didn't make a 
difference.

CC=clang
CXX=clang++
--disable-compiler-plugins
--enable-symbols
--enable-gtk4
--enable-kf5
--enable-kf6
--enable-pch=full
--with-jdk-home=/usr/lib/jvm/java-22-openjdk
--without-doxygen
--enable-odk
--without-myspell-dicts
--enable-ld=mold
--enable-gdb-index
--disable-ccache
--disable-online-update
--with-system-curl
--with-system-libxml=no
--enable-python=fully-internal

Ilmari


More information about the LibreOffice mailing list