Re: Failing UI tests on Winx64 build

2019-12-30 Thread Stepas Toliautas
> I hope you had built LO (`make`) after pulling before running `make >> uitest.uicheck`? >> > > make && make check, both passed. I suppose I could do 'make clean' just to > be properly paranoid, since the errors do seem spurious. > 'make clean' got rid of the spurious errors. There's one

Re: Failing UI tests on Winx64 build

2019-12-29 Thread Stepas Toliautas
> I hope you had built LO (`make`) after pulling before running `make > uitest.uicheck`? > make && make check, both passed. I suppose I could do 'make clean' just to be properly paranoid, since the errors do seem spurious. Stepas Toliautas ___

Re: Failing UI tests on Winx64 build

2019-12-29 Thread Kaganski Mike
Hi Stepas Toliautas, On 2019-12-30 0:32, Stepas Toliautas wrote: > > However, we're not out of the woods yet, since a single new error of > presumably the same type (access violation at shutdown) cropped up > in impress_demo uitest suite -- at /backgrounds.ImpressBackgrounds/, >

Re: Failing UI tests on Winx64 build

2019-12-29 Thread Stepas Toliautas
> However, we're not out of the woods yet, since a single new error of > presumably the same type (access violation at shutdown) cropped up in > impress_demo uitest suite -- at *backgrounds.ImpressBackgrounds*, in > *test_background_dialog* . Test log is at http://paste.debian.net/1123087/ > . It

Re: Failing UI tests on Winx64 build

2019-12-29 Thread Stepas Toliautas
> Hopefully these should be fixed with > > https://git.libreoffice.org/core/+/3ebf6a090b227c0097ff8668fe023e7bdbdadc5d > > and > > https://git.libreoffice.org/core/+/8cce131dcc1803ac95f3079098be767662fcca09 > All previous errors have been resolved in current master -- great work! However, we're

Re: Failing UI tests on Winx64 build

2019-12-29 Thread Kaganski Mike
Hi, On 2019-12-26 22:59, Stepas Toliautas wrote: > I happened to launch some "live" UI tests on my Windows 10 x64 machine > and noticed that some of them keep failing -- all with the same exit > status 3221225477 (0xC005, access violation) and, supposedly, right > at the end of testing,

Re: Failing UI tests on Winx64 build

2019-12-26 Thread Stepas Toliautas
Autogen/ build/ check (ABC) logs and UI test console output are attached. > Build logs at Debian pastezone: auto.log -- https://paste.debian.net/1122826/ build.log (only notes and warnings) -- https://paste.debian.net/1122828/ check.log -- https://paste.debian.net/1122827/ Stepas Toliautas