Re: [PATCH v1] tester: Prevent crash with json output

2020-10-05 Thread Joel Sherrill
Pushed. On Mon, Oct 5, 2020 at 6:26 PM Chris Johns wrote: > On 6/10/20 9:35 am, Kinsey Moore wrote: > > *From:* Joel Sherrill > > *Sent:* Monday, October 5, 2020 17:03 > > *To:* Chris Johns > > *Cc:* Kinsey Moore ; rtems-de...@rtems.org > > > > *Subject

Re: [PATCH v1] tester: Prevent crash with json output

2020-10-05 Thread Chris Johns
On 6/10/20 9:35 am, Kinsey Moore wrote: > *From:* Joel Sherrill > *Sent:* Monday, October 5, 2020 17:03 > *To:* Chris Johns > *Cc:* Kinsey Moore ; rtems-de...@rtems.org > > *Subject:* Re: [PATCH v1] tester: Prevent crash with json output > On Mon, Oct 5, 2020 at 4:57 PM Chr

RE: [PATCH v1] tester: Prevent crash with json output

2020-10-05 Thread Kinsey Moore
From: Joel Sherrill Sent: Monday, October 5, 2020 17:03 To: Chris Johns Cc: Kinsey Moore ; rtems-de...@rtems.org Subject: Re: [PATCH v1] tester: Prevent crash with json output On Mon, Oct 5, 2020 at 4:57 PM Chris Johns mailto:chr...@rtems.org>> wrote: On 6/10/20 7:41 am, Kinsey Moore

Re: [PATCH v1] tester: Prevent crash with json output

2020-10-05 Thread Joel Sherrill
On Mon, Oct 5, 2020 at 4:57 PM Chris Johns wrote: > On 6/10/20 7:41 am, Kinsey Moore wrote: > > This fixes an issue with json report output that causes a crash due to > > the incorrect object member being accessed for test-too-long. This also > > changes treatment of fatal errors to match how

Re: [PATCH v1] tester: Prevent crash with json output

2020-10-05 Thread Chris Johns
On 6/10/20 7:41 am, Kinsey Moore wrote: > This fixes an issue with json report output that causes a crash due to > the incorrect object member being accessed for test-too-long. This also > changes treatment of fatal errors to match how they are displayed in the > tester log output and changes

[PATCH v1] tester: Prevent crash with json output

2020-10-05 Thread Kinsey Moore
This fixes an issue with json report output that causes a crash due to the incorrect object member being accessed for test-too-long. This also changes treatment of fatal errors to match how they are displayed in the tester log output and changes "fatal error" to "fatal-error" to better match the