Re: [PATCH v2] rtemstoolkit: Add unit testing for the python modules

2018-12-01 Thread Chris Johns
On 1/12/18 1:59 am, Vijay Kumar Banerjee wrote: > ping :)  Sorry, I missed this. It has been pushed. Thanks Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH v2] rtemstoolkit: Add unit testing for the python modules

2018-11-30 Thread Vijay Kumar Banerjee
On Tue, 27 Nov 2018 at 13:30, Vijay Kumar Banerjee wrote: > > > > > > On Tue, 27 Nov 2018 at 10:28, Chris Johns wrote: > >> On 27/11/2018 04:28, Vijay Kumar Banerjee wrote: >> > On Mon, 26 Nov 2018 at 16:27, Chris Johns > > > wrote: >> > > On 26 Nov 2018, at 6:57 pm,

Re: [PATCH v2] rtemstoolkit: Add unit testing for the python modules

2018-11-27 Thread Vijay Kumar Banerjee
On Tue, 27 Nov 2018 at 10:28, Chris Johns wrote: > On 27/11/2018 04:28, Vijay Kumar Banerjee wrote: > > On Mon, 26 Nov 2018 at 16:27, Chris Johns > > wrote: > > > On 26 Nov 2018, at 6:57 pm, Vijay Kumar Banerjee < > vijaykumar9...@gmail.com > >

Re: [PATCH v2] rtemstoolkit: Add unit testing for the python modules

2018-11-26 Thread Chris Johns
On 27/11/2018 04:28, Vijay Kumar Banerjee wrote: > On Mon, 26 Nov 2018 at 16:27, Chris Johns > wrote: > > On 26 Nov 2018, at 6:57 pm, Vijay Kumar Banerjee > > wrote: > > > >> On Mon, Nov 26, 2018 at 06:28:33PM +1100, Chris

Re: [PATCH v2] rtemstoolkit: Add unit testing for the python modules

2018-11-26 Thread Vijay Kumar Banerjee
On Mon, 26 Nov 2018 at 16:27, Chris Johns wrote: > > > On 26 Nov 2018, at 6:57 pm, Vijay Kumar Banerjee < > vijaykumar9...@gmail.com> wrote: > > > >> On Mon, Nov 26, 2018 at 06:28:33PM +1100, Chris Johns wrote: > >> > >>> On 26 Nov 2018, at 5:21 pm, Vijay Kumar Banerjee < > vijaykumar9...@gmail.c

Re: [PATCH v2] rtemstoolkit: Add unit testing for the python modules

2018-11-26 Thread Chris Johns
> On 26 Nov 2018, at 6:57 pm, Vijay Kumar Banerjee > wrote: > >> On Mon, Nov 26, 2018 at 06:28:33PM +1100, Chris Johns wrote: >> >>> On 26 Nov 2018, at 5:21 pm, Vijay Kumar Banerjee >>> wrote: >>> I'm getting the result Invalid while running hello.exe with rtems-test on >>> leon3 (without c

Re: [PATCH v2] rtemstoolkit: Add unit testing for the python modules

2018-11-26 Thread Vijay Kumar Banerjee
On Mon, Nov 26, 2018, 1:27 PM Vijay Kumar Banerjee wrote: > On Mon, Nov 26, 2018 at 06:28:33PM +1100, Chris Johns wrote: > > > > > On 26 Nov 2018, at 5:21 pm, Vijay Kumar Banerjee < > vijaykumar9...@gmail.com> wrote: > > > I'm getting the result Invalid while running hello.exe with rtems-test > o

Re: [PATCH v2] rtemstoolkit: Add unit testing for the python modules

2018-11-25 Thread Chris Johns
> On 26 Nov 2018, at 5:21 pm, Vijay Kumar Banerjee > wrote: > I'm getting the result Invalid while running hello.exe with rtems-test on > leon3 (without coverage option) > attaching the log. Can you please revert or not apply patch 1 and let me know what happens? I have a feeling the coverag

Re: [PATCH v2] rtemstoolkit: Add unit testing for the python modules

2018-11-25 Thread Vijay Kumar Banerjee
I'm getting the result Invalid while running hello.exe with rtems-test on leon3 (without coverage option) attaching the log. On Mon, 26 Nov 2018 at 06:40, wrote: > Hi, > > Please test these patches and report. > > The patches: > > - Add unittests for the rtemstoolkit python modules. To run enter

[PATCH v2] rtemstoolkit: Add unit testing for the python modules

2018-11-25 Thread chrisj
Hi, Please test these patches and report. The patches: - Add unittests for the rtemstoolkit python modules. To run enter: ./waf test The tests will be run for python2 and python3 is present on your host. - Improvie the reader thread line processor of child process stdio data. Switch