regarding patch 38838

Michael Stahl mstahl at redhat.com
Wed Feb 20 12:06:22 PST 2013


On 17/02/13 22:52, Prashant Pandey wrote:
> Error: a unit test failed, please do one of:
> 
> export DEBUGCPPUNIT=TRUE            # for exception catching
> export GDBCPPUNITTRACE="gdb --args" # for interactive debugging
> export VALGRIND=memcheck            # for memory checking
> and retry.
> make[1]: ***
> [/home/elixir/lo/workdir/unxlngx6.pro/CppunitTest/sd_regression_test.test <http://unxlngx6.pro/CppunitTest/sd_regression_test.test>]
> Error 1
> make[1]: *** Waiting for unfinished jobs....
> 
> Can't get rid of it and i don't have any clue too, please guide !

a unit test has failed.

this is either a pre-existing problem in the LO code, a problem in the
the test, or a problem in your modifications.

you can try if it happens after you remove your changes with

  git stash save

if "make" then runs all tests successfully but fails again after you do

  git stash pop

then the most likely explanation is that your modifications introduced
an error somewhere.

you can debug the test by following the instructions in the message and
running:

 GDBCPPUNITTRACE="gdb --args"  make
/home/elixir/lo/workdir/unxlngx6.pro/CppunitTest/sd_regression_test.test




More information about the LibreOffice mailing list