Bug 127083 - CppunitTest_sc_financial_functions_test fails on ppc64le
Summary: CppunitTest_sc_financial_functions_test fails on ppc64le
Status: RESOLVED MOVED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
6.3.0.4 release
Hardware: PowerPC Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Dev-Bugs
  Show dependency treegraph
 
Reported: 2019-08-21 13:11 UTC by Jonathan Brielmaier
Modified: 2019-09-24 03:11 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
Backtrace of CppunitTest_sc_financial_functions_test on ppc64le (14.29 MB, text/x-log)
2019-08-21 13:11 UTC, Jonathan Brielmaier
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Brielmaier 2019-08-21 13:11:48 UTC
Created attachment 153554 [details]
Backtrace of CppunitTest_sc_financial_functions_test on ppc64le

The CppunitTest_sc_financial_functions_test of LibreOffice 6.3.0.4 fails on openSUSE Tumbleweed on my POWER9 (ppc64le) hardware.

Running make CppunitTest_sc_financial_functions_test results in:

"""
home/abuild/rpmbuild/BUILD/libreoffice-6.3.0.4/sc/qa/unit/functions_test.cxx:47:FinancialFunctionsTest::testFinancialFormulasFODS
double equality assertion failed
- Expected: 1
- Actual  : 0
- Delta   : 1e-14

FinancialFunctionsTest::testFinancialFormulasFODS finished in: 33743ms
functions_test.cxx:47:Assertion
Test name: FinancialFunctionsTest::testFinancialFormulasFODS
double equality assertion failed
- Expected: 1
- Actual  : 0
- Delta   : 1e-14

Failures !!!
Run: 1   Failure total: 1   Failures: 1   Errors: 0
"""

I added the full backtrace as attachment. If I read it correctly, it fails while testing the sc/qa/unit/data/functions/financial/fods/rate.fods file. But to be honest, I'm a bit overwhelmed by the size of this backtrace...

Please let me know if you need further information from me.
Comment 1 Jonathan Brielmaier 2019-08-21 18:30:31 UTC
I opened sc/qa/unit/data/functions/financial/fods/rate.fods in my ppc64le LibreOffice and couldn't see any error, aka deviation from the expected results. I also couldn't spot any difference compared to opening the file in a amd64 LibreOffice.
Comment 2 Xisco Faulí 2019-09-23 14:45:45 UTC
Hello,
Since this is build issue and not a software issue, would you mind sending an
email to the dev list instead? ->
https://wiki.documentfoundation.org/Development/Mailing_List
Closing as RESOLVED MOVED