Re: about using test files in our unit tests

2016-01-08 Thread jan iversen
Hi There are no guarantees, but I think that http://ci.libreoffice.org/job/lo_gerrit_master/10073/ might be another one. The patch was rebased this morning before starting the build. rgds jan i. -- View this message in context: http://nabble.documentfoundation.org/about-using-test-files-in

Re: about using test files in our unit tests

2016-01-07 Thread Matúš Kukan
On 8 January 2016 at 01:50, Markus Mohrhard wrote: > Hey, > > a short update. I think most of our random test failures have been fixed. This is awesome. Thanks a lot Markus. It was really annoying. Best, Matus ___ LibreOffice mailing list LibreOffice@

Re: about using test files in our unit tests

2016-01-07 Thread Markus Mohrhard
us.mohrh...@googlemail.com> wrote: > Hey, > > so a quick note about using test files in our unit tests. As I had to > learn the hard way we can not reuse test files from one test in another > unit test. Especially on windows this is going to cause random build > failures whe

about using test files in our unit tests

2016-01-05 Thread Markus Mohrhard
Hey, so a quick note about using test files in our unit tests. As I had to learn the hard way we can not reuse test files from one test in another unit test. Especially on windows this is going to cause random build failures when two tests try to access the same file in parallel. I also hope