Re: [PATCH] cputest: Skip more tests requiring JSON_MODELS if QEMU is disabled

2025-05-20 Thread Jiri Denemark via Devel
On Tue, May 20, 2025 at 15:50:24 +0200, Jaroslav Suchanek wrote: > From: Jaroslav Suchanek > > Marking more tests with JSON_MODELS_REQUIRED as these tests fail if QEMU is > disabled, typically when running tests on FreeBSD or macOS systems. > > Signed-off-by: Jaroslav Suchanek > --- > tests/cp

[PATCH] cputest: Skip more tests requiring JSON_MODELS if QEMU is disabled

2025-05-20 Thread Jaroslav Suchanek via Devel
From: Jaroslav Suchanek Marking more tests with JSON_MODELS_REQUIRED as these tests fail if QEMU is disabled, typically when running tests on FreeBSD or macOS systems. Signed-off-by: Jaroslav Suchanek --- tests/cputest.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff