Re: the generated coverage report doesn't contain any data

2018-04-19 Thread Cillian O'Donnell
Oh great!. So the coverage-merge branch worked. The stuff about symbol-sets and a fix to get rid of a dependency of one of the external tools is all that hasn't been merged there. Like Joel said there, try run it again with covoar built with less optimization. The option is in covoar/wscript. On W

Re: the generated coverage report doesn't contain any data

2018-04-18 Thread Joel Sherrill
On Wed, Apr 18, 2018 at 10:49 AM, Vijay Kumar Banerjee < vijaykumar9...@gmail.com> wrote: > It's great to see it produce some data . > I have attached a screenshot of the report generated from testsuites > It is good to see results. I have no idea about the "goodness" of them. That depends on the

Re: the generated coverage report doesn't contain any data

2018-04-18 Thread Vijay Kumar Banerjee
It's great to see it produce some data . I have attached a screenshot of the report generated from testsuites On 18 April 2018 at 02:07, Cillian O'Donnell wrote: > Could be still missing something, try using the whole covoar directory > from coverage-merge. I spent a good bit of time fixing er

Re: the generated coverage report doesn't contain any data

2018-04-17 Thread Cillian O'Donnell
Could be still missing something, try using the whole covoar directory from coverage-merge. I spent a good bit of time fixing errors like that, would be strange if it popped back up again but it could be right. Either way we're in pretty good shape now. Report looks good, try and run it with the fu

Re: the generated coverage report doesn't contain any data

2018-04-17 Thread Vijay Kumar Banerjee
On 18 April 2018 at 00:57, Vijay Kumar Banerjee wrote: > The report is showing some data !! > > I merged a lot of changes form coverage-merge , it's showing some data now > , but I'm still getting a set of errors. I'll paste them below. > > I have attached a screenshot of the report.html > > erro

Re: the generated coverage report doesn't contain any data

2018-04-17 Thread Vijay Kumar Banerjee
The report is showing some data !! I merged a lot of changes form coverage-merge , it's showing some data now , but I'm still getting a set of errors. I'll paste them below. I have attached a screenshot of the report.html errors : INFO: DesiredSymbols::createCoverageMap - Attempt to

Re: the generated coverage report doesn't contain any data

2018-04-16 Thread Cillian O'Donnell
Also if there's any file in covoar directory of coverage-merge branch that's called symbol-set.c symbol_set_reader.h or any variation of that, that you don't already have pull all of them into your current branch. On Tue, 17 Apr 2018, 07:19 Cillian O'Donnell, wrote: > Some things are definitely

Re: the generated coverage report doesn't contain any data

2018-04-16 Thread Cillian O'Donnell
Some things are definitely missing there. Git checkout main.c coverage-merge. If you have that branch lying around, that definitely has everything in it. I must of missed of some things updating to current master. Fingers crossed this solves our problems On Mon, 16 Apr 2018, 22:52 Vijay Kumar Ban

Re: the generated coverage report doesn't contain any data

2018-04-16 Thread Joel Sherrill
Cillian.. is he missing a patch? On Mon, Apr 16, 2018 at 4:52 PM, Vijay Kumar Banerjee < vijaykumar9...@gmail.com> wrote: > > > On Tue, 17 Apr 2018, 03:19 Joel Sherrill, wrote: > >> >> >> On Mon, Apr 16, 2018 at 4:47 PM, Vijay Kumar Banerjee < >> vijaykumar9...@gmail.com> wrote: >> >>> >>> >>> O

Re: the generated coverage report doesn't contain any data

2018-04-16 Thread Vijay Kumar Banerjee
On Tue, 17 Apr 2018, 03:19 Joel Sherrill, wrote: > > > On Mon, Apr 16, 2018 at 4:47 PM, Vijay Kumar Banerjee < > vijaykumar9...@gmail.com> wrote: > >> >> >> On 17 April 2018 at 01:43, Cillian O'Donnell >> wrote: >> >>> >>> >>> On 16 April 2018 at 17:46, Joel Sherrill wrote: >>> O

Re: the generated coverage report doesn't contain any data

2018-04-16 Thread Joel Sherrill
On Mon, Apr 16, 2018 at 4:47 PM, Vijay Kumar Banerjee < vijaykumar9...@gmail.com> wrote: > > > On 17 April 2018 at 01:43, Cillian O'Donnell > wrote: > >> >> >> On 16 April 2018 at 17:46, Joel Sherrill wrote: >> >>> >>> >>> On Mon, Apr 16, 2018 at 2:33 AM, Vijay Kumar Banerjee < >>> vijaykumar9..

Re: the generated coverage report doesn't contain any data

2018-04-16 Thread Vijay Kumar Banerjee
On 17 April 2018 at 01:43, Cillian O'Donnell wrote: > > > On 16 April 2018 at 17:46, Joel Sherrill wrote: > >> >> >> On Mon, Apr 16, 2018 at 2:33 AM, Vijay Kumar Banerjee < >> vijaykumar9...@gmail.com> wrote: >> >>> current status : >>> the coverage is running now with rtems-test and generating

Re: the generated coverage report doesn't contain any data

2018-04-16 Thread Cillian O'Donnell
On 16 April 2018 at 17:46, Joel Sherrill wrote: > > > On Mon, Apr 16, 2018 at 2:33 AM, Vijay Kumar Banerjee < > vijaykumar9...@gmail.com> wrote: > >> current status : >> the coverage is running now with rtems-test and generating the report, >> however, the report doesn't show any data. >> > > I'v

Re: the generated coverage report doesn't contain any data

2018-04-16 Thread Joel Sherrill
On Mon, Apr 16, 2018 at 2:33 AM, Vijay Kumar Banerjee < vijaykumar9...@gmail.com> wrote: > current status : > the coverage is running now with rtems-test and generating the report, > however, the report doesn't show any data. > I've been lurking as you have been making progress. Now you have cros