qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] tests/qtest: Fix problems running with make vm-build-openbsd
@ 2024-09-05 16:55 Peter Maydell
  2024-09-05 16:55 ` [PATCH 1/2] tests/qtest: Add missing qtest_quit() to stm32 tests Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Peter Maydell @ 2024-09-05 16:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: Daniel P. Berrangé

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

 tests/qtest/dm163-test.c           | 2 ++
 tests/qtest/stm32l4x5_usart-test.c | 2 ++
 tests/qtest/meson.build            | 1 +
 3 files changed, 5 insertions(+)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-09-06 14:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-05 16:55 [PATCH 0/2] tests/qtest: Fix problems running with make vm-build-openbsd Peter Maydell
2024-09-05 16:55 ` [PATCH 1/2] tests/qtest: Add missing qtest_quit() to stm32 tests Peter Maydell
2024-09-05 16:58   ` Daniel P. Berrangé
2024-09-05 16:55 ` [PATCH 2/2] tests/qtest: Bump timeout on ahci-test Peter Maydell
2024-09-05 16:58   ` Daniel P. Berrangé
2024-09-06 14:28 ` [PATCH 0/2] tests/qtest: Fix problems running with make vm-build-openbsd Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).