On 05/08/2019 16:53, dreamn...@gmail.com wrote:
"Error: a unit test failed, please do one of:
make CppunitTest_sc_filters_test CPPUNITTRACE="gdb --args"
     # for interactive debugging on Linux
make CppunitTest_sc_filters_test VALGRIND=memcheck
     # for memory checking
make CppunitTest_sc_filters_test DEBUGCPPUNIT=TRUE
     # for exception catching
You can limit the execution to just one particular test by:
make CPPUNIT_TEST_NAME="testXYZ" ...above mentioned params...
/home/linux/libreoffice/libreoffice/solenv/gbuild/CppunitTest.mk:113: recipe for target '/home/linux/libreoffice/libreoffice/workdir/CppunitTest/sc_filters_test.test' failed make[1]: *** [/home/linux/libreoffice/libreoffice/workdir/CppunitTest/sc_filters_test.test] Error 1
Makefile:167: recipe for target 'CppunitTest_sc_filters_test' failed
make: *** [CppunitTest_sc_filters_test] Error 2"

That could be the same issue as discussed in the mail thread starting at <https://lists.freedesktop.org/archives/libreoffice/2016-August/075087.html> "Test File: sc/qa/unit/data/functions/fods/chiinv.fods: fails with Assertion" (i.e., require -mfpmath=sse -msse2, see <https://lists.freedesktop.org/archives/libreoffice/2016-September/075211.html> "Re: Test File: sc/qa/unit/data/functions/fods/chiinv.fods: fails with Assertion". on 32-bit X86 to produce numeric values that match those produced on other platforms, at the expense of killing support for non-SSE2 X86 machines).
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to