qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/4] microbit: add missing qtest_quit() call


From: Richard Henderson
Subject: Re: [PATCH 1/4] microbit: add missing qtest_quit() call
Date: Tue, 12 Sep 2023 12:10:19 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0

On 9/12/23 11:41, Daniel P. Berrangé wrote:
Without this call, the QEMU process is being left running which on
FreeBSD 13.2 at least, makes meson think the test is still running,
and thus execution of "make check" continues forever.

This fixes the regression introduced in:

   commit a9c9bbee855877293683012942d3485d50f286af
   Author: Chris Laplante<chris@laplante.io>
   Date:   Tue Aug 22 17:31:02 2023 +0100

     qtest: microbit-test: add tests for nRF51 DETECT

Fixes:https://gitlab.com/qemu-project/qemu/-/issues/1882
Signed-off-by: Daniel P. Berrangé<berrange@redhat.com>
---
  tests/qtest/microbit-test.c | 2 ++
  1 file changed, 2 insertions(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

But I think that it's unfortunate that we have to remember this for each test.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]