On 14/04/2022 15:01, Thomas Huth wrote:
The fuzz tests are currently scheduled for all targets, but their setup
code limits the run to "i386", so that these tests always show "SKIP"
on other targets. Move it to the right x86 list in meson.build, then
we can drop the architecture check during runtime, too.

Signed-off-by: Thomas Huth <th...@redhat.com>
---
  tests/qtest/fuzz-lsi53c895a-test.c  |  8 ++------
  tests/qtest/fuzz-megasas-test.c     | 12 ++++--------
  tests/qtest/fuzz-sb16-test.c        | 12 ++++--------
  tests/qtest/fuzz-sdcard-test.c      | 12 ++++--------
  tests/qtest/fuzz-virtio-scsi-test.c |  8 ++------
  tests/qtest/meson.build             | 13 ++++++-------
  6 files changed, 22 insertions(+), 43 deletions(-)


Reviewed-by: Laurent Vivier <lviv...@redhat.com>


Reply via email to