https://bugs.documentfoundation.org/show_bug.cgi?id=157477
Bug ID: 157477
Summary: JunitTest_forms_unoapi_1 failed in scenario
forms.OCheckBoxModel
Product: LibreOffice
Version: 7.5.5.2 release
Hardware: Other
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: framework
Assignee: [email protected]
Reporter: [email protected]
Description:
I am trying to fix LibreOffice tests on riscv64 arch.
JunitTest_forms_unoapi_1 failed in scenario forms.OCheckBoxModel,
forms.OComboBoxModel and forms.OCurrencyModel.Method reset() finished with
state FAILED which cause method removeResetListener() FAILED.
Here is the log:
https://gist.github.com/Sakura286/a3bc2c786ab6b5381b4728caf2881602
OBoundControlModel::reset method behaves differently on riscv64 and amd64 which
successfully complete the test. m_aResetHelper.approveReset() is false on
riscv64, while it is true on riscv64.
But I cannot find the deeper cause. Any debugging suggestion would be
appreciated.
Steps to Reproduce:
On a riscv64 machine, in terminal A, run
make debugrun
i
In terminal B, run
make gb_JunitTest_DEBUGRUN=T JunitTest_forms_unoapi_1
Actual Results:
JunitTest_forms_unoapi_1 fail.
Expected Results:
JunitTest_forms_unoapi_1 success.
Reproducible: Always
User Profile Reset: Yes
Additional Info:
I am currently working on commit 5145014b98157c95f4498d587ecc3ad8379b8cd0.
--
You are receiving this mail because:
You are the assignee for the bug.