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 equal than: 8
- Actual  : 22
--
I have found that the error is related to the screen resolution, it 
fails with 1920 x 1200, but if I switch to 1920 x1080 the tests pass 
without problem.
I think it has to do somehow with the resolution proportion: in the 
failing case  is 16:10 (common in Macs), and in the passing case is 16:9 
(standard Full HD)
I am debugging these tests to see if I can find what is going on (first 
time working with LO code, so I might need help).
Regards,
Juan
On 17/10/18 23:09, Eike Rathke wrote:
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 CppunitTest_sc_subsequent_filters_test VALGRIND=memcheck            #
for memory checking
You can limit the execution to just one particular test by:
make CppunitTest_sc_subsequent_filters_test CPPUNIT_TEST_NAME="testXYZ"
...above mentioned params...
/[...]/LibreOffice_Source/lode/dev/core/solenv/gbuild/CppunitTest.mk:120:
recipe for target
'/[...]/LibreOffice_Source/lode/dev/core/workdir/CppunitTest/sc_subsequent_filters_test.test'
failed
make[1]: ***
And a bunch of lines above that the real error/failure was displayed
(the location and name of the test and lines starting with Expected and
Actual). So what was it?
   Eike
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice
Context
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.