Re: [yocto] [PATCH][ptest-runner] ptest-runner: Add support timeout failure type to XML result file

2019-01-05 Thread Anibal Limon
On Sat, 5 Jan 2019 at 12:52, wrote: > On Sat, 2019-01-05 at 11:30 -0600, Anibal Limon wrote: > > > > > > On Thu, 3 Jan 2019 at 15:45, > > wrote: > > > On Thu, 2019-01-03 at 12:02 -0600, Aníbal Limón wrote: > > > > The ptest-runner support logging results to stdout and to a XML > > > file > > >

Re: [yocto] [PATCH][ptest-runner] ptest-runner: Add support timeout failure type to XML result file

2019-01-05 Thread richard . purdie
On Sat, 2019-01-05 at 11:30 -0600, Anibal Limon wrote: > > > On Thu, 3 Jan 2019 at 15:45, > wrote: > > On Thu, 2019-01-03 at 12:02 -0600, Aníbal Limón wrote: > > > The ptest-runner support logging results to stdout and to a XML > > file > > > in stdout the ptest is mark as: > > > > > > ... > >

Re: [yocto] [PATCH][ptest-runner] ptest-runner: Add support timeout failure type to XML result file

2019-01-05 Thread Anibal Limon
On Thu, 3 Jan 2019 at 15:45, wrote: > On Thu, 2019-01-03 at 12:02 -0600, Aníbal Limón wrote: > > The ptest-runner support logging results to stdout and to a XML file > > in stdout the ptest is mark as: > > > > ... > > ERROR: Exit status is 1 > > TIMEOUT: ptest-directory > > ... > > > > Add the

Re: [yocto] [PATCH][ptest-runner] ptest-runner: Add support timeout failure type to XML result file

2019-01-03 Thread richard . purdie
On Thu, 2019-01-03 at 12:02 -0600, Aníbal Limón wrote: > The ptest-runner support logging results to stdout and to a XML file > in stdout the ptest is mark as: > > ... > ERROR: Exit status is 1 > TIMEOUT: ptest-directory > ... > > Add the same support in XML file for example, > > ... > > >

[yocto] [PATCH][ptest-runner] ptest-runner: Add support timeout failure type to XML result file

2019-01-03 Thread Aníbal Limón
The ptest-runner support logging results to stdout and to a XML file in stdout the ptest is mark as: ... ERROR: Exit status is 1 TIMEOUT: ptest-directory ... Add the same support in XML file for example, ... ... [YOCTO #13088] Signed-off-by: Aníbal Limón --- tests/data/reference.xml