Re: Strange failure on Jenkins

2016-02-14 Thread Chris Sherlock
Ah, I see! Thanks Markus and Mark for the explanations. Chris Sent from my iPhone > On 14 Feb 2016, at 8:15 PM, Markus Mohrhard > wrote: > > > >> On Sun, Feb 14, 2016 at 8:54 AM, Chris Sherlock >> wrote: >> Are you sure? That seems like a very odd thing… not saying you are wrong, >> but

Re: Strange failure on Jenkins

2016-02-14 Thread julien2412
ip::ZipIOException" gives this http://pastebin.com/fWjWBNCA Julien -- View this message in context: http://nabble.documentfoundation.org/Strange-failure-on-Jenkins-tp4175476p4175523.html Sent from the Dev mailing list archive at Nabble.com. ___ Lib

Re: Strange failure on Jenkins

2016-02-14 Thread Markus Mohrhard
On Sun, Feb 14, 2016 at 8:54 AM, Chris Sherlock wrote: > Are you sure? That seems like a very odd thing… not saying you are wrong, > but this seems like a very odd thing to have as a requirement for a unit > test. > This only fails in dbgutil builds because we only enforce the UNO exception spe

Re: Strange failure on Jenkins

2016-02-13 Thread Chris Sherlock
Are you sure? That seems like a very odd thing… not saying you are wrong, but this seems like a very odd thing to have as a requirement for a unit test. Chris > On 14 Feb 2016, at 6:47 PM, Mark Hung wrote: > > Hi Chris, > > It is possible that for some tests need --enable-dbgutil or make deb

Re: Strange failure on Jenkins

2016-02-13 Thread Mark Hung
Hi Chris, It is possible that for some tests need --enable-dbgutil or make debug=true to trigger the assert. Best Regards. 2016-02-14 15:14 GMT+08:00 Chris Sherlock : > Hi all, > > https://gerrit.libreoffice.org/#/c/20993/ on Gerrit, and fixes bug 96749 > (deal with missing custom headers/foote

Strange failure on Jenkins

2016-02-13 Thread Chris Sherlock
Hi all, https://gerrit.libreoffice.org/#/c/20993/ on Gerrit, and fixes bug 96749 (deal with missing custom headers/footers in docx). I’ve cherry picked this and built this on my Ubuntu Linux system from master, and I’m getting no unit test failures.