Re: cppunit -> Google Test migration and old failing tests

2015-08-31 Thread Damjan Jovanovic
On Mon, Aug 31, 2015 at 5:54 AM, Damjan Jovanovic wrote: > On Sun, Aug 30, 2015 at 11:16 PM, Kay Schenk wrote: >> >> >> On 08/29/2015 12:37 AM, Damjan Jovanovic wrote: >>> On Fri, Aug 28, 2015 at 6:07 PM, Kay Schenk wrote:

Re: cppunit -> Google Test migration and old failing tests

2015-08-31 Thread Kay Schenk
On 08/30/2015 11:52 PM, Damjan Jovanovic wrote: > On Mon, Aug 31, 2015 at 5:54 AM, Damjan Jovanovic wrote: >> On Sun, Aug 30, 2015 at 11:16 PM, Kay Schenk wrote: >>> >>> >>> On 08/29/2015 12:37 AM, Damjan Jovanovic wrote: On Fri, Aug 28, 2015 at

Re: cppunit -> Google Test migration and old failing tests

2015-08-31 Thread Damjan Jovanovic
On Mon, Aug 31, 2015 at 1:54 PM, Andrea Pescetti wrote: > Damjan Jovanovic wrote: >> >> I fixed several problems and am busy rebuilding. Please check if the >> latest SVN works for you. If not, please post the build log. > > > Just to say that I built the current trunk and

Re: cppunit -> Google Test migration and old failing tests

2015-08-31 Thread Kay Schenk
[top posting] OK, my problems are not over. This time the build erred out in slideshow/test. It was odd because the compiles were OK but not the load. I am not providing logs for this because something else, rather more drastic is happening! Here are my config options-- ./configure \

Re: cppunit -> Google Test migration and old failing tests

2015-08-31 Thread Kay Schenk
[top posting... again] OK, I got a good build thanks to Damjan's further commits. So, yay on this! I made a small change I thought might effect all the Backtraces but, it did not. So I need to investigate this more. On 08/31/2015 01:35 PM, Kay Schenk wrote: > [top posting] > > OK, my problems

Re: cppunit -> Google Test migration and old failing tests

2015-08-31 Thread Andrea Pescetti
Damjan Jovanovic wrote: I fixed several problems and am busy rebuilding. Please check if the latest SVN works for you. If not, please post the build log. Just to say that I built the current trunk and didn't experience any problems. Actually, even if in general I build AOO410, I had built

Re: cppunit - Google Test migration and old failing tests

2015-08-30 Thread Kay Schenk
On 08/29/2015 12:37 AM, Damjan Jovanovic wrote: On Fri, Aug 28, 2015 at 6:07 PM, Kay Schenk kay.sch...@gmail.com wrote: On 08/27/2015 09:05 PM, Damjan Jovanovic wrote: Hi I am in the process of migrating our unit tests from cppunit to Google Test. However AOO doesn't build with cppunit

Re: cppunit - Google Test migration and old failing tests

2015-08-30 Thread Damjan Jovanovic
No they shouldn't. It's possible something broke. Do you have a log of the build? On Sun, Aug 30, 2015 at 11:16 PM, Kay Schenk kay.sch...@gmail.com wrote: On 08/29/2015 12:37 AM, Damjan Jovanovic wrote: On Fri, Aug 28, 2015 at 6:07 PM, Kay Schenk kay.sch...@gmail.com wrote: On 08/27/2015

Re: cppunit - Google Test migration and old failing tests

2015-08-30 Thread Damjan Jovanovic
On Sun, Aug 30, 2015 at 11:16 PM, Kay Schenk kay.sch...@gmail.com wrote: On 08/29/2015 12:37 AM, Damjan Jovanovic wrote: On Fri, Aug 28, 2015 at 6:07 PM, Kay Schenk kay.sch...@gmail.com wrote: On 08/27/2015 09:05 PM, Damjan Jovanovic wrote: Hi I am in the process of migrating our unit

Re: cppunit - Google Test migration and old failing tests

2015-08-29 Thread Marcus
Am 08/28/2015 06:07 PM, schrieb Kay Schenk: On 08/27/2015 09:05 PM, Damjan Jovanovic wrote: Hi I am in the process of migrating our unit tests from cppunit to Google Test. However AOO doesn't build with cppunit and hasn't been routinely built with cppunit for a while, which means our unit

Re: cppunit - Google Test migration and old failing tests

2015-08-29 Thread Damjan Jovanovic
On Fri, Aug 28, 2015 at 6:07 PM, Kay Schenk kay.sch...@gmail.com wrote: On 08/27/2015 09:05 PM, Damjan Jovanovic wrote: Hi I am in the process of migrating our unit tests from cppunit to Google Test. However AOO doesn't build with cppunit and hasn't been routinely built with cppunit for a

Re: cppunit - Google Test migration and old failing tests

2015-08-28 Thread Pedro Giffuni
+1 Thank you for working on this. Having working unit tests is key for future development! - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org

Re: cppunit - Google Test migration and old failing tests

2015-08-28 Thread Kay Schenk
On 08/27/2015 09:05 PM, Damjan Jovanovic wrote: Hi I am in the process of migrating our unit tests from cppunit to Google Test. However AOO doesn't build with cppunit and hasn't been routinely built with cppunit for a while, which means our unit tests are in a state of neglect, and