qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/22] testing and misc updates
@ 2024-01-12 11:04 Alex Bennée
  2024-01-12 11:04 ` [PULL 01/22] tests/avocado: Add a test for a little-endian microblaze machine Alex Bennée
                   ` (21 more replies)
  0 siblings, 22 replies; 26+ messages in thread
From: Alex Bennée @ 2024-01-12 11:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée

The following changes since commit f614acb7450282a119d85d759f27eae190476058:

  Merge tag 'pull-target-arm-20240111' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2024-01-11 11:05:44 +0000)

are available in the Git repository at:

  https://gitlab.com/stsquad/qemu.git tags/pull-testing-updates-120124-1

for you to fetch changes up to b4960adfbd8975579016c94a087eb2f6bece7eda:

  Revert "tests/avocado: remove skips from replay_kernel" (2024-01-12 10:08:16 +0000)

----------------------------------------------------------------
testing and misc updates

  - add LE microblaze test to avocado
  - use modern snapshot=on to avoid trashing disk image
  - use plain bool for fe_is_open
  - various updates to qtest timeouts
  - enable meson test timeouts
  - tweak the readthedocs environment
  - revert the revert of flaky replay tests

----------------------------------------------------------------
Alex Bennée (5):
      tests/avocado: use snapshot=on in kvm_xen_guest
      gitlab: include microblazeel in testing
      chardev: use bool for fe_is_open
      readthodocs: fully specify a build environment
      Revert "tests/avocado: remove skips from replay_kernel"

Daniel P. Berrangé (12):
      qtest: bump min meson timeout to 60 seconds
      qtest: bump migration-test timeout to 8 minutes
      qtest: bump qom-test timeout to 15 minutes
      qtest: bump npcm7xx_pwm-test timeout to 5 minutes
      qtest: bump test-hmp timeout to 4 minutes
      qtest: bump pxe-test timeout to 10 minutes
      qtest: bump prom-env-test timeout to 6 minutes
      qtest: bump boot-serial-test timeout to 3 minutes
      qtest: bump qos-test timeout to 2 minutes
      qtest: bump aspeed_smc-test timeout to 6 minutes
      qtest: bump bios-table-test timeout to 9 minutes
      mtest2make: stop disabling meson test timeouts

Thomas Huth (5):
      tests/avocado: Add a test for a little-endian microblaze machine
      tests/qtest: Bump the device-introspect-test timeout to 12 minutes
      tests/unit: Bump test-aio-multithread test timeout to 2 minutes
      tests/unit: Bump test-crypto-block test timeout to 5 minutes
      tests/fp: Bump fp-test-mulAdd test timeout to 3 minutes

 docs/requirements.txt               |  2 ++
 include/chardev/char-fe.h           | 19 ++++++++++++-------
 chardev/char-fe.c                   | 16 ++++++++--------
 chardev/char.c                      |  2 +-
 .gitlab-ci.d/buildtest.yml          |  4 ++--
 .readthedocs.yml                    | 19 ++++++++++++-------
 scripts/mtest2make.py               |  3 ++-
 tests/avocado/kvm_xen_guest.py      |  2 +-
 tests/avocado/machine_microblaze.py | 26 ++++++++++++++++++++++++++
 tests/avocado/replay_kernel.py      | 11 +++++++++++
 tests/fp/meson.build                |  2 +-
 tests/qtest/meson.build             | 25 +++++++++++++------------
 tests/unit/meson.build              |  2 ++
 13 files changed, 93 insertions(+), 40 deletions(-)
 create mode 100644 docs/requirements.txt

-- 
2.39.2



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

end of thread, other threads:[~2024-08-01  9:49 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-12 11:04 [PULL 00/22] testing and misc updates Alex Bennée
2024-01-12 11:04 ` [PULL 01/22] tests/avocado: Add a test for a little-endian microblaze machine Alex Bennée
2024-01-12 11:04 ` [PULL 02/22] tests/avocado: use snapshot=on in kvm_xen_guest Alex Bennée
2024-08-01  9:48   ` David Woodhouse
2024-01-12 11:04 ` [PULL 03/22] gitlab: include microblazeel in testing Alex Bennée
2024-01-12 11:04 ` [PULL 04/22] chardev: use bool for fe_is_open Alex Bennée
2024-01-12 11:04 ` [PULL 05/22] qtest: bump min meson timeout to 60 seconds Alex Bennée
2024-01-12 11:04 ` [PULL 06/22] qtest: bump migration-test timeout to 8 minutes Alex Bennée
2024-01-12 11:04 ` [PULL 07/22] qtest: bump qom-test timeout to 15 minutes Alex Bennée
2024-01-12 11:04 ` [PULL 08/22] qtest: bump npcm7xx_pwm-test timeout to 5 minutes Alex Bennée
2024-01-12 11:04 ` [PULL 09/22] qtest: bump test-hmp timeout to 4 minutes Alex Bennée
2024-01-12 11:04 ` [PULL 10/22] qtest: bump pxe-test timeout to 10 minutes Alex Bennée
2024-01-12 11:04 ` [PULL 11/22] qtest: bump prom-env-test timeout to 6 minutes Alex Bennée
2024-01-12 11:04 ` [PULL 12/22] qtest: bump boot-serial-test timeout to 3 minutes Alex Bennée
2024-01-12 11:04 ` [PULL 13/22] qtest: bump qos-test timeout to 2 minutes Alex Bennée
2024-01-12 11:04 ` [PULL 14/22] qtest: bump aspeed_smc-test timeout to 6 minutes Alex Bennée
2024-01-12 11:04 ` [PULL 15/22] qtest: bump bios-table-test timeout to 9 minutes Alex Bennée
2024-01-12 11:04 ` [PULL 16/22] tests/qtest: Bump the device-introspect-test timeout to 12 minutes Alex Bennée
2024-01-12 11:04 ` [PULL 17/22] tests/unit: Bump test-aio-multithread test timeout to 2 minutes Alex Bennée
2024-01-12 11:04 ` [PULL 18/22] tests/unit: Bump test-crypto-block test timeout to 5 minutes Alex Bennée
2024-01-12 11:04 ` [PULL 19/22] tests/fp: Bump fp-test-mulAdd test timeout to 3 minutes Alex Bennée
2024-01-12 11:04 ` [PULL 20/22] mtest2make: stop disabling meson test timeouts Alex Bennée
2024-01-12 11:04 ` [PULL 21/22] readthodocs: fully specify a build environment Alex Bennée
2024-01-12 11:04 ` [PULL 22/22] Revert "tests/avocado: remove skips from replay_kernel" Alex Bennée
2024-01-12 11:13   ` Peter Maydell
2024-01-12 13:11     ` Alex Bennée

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).