Date: prev next · Thread: first prev next last
2015 Archives by date, by thread · List index


If you are referring to https://gerrit.libreoffice.org/#/c/17080/ it looks
like it's a unittest issue, not build.

This is the relevant part from the log:


paragraph-sdt.docx,911
W:  @×Å£¾šMÐUnknown node under /registry/extlang: deprecated
W:  
ó¶ÊExùŒsumUnknown node under /registry/grandfathered: comments
W:  ˆ¹½¶ˆE€€˜¾øÁ³¶ŠEØ€i-tayUnknown node under
/registry/grandfathered: comments
##Failure Location unknown## : Error
Test name: testEditTime::Import_Export_Import
An uncaught exception of type com.sun.star.task.ErrorCodeIOException


---

If you can build on Windows, you should be able to hook VS debugger.


The build log tells us how to debug unit-tests:


Error: a unit test failed, please do one of:

export CPPUNITTRACE=""[full path to devenv.exe]" /debugexe" # for
interactive debugging in Visual Studio
export CPPUNITTRACE="drmemory -free_max_frames 20"            # for
memory checking (install Dr.Memory first, and put it to your PATH)

and retry using: make CppunitTest_sw_ooxmlfieldexport


---


Here is an example:


CPPUNITTRACE="\"C:/Program Files (x86)/Microsoft Visual Studio
12.0/Common7/IDE/devenv.exe\" /debugexe" /opt/lo/bin/make
CppunitTest_sw_ooxmlfieldexport


This will launch VS (if the path is correct) and run the unittest from
it. You should be able to set breakpoints and catch exceptions of your
choice, or all (from the Debug menu > Exceptions).


On Thu, Jul 16, 2015 at 3:13 AM, Giuseppe Castagno <
giuseppe.castagno@acca-esse.eu> wrote:

Hi all,

I pushed the preliminary version of the fix, I have trouble with the build
on Windows, I build in Linux only, and being the fault in Windows in an
entirely different code area, I fail to see where the culprit lies.

I said preliminary because there is still something that's nagging me on a
couple of occasions:

- when a file is first created and the lock is put on the null resource,
an operation the RFC4918 allows;

- when you operate on a web site that has has no lock functionality
available.

The two question are related to each other, both already work, but locking
at the net log, there seems to be something I need to check more thoroughly.

Thanks

--
Kind Regards,
Giuseppe Castagno aka beppec56
Acca Esse http://www.acca-esse.eu
giuseppe.castagno at acca-esse.eu
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://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.