qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] make check-block a meson test
@ 2022-01-20 11:35 Paolo Bonzini
  2022-01-20 11:36 ` [PATCH v2 1/4] scripts/mtest2make: add support for SPEED=thorough Paolo Bonzini
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Paolo Bonzini @ 2022-01-20 11:35 UTC (permalink / raw)
  To: qemu-devel; +Cc: thuth, qemu-block

This series makes "meson test" run the block layer tests, reporting
their outcome in the same way as the other TAP tests.

Based-on: <20211223183933.1497037-1-vsementsov@virtuozzo.com>

v1->v2: make qcow2 the "quick" test, skip on Windows

Paolo Bonzini (4):
  scripts/mtest2make: add support for SPEED=thorough
  build: make check-block a meson test
  qemu-iotests: require at least an argument to check-block.sh
  check-block: replace -makecheck with TAP output

 meson.build                      |  5 ++--
 scripts/mtest2make.py            | 20 ++++++++++---
 tests/Makefile.include           | 16 ++---------
 tests/check-block.sh             | 45 +++++++++++++----------------
 tests/meson.build                |  1 +
 tests/qemu-iotests/check         |  6 ++--
 tests/qemu-iotests/meson.build   | 30 +++++++++++++++++++
 tests/qemu-iotests/testenv.py    | 30 +++++++++----------
 tests/qemu-iotests/testrunner.py | 49 +++++++++++++++++---------------
 9 files changed, 117 insertions(+), 85 deletions(-)
 create mode 100644 tests/qemu-iotests/meson.build

-- 
2.33.1



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

end of thread, other threads:[~2022-01-20 15:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-20 11:35 [PATCH v2 0/4] make check-block a meson test Paolo Bonzini
2022-01-20 11:36 ` [PATCH v2 1/4] scripts/mtest2make: add support for SPEED=thorough Paolo Bonzini
2022-01-20 11:36 ` [PATCH v2 2/4] build: make check-block a meson test Paolo Bonzini
2022-01-20 11:36 ` [PATCH v2 3/4] qemu-iotests: require at least an argument to check-block.sh Paolo Bonzini
2022-01-20 11:36 ` [PATCH v2 4/4] check-block: replace -makecheck with TAP output Paolo Bonzini

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