[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 0/2] qtest: Remove uses of 'first_cpu'
From: |
Fabiano Rosas |
Subject: |
Re: [PATCH v2 0/2] qtest: Remove uses of 'first_cpu' |
Date: |
Fri, 03 Jan 2025 09:26:56 -0300 |
Philippe Mathieu-Daudé <philmd@linaro.org> writes:
> Hi Fabiano,
>
> On 12/12/24 00:37, Philippe Mathieu-Daudé wrote:
>> Replace first_cpu->as by address_space_memory.
>>
>> Philippe Mathieu-Daudé (2):
>> system/qtest: Remove uses of 'first_cpu'
>> qtest/fuzz: Remove uses of 'first_cpu'
>>
>> system/qtest.c | 53 ++++++++++++++++---------------
>> tests/qtest/fuzz/generic_fuzz.c | 3 +-
>> tests/qtest/fuzz/qtest_wrappers.c | 53 ++++++++++++++++---------------
>> 3 files changed, 56 insertions(+), 53 deletions(-)
>
> Ping :)
Hi!
Good that you pinged, I thought you were looking into the test failures
from v1. I copied you in this other thread that mentioned them as well:
https://lore.kernel.org/r/87y10jctbd.fsf@suse.de
Applying this series on top of master just now:
Summary of Failures:
10/519 qemu:qtest+qtest-arm / qtest-arm/stm32l4x5_usart-test
ERROR 1.40s exit status 1
165/519 qemu:qtest+qtest-arm / qtest-arm/sse-timer-test
ERROR 0.40s killed by signal 6 SIGABRT
185/519 qemu:qtest+qtest-arm / qtest-arm/stm32l4x5_exti-test
ERROR 0.19s exit status 1
187/519 qemu:qtest+qtest-arm / qtest-arm/stm32l4x5_rcc-test
ERROR 0.19s exit status 1
515/519 qemu:qtest+qtest-arm / qtest-arm/microbit-test
TIMEOUT 60.01s killed by signal 15 SIGTERM
>
> Tell me if you prefer I merge these patch myself.
>
> Regards,
>
> Phil.