Re: Test code coverage

2012-12-03 Thread Julian Foad
Stefan Fuhrmann wrote: > Julian Foad wrote: >> Hyrum K Wright wrote: >>> Stefan Fuhrmann wrote: I was wondering whether we could have one or two of our UNIX build bots create a code coverage profile and make the results available online. [...] >> I attach an updated patch.  It uses '

Re: Test code coverage

2012-12-03 Thread Stefan Fuhrmann
On Thu, Nov 29, 2012 at 12:14 AM, Julian Foad wrote: > Hyrum K Wright wrote: > > > On Sun, Nov 25, 2012 at 5:17 PM, Stefan Fuhrmann wrote: > >> I was wondering whether we could have one or two of > >> our UNIX build bots create a code coverage profile > >> and make the results available online. >

Re: Test code coverage

2012-11-28 Thread Julian Foad
Hyrum K Wright wrote: > On Sun, Nov 25, 2012 at 5:17 PM, Stefan Fuhrmann wrote: >> I was wondering whether we could have one or two of >> our UNIX build bots create a code coverage profile >> and make the results available online. >> >> Here is what I use in my test runner script: >> >> [[[ >> env

Re: Test code coverage

2012-11-28 Thread Ben Reser
On Nov 28, 2012 1:55 PM, "Julian Foad" wrote: > > I tried this on the Centos buildbot today and ran into another issue: the Perl bindings build fails at link stage. See < http://ci.apache.org/builders/svn-x64-centos-gcc/builds/7765/steps/Build/logs/stdio> or here are the last few lines: > [[[ > R

Re: Test code coverage

2012-11-28 Thread Julian Foad
Stefan Fuhrmann wrote: > Julian Foad wrote: >>> [[[ >>> env CFLAGS='-fprofile-arcs -ftest-coverage' ./configure \ >>> --disable-shared --enable-maintainer-mode $moreopts >>> >>> make -sj 2> /dev/null > /dev/null I tried this on the Centos buildbot today and ran into another issue: the Perl b

Re: Test code coverage

2012-11-26 Thread Hyrum K Wright
On Sun, Nov 25, 2012 at 5:17 PM, Stefan Fuhrmann < stefan.fuhrm...@wandisco.com> wrote: > Hi there, > > I was wondering whether we could have one or two of > our UNIX build bots create a code coverage profile > and make the results available online. > > Here is what I use in my test runner script:

Re: Test code coverage

2012-11-26 Thread Stefan Fuhrmann
On Mon, Nov 26, 2012 at 7:56 PM, Julian Foad wrote: > Stefan Fuhrmann wrote: > > > I was wondering whether we could have one or two of > > our UNIX build bots create a code coverage profile > > and make the results available online. > > > > Here is what I use in my test runner script: > > > > [[[

Re: Test code coverage

2012-11-26 Thread Branko Čibej
On 26.11.2012 19:56, Julian Foad wrote: > Stefan Fuhrmann wrote: > >> I was wondering whether we could have one or two of >> our UNIX build bots create a code coverage profile >> and make the results available online. >> >> Here is what I use in my test runner script: >> >> [[[ >> env CFLAGS='-fpro

Re: Test code coverage

2012-11-26 Thread Julian Foad
Stefan Fuhrmann wrote: > I was wondering whether we could have one or two of > our UNIX build bots create a code coverage profile > and make the results available online. > > Here is what I use in my test runner script: > > [[[ > env CFLAGS='-fprofile-arcs -ftest-coverage' ./configure \ > --