qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] final fixes for 8.2
@ 2023-11-30 15:33 Alex Bennée
  2023-11-30 15:33 ` [PATCH 1/3] gdbstub: use a better signal when we halt for IO reasons Alex Bennée
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Alex Bennée @ 2023-11-30 15:33 UTC (permalink / raw)
  To: qemu-devel
  Cc: Eric Farman, Cleber Rosa, Andrew Jeffery,
	Wainer dos Santos Moschetta, Philippe Mathieu-Daudé,
	Yoshinori Sato, Cédric Le Goater, Alex Bennée,
	Eric Auger, qemu-arm, Peter Maydell, Halil Pasic, Pavel Dovgalyuk,
	Aurelien Jarno, qemu-s390x, Beraldo Leal, Joel Stanley,
	Paolo Bonzini, Christian Borntraeger, Thomas Huth

8.2 is looking fairly stable but I do have one bug fix for gdbstub
which I came across while debugging something else. The changes for
avocado rationalise all flaky tests under the QEMU_TEST_FLAKY_TESTS
environment variable. The final patch re-adds the flaky tests to the
CI as a manually run allow_fail job so we can still attempt to debug
their failure in the place they tend to fall over.

Alex.

Alex Bennée (3):
  gdbstub: use a better signal when we halt for IO reasons
  docs/devel: rationalise unstable gitlab tests under FLAKY_TESTS
  gitlab: add optional job to run flaky avocado tests

 docs/devel/testing.rst                   | 32 ++++++++++++++++--------
 gdbstub/internals.h                      |  1 +
 gdbstub/system.c                         |  2 +-
 .gitlab-ci.d/buildtest.yml               | 30 ++++++++++++++++++++++
 tests/avocado/boot_linux.py              | 10 +++++---
 tests/avocado/boot_linux_console.py      |  6 +++--
 tests/avocado/intel_iommu.py             |  6 +++--
 tests/avocado/linux_initrd.py            |  7 ++++--
 tests/avocado/machine_aspeed.py          | 10 +++++---
 tests/avocado/machine_mips_malta.py      | 10 +++++---
 tests/avocado/machine_rx_gdbsim.py       | 10 +++++---
 tests/avocado/machine_s390_ccw_virtio.py |  3 ++-
 tests/avocado/replay_kernel.py           |  7 ++++--
 tests/avocado/reverse_debugging.py       | 16 ++++++++----
 tests/avocado/smmu.py                    |  6 +++--
 tests/avocado/tuxrun_baselines.py        |  5 ++--
 16 files changed, 119 insertions(+), 42 deletions(-)

-- 
2.39.2



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

end of thread, other threads:[~2023-11-30 17:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-30 15:33 [PATCH 0/3] final fixes for 8.2 Alex Bennée
2023-11-30 15:33 ` [PATCH 1/3] gdbstub: use a better signal when we halt for IO reasons Alex Bennée
2023-11-30 15:33 ` [PATCH 2/3] docs/devel: rationalise unstable gitlab tests under FLAKY_TESTS Alex Bennée
2023-11-30 16:06   ` Cédric Le Goater
2023-11-30 16:25   ` Philippe Mathieu-Daudé
2023-11-30 16:40   ` Peter Maydell
2023-11-30 16:59     ` Alex Bennée
2023-11-30 15:33 ` [PATCH 3/3] gitlab: add optional job to run flaky avocado tests Alex Bennée
2023-11-30 16:05 ` [PATCH 0/3] final fixes for 8.2 Richard Henderson

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