Re: [PATCH 6/7] score: Always validate ticks in _TOD_Validate()

2021-09-05 Thread Sebastian Huber
On 04/09/2021 06:20, Joel Sherrill wrote: On Fri, Sep 3, 2021, 11:01 PM Chris Johns > wrote: On 3/9/21 11:33 pm, Sebastian Huber wrote: > The behaviour with respect to the handling of the ticks member in the *_when() > directives was inconsistent.  I

Re: [PATCH 6/7] score: Always validate ticks in _TOD_Validate()

2021-09-05 Thread Sebastian Huber
On 04/09/2021 06:20, Joel Sherrill wrote: > -    sc = _TOD_Validate(&temp_tod, TOD_ENABLE_TICKS_VALIDATION); > +    sc = _TOD_Validate(&temp_tod); This has leaked out of the internal implementation interface. Should it? I prefer this does not happen and BSPs use an API. I no

[PATCH 2/2] tester/zynqmp: Limit the restarts to 3

2021-09-05 Thread chrisj
From: Chris Johns --- tester/rtems/testing/bsps/xilinx_zynqmp_lp64_zu3eg.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tester/rtems/testing/bsps/xilinx_zynqmp_lp64_zu3eg.ini b/tester/rtems/testing/bsps/xilinx_zynqmp_lp64_zu3eg.ini index c4d091f..dff7d86 100644 --- a/tester/rtems/testi

[PATCH 1/2] tester: Count tester header errors

2021-09-05 Thread chrisj
From: Chris Johns - Remove the hard tester error and count the header errors. --- tester/rt/report.py | 17 + tester/rt/test.py | 7 +-- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/tester/rt/report.py b/tester/rt/report.py index 0e19edc..e808fce 100644