mbox

[PULL,00/22] testing and misc updates

Message ID 20240112110435.3801068-1-alex.bennee@linaro.org
State New
Headers show

Pull-request

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

Message

Alex Bennée Jan. 12, 2024, 11:04 a.m. UTC
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