Re: [PATCH v9 11/20] avocado, risc-v: add tuxboot tests for 'max' CPU

2023-09-06 Thread Alistair Francis
On Sat, Sep 2, 2023 at 5:51 AM Daniel Henrique Barboza wrote: > > Add smoke tests to ensure that we'll not break the 'max' CPU type when > adding new frozen/ratified RISC-V extensions. > > Signed-off-by: Daniel Henrique Barboza Reviewed-by: Alistair Francis Alistair > --- >

Re: [PATCH v9 11/20] avocado, risc-v: add tuxboot tests for 'max' CPU

2023-09-04 Thread Philippe Mathieu-Daudé
On 1/9/23 21:46, Daniel Henrique Barboza wrote: Add smoke tests to ensure that we'll not break the 'max' CPU type when adding new frozen/ratified RISC-V extensions. Signed-off-by: Daniel Henrique Barboza --- tests/avocado/tuxrun_baselines.py | 32 +++ 1 file

[PATCH v9 11/20] avocado, risc-v: add tuxboot tests for 'max' CPU

2023-09-01 Thread Daniel Henrique Barboza
Add smoke tests to ensure that we'll not break the 'max' CPU type when adding new frozen/ratified RISC-V extensions. Signed-off-by: Daniel Henrique Barboza --- tests/avocado/tuxrun_baselines.py | 32 +++ 1 file changed, 32 insertions(+) diff --git