https://bugs.documentfoundation.org/show_bug.cgi?id=149094
Bug ID: 149094
Summary: Error [Makefile:288: build] running cppunit automated
test.
Product: cppunit
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: General
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Created attachment 180125
--> https://bugs.documentfoundation.org/attachment.cgi?id=180125&action=edit
Full log running
Progress:
git clone https://gerrit.libreoffice.org/core libreoffice
./autogen.sh --enable-dbgutil --enable-debug --enable-symbols --with-help
--with-symbol-config --with-lang="en" --with-locales="en ru "
make
make check
Expected Result:
Automatic execution of all CppUnit tests.
Actual result:
After successful passing of the test_vba.cxx:176:Assertion, an error occurs
with the parameters
failures!!!
Run: 23 Failure total: 1 Failures: 1 Errors: 0
Error: a unit test failed, please do one of:
make CppunitTest_basic_macros CPPUNITTRACE="gdb --args"
# for interactive debugging on Linux
make CppunitTest_basic_macros VALGRIND=memcheck
# for memory checking
make CppunitTest_basic_macros DEBUGCPPUNIT=TRUE
# for exception catching
You can limit the execution to just one particular test by:
make CPPUNIT_TEST_NAME="testXYZ" ...above mentioned params...
make[1]: *** [/home/lera/project/libreoffice/solenv/gbuild/CppunitTest.mk:121:
/home/lera/project/libreoffice/workdir/CppunitTest/basic_macros.test]
The full test execution log is in the attached file.
OS: Kubuntu 20.04
LO version: on commit 9b1dcd8f591edc6ed1a6db469956985b59badaf5
The error is reproduced stably.
--
You are receiving this mail because:
You are the assignee for the bug.