Bug 142075 - CppunitTest_vcl_graphic_test fails on 7.1 and master branches
Summary: CppunitTest_vcl_graphic_test fails on 7.1 and master branches
Status: RESOLVED MOVED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
7.1.0.0.alpha0+
Hardware: All Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-04 09:19 UTC by Jean-Baptiste Faure
Modified: 2021-05-04 11:17 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Baptiste Faure 2021-05-04 09:19:15 UTC
Description:
CppunitTest_vcl_graphic_test fails on 7.1 and master branches with homemade builds under Ubuntu 18.04 x86-64.
LO 7.1 is build with gcc 7.5 (default version for Ubuntu 18.04) and master is build with gcc-11. Same problem if LO 7.1 is build with gcc-10.

Steps to Reproduce:
1. run the tests: make check
2.
3.

Actual Results:
[_RUN_____] VectorGraphicSearchTest::test
/home/libo/master/vcl/qa/cppunit/VectorGraphicSearchTest.cxx:68:VectorGraphicSearchTest::test
double equality assertion failed
- Expected: 8078.61
- Actual  : 8065.91108957926
- Delta   : 0.01

VectorGraphicSearchTest::test finished in: 4ms
[_RUN_____] VectorGraphicSearchTest::testNextPrevious
VectorGraphicSearchTest::testNextPrevious finished in: 4ms
[_RUN_____] VectorGraphicSearchTest::testSearchStringChange
VectorGraphicSearchTest::testSearchStringChange finished in: 5ms
[_RUN_____] VectorGraphicSearchTest::testSearchMatchWholeWord
VectorGraphicSearchTest::testSearchMatchWholeWord finished in: 8ms
[_RUN_____] VectorGraphicSearchTest::testSearchMatchCase
VectorGraphicSearchTest::testSearchMatchCase finished in: 8ms
VectorGraphicSearchTest.cxx:68:Assertion
Test name: VectorGraphicSearchTest::test
double equality assertion failed
- Expected: 8078.61
- Actual  : 8065.91108957926
- Delta   : 0.01

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


Expected Results:
No test failure.


Reproducible: Always


User Profile Reset: No



Additional Info:
I don't have the skills to debug this. :-(
I observed this failure since my first builds of branch 7.1.

Version: 7.2.0.0.alpha0+ / LibreOffice Community
Build ID: ece86ef173cbc070c76f180d02ac80c65e07fff9
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3
Locale: fr-FR (fr_FR.UTF-8); UI: en-US
Ubuntu_18.04_x86-64
Calc: threaded Jumbo

Version: 7.1.4.0.0+ / LibreOffice Community
Build ID: 3958431dffc5f588de7d96e3356ea301bd03f2a6
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3
Locale: fr-FR (fr_FR.UTF-8); UI: fr-FR
Ubuntu_18.04_x86-64
Calc: threaded
Comment 1 Xisco Faulí 2021-05-04 11:17:10 UTC
Hi Jean-Baptiste Faure,
I believe the right place to report this kind of problems is the development mailing list < https://wiki.documentfoundation.org/Development/Mailing_List >
Could you please report it there instead ?
Thanks in advance