From: Fabiano Rosas <farosas@suse.de>
To: "Alex Bennée" <alex.bennee@linaro.org>, qemu-devel@nongnu.org
Cc: "Daniel P. Berrangé" <berrange@redhat.com>,
"Ed Maste" <emaste@freebsd.org>,
"Eric Farman" <farman@linux.ibm.com>,
"Thomas Huth" <thuth@redhat.com>,
"Li-Wen Hsu" <lwhsu@freebsd.org>,
"Daniel Henrique Barboza" <dbarboza@ventanamicro.com>,
"Aurelien Jarno" <aurelien@aurel32.net>,
"Radoslaw Biernacki" <rad@semihalf.com>,
"Mark Cave-Ayland" <mark.cave-ayland@ilande.co.uk>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
qemu-riscv@nongnu.org, "Nicholas Piggin" <npiggin@gmail.com>,
"Joel Stanley" <joel@jms.id.au>,
"Beraldo Leal" <bleal@redhat.com>,
"Markus Armbruster" <armbru@redhat.com>,
"Jiaxun Yang" <jiaxun.yang@flygoat.com>,
"Weiwei Li" <liwei1518@gmail.com>,
"Peter Maydell" <peter.maydell@linaro.org>,
"Cleber Rosa" <crosa@redhat.com>,
"Leif Lindholm" <quic_llindhol@quicinc.com>,
"Christian Borntraeger" <borntraeger@linux.ibm.com>,
"John Snow" <jsnow@redhat.com>,
"Marcel Apfelbaum" <marcel.apfelbaum@gmail.com>,
"Palmer Dabbelt" <palmer@dabbelt.com>,
"Bin Meng" <bmeng.cn@gmail.com>,
"Daniel Henrique Barboza" <danielhb413@gmail.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Liu Zhiwei" <zhiwei_liu@linux.alibaba.com>,
"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
"Laurent Vivier" <laurent@vivier.eu>,
"Pavel Dovgalyuk" <pavel.dovgaluk@ispras.ru>,
"Richard Henderson" <richard.henderson@linaro.org>,
"Marcin Juszkiewicz" <marcin.juszkiewicz@linaro.org>,
"Halil Pasic" <pasic@linux.ibm.com>,
qemu-arm@nongnu.org, "Harsh Prateek Bora" <harshpb@linux.ibm.com>,
qemu-ppc@nongnu.org, "Bernhard Beschow" <shentey@gmail.com>,
"Michael S. Tsirkin" <mst@redhat.com>,
qemu-s390x@nongnu.org, "Laurent Vivier" <lvivier@redhat.com>,
"Alistair Francis" <alistair.francis@wdc.com>,
"Alex Bennée" <alex.bennee@linaro.org>
Subject: Re: [PATCH v2 18/27] system/qtest: properly feedback results of clock_[step|set]
Date: Wed, 18 Dec 2024 17:10:36 -0300 [thread overview]
Message-ID: <878qscvjk3.fsf@suse.de> (raw)
In-Reply-To: <20241218162104.3493551-19-alex.bennee@linaro.org>
Alex Bennée <alex.bennee@linaro.org> writes:
> Time will not advance if the system is paused or there are no timer
> events set for the future. In absence of pending timer events
> advancing time would make no difference the system state. Attempting
> to do so would be a bug and the test or device under test would need
> fixing.
>
> Tighten up the result reporting to `FAIL` if time was not advanced.
>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2687
Reviewed-by: Fabiano Rosas <farosas@suse.de>
next prev parent reply other threads:[~2024-12-18 20:11 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-18 16:20 [PATCH v2 00/27] testing/next: functional tests, qtest clocks, vm and keymaps Alex Bennée
2024-12-18 16:20 ` [PATCH v2 01/27] tests/functional: update the arm tuxrun tests Alex Bennée
2024-12-18 16:20 ` [PATCH v2 02/27] tests/functional: update the i386 " Alex Bennée
2024-12-18 16:20 ` [PATCH v2 03/27] tests/functional: add a m68k " Alex Bennée
2024-12-18 16:20 ` [PATCH v2 04/27] tests/functional: update the mips32 " Alex Bennée
2024-12-18 16:20 ` [PATCH v2 05/27] tests/functional: update the mips32el " Alex Bennée
2024-12-18 16:20 ` [PATCH v2 06/27] tests/functional: update the mips64 " Alex Bennée
2024-12-18 16:20 ` [PATCH v2 07/27] tests/functional: update the mips64el " Alex Bennée
2024-12-18 16:20 ` [PATCH v2 08/27] tests/functional: update the ppc32 " Alex Bennée
2024-12-18 16:20 ` [PATCH v2 09/27] tests/functional: update the ppc64 " Alex Bennée
2024-12-18 16:20 ` [PATCH v2 10/27] tests/functional: update the riscv32 " Alex Bennée
2024-12-18 16:20 ` [PATCH v2 11/27] tests/functional: update the riscv64 " Alex Bennée
2024-12-18 16:20 ` [PATCH v2 12/27] tests/functional: update the s390x " Alex Bennée
2024-12-18 16:20 ` [PATCH v2 13/27] tests/functional: update the sparc64 " Alex Bennée
2024-12-18 16:20 ` [PATCH v2 14/27] tests/functional: update the x86_64 " Alex Bennée
2024-12-18 16:20 ` [PATCH v2 15/27] tests/functional/aarch64: add tests for FEAT_RME Alex Bennée
2024-12-18 16:31 ` Pierrick Bouvier
2024-12-19 19:56 ` Pierrick Bouvier
2024-12-20 16:54 ` Pierrick Bouvier
2024-12-18 16:20 ` [PATCH v2 16/27] util/qemu-timer: fix indentation Alex Bennée
2024-12-19 17:30 ` Philippe Mathieu-Daudé
2024-12-18 16:20 ` [PATCH v2 17/27] tests/qtest: remove clock_steps from virtio tests Alex Bennée
2024-12-18 16:20 ` [PATCH v2 18/27] system/qtest: properly feedback results of clock_[step|set] Alex Bennée
2024-12-18 20:10 ` Fabiano Rosas [this message]
2024-12-18 16:20 ` [PATCH v2 19/27] tests/functional: remove hacky sleep from the tests Alex Bennée
2024-12-18 16:25 ` Thomas Huth
2024-12-18 16:20 ` [PATCH v2 20/27] tests/functional: extend test_aarch64_virt with vulkan test Alex Bennée
2024-12-18 16:37 ` Thomas Huth
2024-12-18 16:39 ` Daniel P. Berrangé
2024-12-18 16:20 ` [PATCH v2 21/27] tests/lcitool: bump to latest version of libvirt-ci Alex Bennée
2024-12-18 16:42 ` Daniel P. Berrangé
2024-12-18 16:20 ` [PATCH v2 22/27] tests/docker: move riscv64 cross container from sid to trixie Alex Bennée
2024-12-18 16:20 ` [PATCH v2 23/27] tests/lcitool: remove temp workaround for debian mips64el Alex Bennée
2024-12-18 16:21 ` [PATCH v2 24/27] tests/vm: fix build_path based path Alex Bennée
2024-12-18 17:07 ` Philippe Mathieu-Daudé
2024-12-18 16:21 ` [PATCH v2 25/27] tests/vm: partially un-tabify help output Alex Bennée
2024-12-18 16:21 ` [PATCH v2 26/27] tests/vm: allow interactive login as root Alex Bennée
2024-12-18 16:21 ` [PATCH v2 27/27] pc-bios: ensure keymaps dependencies set vnc tests Alex Bennée
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878qscvjk3.fsf@suse.de \
--to=farosas@suse.de \
--cc=alex.bennee@linaro.org \
--cc=alistair.francis@wdc.com \
--cc=armbru@redhat.com \
--cc=aurelien@aurel32.net \
--cc=berrange@redhat.com \
--cc=bleal@redhat.com \
--cc=bmeng.cn@gmail.com \
--cc=borntraeger@linux.ibm.com \
--cc=crosa@redhat.com \
--cc=danielhb413@gmail.com \
--cc=dbarboza@ventanamicro.com \
--cc=emaste@freebsd.org \
--cc=farman@linux.ibm.com \
--cc=harshpb@linux.ibm.com \
--cc=jiaxun.yang@flygoat.com \
--cc=joel@jms.id.au \
--cc=jsnow@redhat.com \
--cc=laurent@vivier.eu \
--cc=liwei1518@gmail.com \
--cc=lvivier@redhat.com \
--cc=lwhsu@freebsd.org \
--cc=marcandre.lureau@redhat.com \
--cc=marcel.apfelbaum@gmail.com \
--cc=marcin.juszkiewicz@linaro.org \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=mst@redhat.com \
--cc=npiggin@gmail.com \
--cc=palmer@dabbelt.com \
--cc=pasic@linux.ibm.com \
--cc=pavel.dovgaluk@ispras.ru \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=philmd@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=qemu-riscv@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=quic_llindhol@quicinc.com \
--cc=rad@semihalf.com \
--cc=richard.henderson@linaro.org \
--cc=shentey@gmail.com \
--cc=thuth@redhat.com \
--cc=wainersm@redhat.com \
--cc=zhiwei_liu@linux.alibaba.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.