On 7/16/25 08:59, Jim Chen wrote:
On a fresh copy of LibreOffice, I've found that `make check`
consistently fails specifically on `UITests_calc_tests8`. The log is in
the pastebin below:
https://paste.debian.net/1386120/ <https://paste.debian.net/1386120/>
Those
======================================================================
ERROR: test_rename_sheet (navigator.navigator.test_rename_sheet)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/jimc/Documents/libreoffice/uitest/uitest/framework.py", line
33, in setUp
self.connection.setUp()
~~~~~~~~~~~~~~~~~~~~~^^
File "/home/jimc/Documents/libreoffice/uitest/libreoffice/connection.py",
line 184, in setUp
conn.setUp()
~~~~~~~~~~^^
File "/home/jimc/Documents/libreoffice/uitest/libreoffice/connection.py",
line 65, in setUp
self.xContext = self.connect(socket)
~~~~~~~~~~~~^^^^^^^^
File "/home/jimc/Documents/libreoffice/uitest/libreoffice/connection.py",
line 112, in connect
raise Exception("soffice has stopped.")
Exception: soffice has stopped.
smell a bit like there might still be soffice.bin (and maybe oosplash)
processe(s) around from a previous run of that test?