[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/2] tests/qtest: Fix problems running with make vm-build-ope
From: |
Peter Maydell |
Subject: |
Re: [PATCH 0/2] tests/qtest: Fix problems running with make vm-build-openbsd |
Date: |
Fri, 6 Sep 2024 15:28:54 +0100 |
On Thu, 5 Sept 2024 at 17:55, Peter Maydell <peter.maydell@linaro.org> wrote:
>
> I noticed that 'make vm-build-openbsd' had bitrotted a bit:
> * two tests for the stm32l4x5 forgot a qtest_quit(), which meant
> they would pass all their subtests but then timeout because the
> underlying QEMU process never exited
> * the ahci-test timeout was a bit aggressive
>
> This patchset fixes these.
>
> thanks
> -- PMM
>
> Peter Maydell (2):
> tests/qtest: Add missing qtest_quit() to stm32 tests
> tests/qtest: Bump timeout on ahci-test
I've applied these directly to master to fix the
test failures when I apply a pullreq.
thanks
-- PMM