<div dir="ltr">Hey,<br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 6, 2016 at 4:42 PM, Chris Sherlock <span dir="ltr"><<a href="mailto:chris.sherlock79@gmail.com" target="_blank">chris.sherlock79@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div>Forgive my inexperience, but is it related to the change itself? Or is it something else?</div><div><br></div><div>If it's not too much bother, could you elaborate a little? :-)</div></div></blockquote><div><br></div><div>Windows has a much stricter file locking so if we use the same file in two tests it might happen that two tests try to access the same file at the same time. As a result one of the two tests fails because it can't open the test file. See <a href="https://gerrit.libreoffice.org/#/c/22954/">https://gerrit.libreoffice.org/#/c/22954/</a> for the fix.<br><br></div><div>Regards,<br></div><div>Markus<br><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><span><font color="#888888"><div><br></div></font></span><div><span><font color="#888888">Chris<br></font></span><br>P.S. Apologies if you responded on IRC, I went to bed and I'm using my iPad as I just noticed your reply</div><div><div><div><br>On 7 Mar 2016, at 2:35 AM, Markus Mohrhard <<a href="mailto:markus.mohrhard@googlemail.com" target="_blank">markus.mohrhard@googlemail.com</a>> wrote:<br><br></div><blockquote type="cite"><div><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 6, 2016 at 4:32 PM, Chris Sherlock <span dir="ltr"><<a href="mailto:chris.sherlock79@gmail.com" target="_blank">chris.sherlock79@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi all,<br>
<br>
Getting an odd failure on a backported patch on Jenkins:<br>
<br>
<a href="https://gerrit.libreoffice.org/#/c/22947/" rel="noreferrer" target="_blank">https://gerrit.libreoffice.org/#/c/22947/</a><br>
<br>
Only failing on Windows, error is:<br>
<br>
[build ALL] top level modules: build-non-l10n-only build-l10n-only<br>
C:/cygwin/home/tdf/lode/jenkins/workspace/lo_gerrit_master/Gerrit/Gerrit/Platform/Windows/sc/qa/unit/copy_paste_test.cxx:57:ScCopyPasteTest::testCopyPasteXLS<br>
assertion failed<br>
- Expression: xDocSh.Is()<br>
- Failed to load chartx.xls.<br>
<br>
C:/cygwin/home/tdf/lode/jenkins/workspace/lo_gerrit_master/Gerrit/Gerrit/Platform/Windows/sc/qa/unit/copy_paste_test.cxx(57) : error : Assertion<br>
Test name: ScCopyPasteTest::testCopyPasteXLS<br>
assertion failed<br>
- Expression: xDocSh.Is()<br>
- Failed to load chartx.xls.<br>
<br>
Failures !!!<br>
Run: 1   Failure total: 1   Failures: 1   Errors: 0<br>
<br>
Error: a unit test failed, please do one of:<br>
<br>
export CPPUNITTRACE=""[full path to devenv.exe]" /debugexe" # for interactive debugging in Visual Studio<br>
export CPPUNITTRACE="drmemory -free_max_frames 20"            # for memory checking (install Dr.Memory first, and put it to your PATH)<br>
<br>
and retry using: make CppunitTest_sc_copypaste<br>
<br>
<br>
Anyone have any ideas?<br>
<br></blockquote></div><br><br></div><div class="gmail_extra">It is a locking issue.<br></div></div>
</div></blockquote></div></div></div></blockquote></div><br></div></div>