qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tests/qtest/meson.build: Don't include qtests_npcm7xx in qtests_aarch64
@ 2024-02-06 16:30 Peter Maydell
  2024-02-06 16:38 ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Maydell @ 2024-02-06 16:30 UTC (permalink / raw)
  To: qemu-arm, qemu-devel; +Cc: Nabih Estefan Diaz

We deliberately don't include qtests_npcm7xx in qtests_aarch64,
because we already get the coverage of those tests via qtests_arm,
and we don't want to use extra CI minutes testing them twice.

In commit 327b680877b79c4b we added it to qtests_aarch64; revert
that change.

Fixes: 327b680877b79c4b ("tests/qtest: Creating qtest for GMAC Module")
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
 tests/qtest/meson.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
index 39557d5ecbb..663338ae124 100644
--- a/tests/qtest/meson.build
+++ b/tests/qtest/meson.build
@@ -231,7 +231,6 @@ qtests_aarch64 = \
   (config_all_devices.has_key('CONFIG_RASPI') ? ['bcm2835-dma-test'] : []) +  \
   (config_all_accel.has_key('CONFIG_TCG') and                                            \
    config_all_devices.has_key('CONFIG_TPM_TIS_I2C') ? ['tpm-tis-i2c-test'] : []) + \
-  (config_all_devices.has_key('CONFIG_NPCM7XX') ? qtests_npcm7xx : []) + \
   ['arm-cpu-features',
    'numa-test',
    'boot-serial-test',
-- 
2.34.1



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

* Re: [PATCH] tests/qtest/meson.build: Don't include qtests_npcm7xx in qtests_aarch64
  2024-02-06 16:30 [PATCH] tests/qtest/meson.build: Don't include qtests_npcm7xx in qtests_aarch64 Peter Maydell
@ 2024-02-06 16:38 ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 2+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-02-06 16:38 UTC (permalink / raw)
  To: Peter Maydell, qemu-arm, qemu-devel; +Cc: Nabih Estefan Diaz, Thomas Huth

On 6/2/24 17:30, Peter Maydell wrote:
> We deliberately don't include qtests_npcm7xx in qtests_aarch64,
> because we already get the coverage of those tests via qtests_arm,
> and we don't want to use extra CI minutes testing them twice.
> 
> In commit 327b680877b79c4b we added it to qtests_aarch64; revert
> that change.
> 
> Fixes: 327b680877b79c4b ("tests/qtest: Creating qtest for GMAC Module")
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>   tests/qtest/meson.build | 1 -
>   1 file changed, 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>



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

end of thread, other threads:[~2024-02-06 16:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-06 16:30 [PATCH] tests/qtest/meson.build: Don't include qtests_npcm7xx in qtests_aarch64 Peter Maydell
2024-02-06 16:38 ` Philippe Mathieu-Daudé

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