qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH] tests/tcg: limit the scope of the plugin tests


From: Richard Henderson
Subject: Re: [RFC PATCH] tests/tcg: limit the scope of the plugin tests
Date: Sun, 23 Apr 2023 10:15:49 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 4/21/23 14:14, Alex Bennée wrote:
Running every plugin with every test is getting excessive as well as
not really improving coverage that much. Restrict the plugin tests to
just the MULTIARCH_TESTS which are shared between most architecture
for both system and user-mode. For those that aren't we need to squash
MULTIARCH_TESTS so we don't add them when they are not part of the
TESTS global.

Signed-off-by: Alex Bennée<alex.bennee@linaro.org>
---
  tests/tcg/Makefile.target                 | 10 +++++++---
  tests/tcg/aarch64/Makefile.softmmu-target |  2 --
  tests/tcg/aarch64/Makefile.target         |  1 -
  tests/tcg/arm/Makefile.softmmu-target     |  4 +++-
  tests/tcg/arm/Makefile.target             |  8 --------
  tests/tcg/cris/Makefile.target            |  3 +++
  tests/tcg/hppa/Makefile.target            |  2 --
  tests/tcg/i386/Makefile.target            | 10 ----------
  tests/tcg/ppc64/Makefile.target           |  2 --
  tests/tcg/riscv64/Makefile.softmmu-target |  3 +++
  tests/tcg/riscv64/Makefile.target         |  1 -
  tests/tcg/s390x/Makefile.softmmu-target   |  3 +++
  tests/tcg/tricore/Makefile.softmmu-target |  3 +++
  tests/tcg/xtensa/Makefile.softmmu-target  |  3 +++
  14 files changed, 25 insertions(+), 30 deletions(-)

Acked-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]