Re: [OE-core] [PATCH] python3: Add ptest support

2014-03-12 Thread Paul Barker
On 11 March 2014 21:27, Tudor Florea tudor.flo...@enea.com wrote: On 10 March 2014 18:15, Saul Wold s...@linux.intel.com wrote: On 03/06/2014 04:54 PM, Paul Barker wrote: A run-ptest script written in python is added which defines a new TestRunner subclass which prints test results in the

Re: [OE-core] [PATCH] python3: Add ptest support

2014-03-11 Thread Paul Barker
On 10 March 2014 18:15, Saul Wold s...@linux.intel.com wrote: On 03/06/2014 04:54 PM, Paul Barker wrote: A run-ptest script written in python is added which defines a new TestRunner subclass which prints test results in the required ptest format and then executes python's built-in testsuite

Re: [OE-core] [PATCH] python3: Add ptest support

2014-03-11 Thread Tudor Florea
On 10 March 2014 18:15, Saul Wold s...@linux.intel.com wrote: On 03/06/2014 04:54 PM, Paul Barker wrote: A run-ptest script written in python is added which defines a new TestRunner subclass which prints test results in the required ptest format and then executes python's built-in

Re: [OE-core] [PATCH] python3: Add ptest support

2014-03-10 Thread Saul Wold
On 03/06/2014 04:54 PM, Paul Barker wrote: A run-ptest script written in python is added which defines a new TestRunner subclass which prints test results in the required ptest format and then executes python's built-in testsuite using this new TestRunner subclass. The built-in testsuite is

[OE-core] [PATCH] python3: Add ptest support

2014-03-06 Thread Paul Barker
This is my first attempt at doing anything ptest related so probably needs a detailed check. About 6 out of 350+ test suites fail, compared to 2 or 3 failing on my desktop. I doubt we'll be able to get a perfect run out of python3 with all tests passing but I'm not sure where or how to document

[OE-core] [PATCH] python3: Add ptest support

2014-03-06 Thread Paul Barker
A run-ptest script written in python is added which defines a new TestRunner subclass which prints test results in the required ptest format and then executes python's built-in testsuite using this new TestRunner subclass. The built-in testsuite is included in the python standard library and we