Windows Unit TestSwLayoutWriter::testBtlrCell Failing

Luke Benes lukebenes at hotmail.com
Thu Feb 14 22:53:36 UTC 2019


Ever since:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=a0bb480364c80192111ecab3501d63584e651ea3
or 
https://cgit.freedesktop.org/libreoffice/core/commit/?id=bef3818dbedba467a257e2573e298d98062be37b

The build is failing with:

C:/core/test/source/xmltesttools.cxx:139:SwLayoutWriter::testBtlrCell
equality assertion failed
- Expected: 2707
- Actual  : 2710
- In <>, attribute 'y' of '//textarray[1]' incorrect value.

SwLayoutWriter::testBtlrCell finished in: 132ms
C:/core/test/source/xmltesttools.cxx(139) : error : Assertion
Test name: SwLayoutWriter::testBtlrCell
equality assertion failed
- Expected: 2707
- Actual  : 2710
- In <>, attribute 'y' of '//textarray[1]' incorrect value.

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

Error: a unit test failed, please do one of:
make CppunitTest_sw_layoutwriter CPPUNITTRACE=TRUE # which is a shortcut for the following line
make CppunitTest_sw_layoutwriter CPPUNITTRACE="'C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/Common7/IDE/devenv.exe' /debugexe" # for interactive debugging in Visual Studio
make CppunitTest_sw_layoutwriter CPPUNITTRACE="drmemory -free_max_frames 20" # for memory checking (install Dr.Memory first, and put it to your PATH)

You can limit the execution to just one particular test by:

make CppunitTest_sw_layoutwriter CPPUNIT_TEST_NAME="testXYZ" ...above mentioned params...

make[1]: *** [C:/core/solenv/gbuild/CppunitTest.mk:114: C:/core/workdir/CppunitTest/sw_layoutwriter.test] Error 1
make: *** [Makefile:167: CppunitTest_sw_layoutwriter] Error 2


64-bit build 
CPU threads: 4; OS: Windows 10.0; UI render: default; 
GPU Intel HD 4000

Would you like any more debug info?


More information about the LibreOffice mailing list