Re: [PATCH rtems-tools] tester/report: Apply test excludes to fatal-error

2023-08-20 Thread Chris Johns
On 18/8/2023 11:51 pm, Kinsey Moore wrote: > On Thu, Aug 17, 2023 at 7:25 PM Chris Johns > wrote: > > On 17/8/2023 10:43 pm, Kinsey Moore wrote: > > On Wed, Aug 16, 2023 at 9:47 PM Chris Johns > >

Re: [PATCH rtems-tools] tester/report: Apply test excludes to fatal-error

2023-08-18 Thread Kinsey Moore
On Thu, Aug 17, 2023 at 7:25 PM Chris Johns wrote: > On 17/8/2023 10:43 pm, Kinsey Moore wrote: > > On Wed, Aug 16, 2023 at 9:47 PM Chris Johns > > wrote: > > > > On 17/8/2023 7:36 am, Kinsey Moore wrote: > > > Before the fatal-error test result type was introduc

Re: [PATCH rtems-tools] tester/report: Apply test excludes to fatal-error

2023-08-17 Thread Chris Johns
On 17/8/2023 10:43 pm, Kinsey Moore wrote: > On Wed, Aug 16, 2023 at 9:47 PM Chris Johns > wrote: > > On 17/8/2023 7:36 am, Kinsey Moore wrote: > > Before the fatal-error test result type was introduced, minimum.exe was > > classified as an invalid test since

Re: [PATCH rtems-tools] tester/report: Apply test excludes to fatal-error

2023-08-17 Thread Kinsey Moore
On Wed, Aug 16, 2023 at 9:47 PM Chris Johns wrote: > On 17/8/2023 7:36 am, Kinsey Moore wrote: > > Before the fatal-error test result type was introduced, minimum.exe was > > classified as an invalid test since it lacked a proper test header and > > trailer. This applies the test exclusions to al

Re: [PATCH rtems-tools] tester/report: Apply test excludes to fatal-error

2023-08-16 Thread Chris Johns
On 17/8/2023 7:36 am, Kinsey Moore wrote: > Before the fatal-error test result type was introduced, minimum.exe was > classified as an invalid test since it lacked a proper test header and > trailer. This applies the test exclusions to all test states to avoid > this happening again in the future.

[PATCH rtems-tools] tester/report: Apply test excludes to fatal-error

2023-08-16 Thread Kinsey Moore
Before the fatal-error test result type was introduced, minimum.exe was classified as an invalid test since it lacked a proper test header and trailer. This applies the test exclusions to all test states to avoid this happening again in the future. --- tester/rt/report.py | 15 +++ 1 f