Re: Build fails in UnitTest

2018-10-29 Thread Regis Perdreau
Forget the noise, Lo accept to launch itself at the second try :) Régis Perdreau Le lun. 29 oct. 2018 à 21:18, Regis Perdreau a écrit : > > Hi, > > I have this error when i try to launch debug version of libreoffice in GDB. > > > Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_

Re: Build fails in UnitTest

2018-10-29 Thread Regis Perdreau
Hi, I have this error when i try to launch debug version of libreoffice in GDB. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". warning: Corrupted shared library list: 0x55850240 != 0x77f97cc0 Some clues to solve this problem ? Régis Perdreau 07 68 88 26 07

Re: Build fails in UnitTest

2018-10-19 Thread 박재선
Hi. Eike. Thank you to reply for me, and sorry to late :) Here is whole error code. /[...]/LibreOffice_Source/lode/dev/core/vcl/qa/cppunit/pdfexport/pdfexport.cxx:1539:(anonymous namespace)::PdfExportTest::testTdf115262 less assertion failed - Expected less than: 166 - Actual : 199 (anonymous na

Re: Build fails in UnitTest

2018-10-18 Thread Juan Velasco
Hi, I am also getting the same error In my case the failing tests are: |Test name: ScFiltersTest::testMiscRowHeights less equal assertion failed - Expected less or equal than: 15 - Actual : 39 Test name: ScFiltersTest::testOptimalHeightReset less equal assertion failed - Expected less or equ

Re: Build fails in UnitTest

2018-10-17 Thread Juan Velasco
Hi, I am also getting the same error. In my case the failing tests are: -- Test name: ScFiltersTest::testMiscRowHeights less equal assertion failed - Expected less or equal than: 15 - Actual  : 39 Test name: ScFiltersTest::testOptimalHeightReset less equal assertion failed - Expected less or

Re: Build fails in UnitTest

2018-10-17 Thread Eike Rathke
Hi kalriel, On Monday, 2018-10-15 20:26:34 -0700, kalriel wrote: > I get the following error when building the master > > Error: a unit test failed, please do one of: > make CppunitTest_sc_subsequent_filters_test CPPUNITTRACE="lldb --" # > for interactive debugging on OS X > make CppunitTe

Build fails in UnitTest

2018-10-16 Thread kalriel
Hello. I get the following error when building the master Error: a unit test failed, please do one of: make CppunitTest_sc_subsequent_filters_test CPPUNITTRACE="lldb --" # for interactive debugging on OS X make CppunitTest_sc_subsequent_filters_test VALGRIND=memcheck# for memory